1. 0bbecb2 Rename GrTextureAccess to GrProcessor::TextureSampler. by Brian Salomon · 8 years ago
  2. 9de0976 fix fuzzer crash by Cary Clark · 8 years ago
  3. f9d5d4f Use SkSmallAllocator for SamplerStage and Accessor. by Herb Derby · 8 years ago
  4. db4d406 Hook into parametric and table raster pipeline stages by Matt Sarett · 8 years ago
  5. d930752 Turn off all SkDebugfs in SkScan_AAAPath.cpp by Yuqian Li · 8 years ago
  6. 8de17f7 No SkDebugf for approximate intersection by Yuqian Li · 8 years ago
  7. ca79535 External SkImageGenerator API by Florin Malita · 8 years ago
  8. 2245803 Rename GrTextureBufferSampler to GrBufferSampler by csmartdalton · 8 years ago
  9. 2a51de8 Revert "Revert "Add support for image load to SkSL"" by Brian Salomon · 8 years ago
  10. a8f0002 Rename kTexture2DISampler to kITexture2DSampler. by Brian Salomon · 8 years ago
  11. a9312fd Add trace and registers stages. by Mike Klein · 8 years ago
  12. fb74ef9 Use SkSmallAllocator for tiling. by Herb Derby · 8 years ago
  13. d5870c2 move SkBlendMode_Name into public (for chrome) by Mike Reed · 8 years ago
  14. 1125a03 Add IORef capability to GrSurfaceProxy objects - take 2 by robertphillips · 8 years ago
  15. 20079a9 Fix mask overflow caused by edge drift by Yuqian Li · 8 years ago
  16. 721625b Drop forceRLE to simplify aaa_walk_convex_edges by Yuqian Li · 8 years ago
  17. e4b8b52 Simplify the signature of sk/aaa_fill_path by Yuqian Li · 8 years ago
  18. 08576e6 Fix error with transforming custom/large glyphs by Jim Van Verth · 8 years ago
  19. d470673 make SkXfermode.h go away by Mike Reed · 8 years ago
  20. 988283c Revert of added support for push_constant layout (patchset #7 id:140001 of https://codereview.chromium.org/2187433003/ ) by egdaniel · 8 years ago
  21. cb115bd Revert "Add support for image load to SkSL" by Stan Iliev · 8 years ago
  22. cfcf624 add {parametric,table}_{r,g,b} stages. by Mike Klein · 8 years ago
  23. bd85a10 Add support for image load to SkSL by Brian Salomon · 8 years ago
  24. dabc91b Fix flushing of HWAA state relating to mixed samples by csmartdalton · 8 years ago
  25. 44e91c9 LinearGradientContext::shade4_clamp: fix div by 0 by James Zern · 8 years ago
  26. 4e344c8 Revert "Defer more renderTargetContexts in the GPU image filter paths" by Robert Phillips · 8 years ago
  27. be42c99 Move the matrix stage of SkLinearBitmapPipeline over to using SkSmallAllocator. by herb · 8 years ago
  28. 3928c6b Add SkRasterPipeline::dump(). by Mike Klein · 8 years ago
  29. fa5f65a added support for push_constant layout by ethannicholas · 8 years ago
  30. 3667b49 Add kRenderTarget_GrSurfaceFlag to GrVkGpu::onWrapBackendRenderTarget by Robert Phillips · 8 years ago
  31. f26f7a0 Add detection of image load/store to caps by Brian Salomon · 8 years ago
  32. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  33. d327e8c Add 4.20 as a GLSL output version. by Brian Salomon · 8 years ago
  34. 918fb1f fuzz hang fix and pathops client debugging by Cary Clark · 8 years ago
  35. fb191da More shader preliminaries / refactoring by Mike Klein · 8 years ago
  36. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  37. d601087 Revert "Fix NoGPU compilation" by Brian Osman · 8 years ago
  38. 526525a Revert "While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD." by Mike Klein · 8 years ago
  39. 02806f4 Revert "fix google3?" by Mike Klein · 8 years ago
  40. 0f91ea4 Fix up arguments passed to pipeline. by Mike Klein · 8 years ago
  41. ccb8e8b fix google3? by Mike Klein · 8 years ago
  42. 584ca89 change SkCanvasStack to take ownership of its subcanvases by Mike Reed · 8 years ago
  43. d5a7880 Fix NoGPU compilation by Brian Osman · 8 years ago
  44. 1ee7035 While we can, restrict SkFixedAlloc/SkFallbackAlloc to POD. by Mike Klein · 8 years ago
  45. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  46. fd01ce0 Defer more renderTargetContexts in the GPU image filter paths by Robert Phillips · 8 years ago
  47. af49b19 Start each pipeline with (x,y) in (dr,dg) registers for the shader. by Mike Klein · 8 years ago
  48. bf6d80a Make SkSmallAllocator obey the RAII invariants and move to heap structures when needed. by herb · 8 years ago
  49. 0619641 Catch width overflow in ASAN using int64 by Yuqian Li · 8 years ago
  50. 662c2ae Fill in gamut-transformation TODOs for software pipeline. by Mike Klein · 8 years ago
  51. 0fdde54 Fix Sk4fLinearGradient initial interval pinning by Florin Malita · 8 years ago
  52. d93f4a4 Compute the correct dst->src rect for bitmap tiles in SkGpuDevice by Brian Salomon · 8 years ago
  53. f27bab2 Revert "Add IORef capability to GrSurfaceProxy objects" by Robert Phillips · 8 years ago
  54. bfebe22 Set analytic AA as default. by liyuqian · 8 years ago
  55. 286b96f Add IORef capability to GrSurfaceProxy objects by Robert Phillips · 8 years ago
  56. 0038b7f Remove accumulative snapping error by Yuqian Li · 8 years ago
  57. efa62e1 Remove SkOSFile.cpp. by Ben Wagner · 8 years ago
  58. fa26e66 Remove static asserts for GrSLType and GrVertexAttribType enum values. by Brian Salomon · 8 years ago
  59. b0d10e0 Start hooking shaders into SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  60. 7f6cd90 Start plumbing deferral of GPU resources in the image filters by Robert Phillips · 8 years ago
  61. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  62. f982cb3 Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (patchset #15 id:280001 of https://codereview.chromium.org/2488523003/ ) by mtklein · 8 years ago
  63. c18b5f8 Make SkSmallAllocator obey the RAII invariants and move to heap structures when needed. by herb · 8 years ago
  64. 744908e Fix SkModeColorFilter in 565 by Mike Klein · 8 years ago
  65. 83b5b21 Revert "Annotate benign race on SkPath::fConvexity." by Mike Klein · 8 years ago
  66. df8b269 Revert "Annotate SkPath::fCovexity benign race in the other constructor too." by Mike Klein · 8 years ago
  67. 2563601 Initial implementation of a SkColorSpace_A2B xform by raftias · 8 years ago
  68. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  69. bf7b620 Revert "Revert "Add integer texture support."" by Brian Salomon · 8 years ago
  70. 06dd5c7 Revert of Set analytic AA as default. (patchset #8 id:140001 of https://codereview.chromium.org/2471133002/ ) by liyuqian · 8 years ago
  71. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  72. dca4f65 Set analytic AA as default. by liyuqian · 8 years ago
  73. f978f12 Annotate SkPath::fCovexity benign race in the other constructor too. by Mike Klein · 8 years ago
  74. ce3fe23 Clean up validation layers by Jim Van Verth · 8 years ago
  75. dc94481 Snap y when updating cubic by Yuqian Li · 8 years ago
  76. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  77. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  78. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  79. 041da38 Tighten SkAAClip Bounds by Path Bounds by liyuqian · 8 years ago
  80. 58b1306 SkFixedAlloc by Mike Klein · 8 years ago
  81. 8b9a725 Skip left/right if alpha = 0 in SkRectClipCheckBlitter::blitAntiRect by Yuqian Li · 8 years ago
  82. c4f66af Catch width overflow by Yuqian Li · 8 years ago
  83. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  84. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  85. c51a3a4 Annotate benign race on SkPath::fConvexity. by Mike Klein · 8 years ago
  86. 2512db2 Check and report FreeType error. by Ben Wagner · 8 years ago
  87. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  88. 9c7edb8 Revert "Add integer texture support." by Leon Scroggins · 8 years ago
  89. 970225b SkPDF: paths as rects when possible by Hal Canary · 8 years ago
  90. 434c534 Add integer texture support. by Brian Salomon · 8 years ago
  91. e13a69b Simplify SkBitmapProvider by Florin Malita · 8 years ago
  92. ca85fc3 Snug the clip with path bounds inside SkAAClip by Yuqian Li · 8 years ago
  93. 3f32135 Make SSE2/Neon convolution functions not to read extra bytes by xiangze.zhang · 8 years ago
  94. aa34f7e Clamp parametric gamma values to 0-1 range by Matt Sarett · 8 years ago
  95. 03c9f56 Remove call to getMetrics from GlyphGenerator. by Ben Wagner · 8 years ago
  96. 7c59116 Revert of Make SkSmallAllocator obey the RAII invariants and be expandable (patchset #6 id:100001 of https://codereview.chromium.org/2488523003/ ) by mtklein · 8 years ago
  97. 08a9211 added constant folding & branch elimination to skslc by ethannicholas · 8 years ago
  98. 072a198 Fix implicit nullability cast of [NSScreen mainScreen]. by Mike Klein · 8 years ago
  99. d5dc657 Make SkSmallAllocator obey the RAII invariants and move to heap structures when needed. by herb · 8 years ago
  100. 28930b4 add debugging wrapper blitter to ensure unclipped scan-conversion is safe by Mike Reed · 8 years ago