1. 59ce45f Revert of Test that GrFragmentProcessors work without input colors. (patchset #2 id:20001 of https://codereview.chromium.org/1341853002/ ) by bsalomon · 10 years ago
  2. 72c58e7 Test that GrFragmentProcessors work without input colors. by bsalomon · 10 years ago
  3. 5a744b7 Have SkVarAlloc::alloc() use sk_malloc_throw. by mtklein · 10 years ago
  4. 8725e53 fix leak in test by reed · 10 years ago
  5. 74bd953 discardable pixelrefs are gone, update tests accordingly by reed · 10 years ago
  6. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 10 years ago
  7. 059dffa There's a set probability that a linear pipeline of random procs will be created (old behavior), or a pipeline with a single proc tree (added behavior). by wangyix · 10 years ago
  8. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 10 years ago
  9. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 10 years ago
  10. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 10 years ago
  11. fe81e2d Make SkGraphics::Term a no-op, stop calling it. by mtklein · 10 years ago
  12. d9b8d7a Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:20001 of https://codereview.chromium.org/1329853005/ ) by mtklein · 10 years ago
  13. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 10 years ago
  14. 62fb1ba more zero-length changes for svg compatibility by caryclark · 10 years ago
  15. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 10 years ago
  16. 925979f Make SkGraphics::Term a no-op, stop calling it. by mtklein · 10 years ago
  17. a3434d8 Add skstd::unique_ptr and use it. by bungeman · 10 years ago
  18. 10522ff Scanline decoding for gifs by msarett · 10 years ago
  19. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 10 years ago
  20. e9c10b9 Scanline decoding for gifs by msarett · 10 years ago
  21. c347034 Handle zero-length encoded images gracefully during deserialization by fmalita · 10 years ago
  22. 714a710 SkOncePtr by mtklein · 10 years ago
  23. 6ff734b remove unused fields from SkOpSegment by caryclark · 10 years ago
  24. 2be7125 Add a SkPixelSerializer SkImage encode variant by fmalita · 10 years ago
  25. 219f18f C API: Add SK_API, also documentation of an example. by halcanary · 10 years ago
  26. 6335a72 Move PathRenderers to batches folder by joshualitt · 10 years ago
  27. a508f3c Require Sk4f::toBytes() clamps by mtklein · 10 years ago
  28. 580c40a link test to bug by caryclark · 10 years ago
  29. dde03ff Clean up remaining users of SkPMFloat by mtklein · 10 years ago
  30. 9913887 simplify bitmap scaler and cache by reed · 10 years ago
  31. ae576b7 remove duplicate linked list adjustment by caryclark · 10 years ago
  32. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 10 years ago
  33. 5406d6f Scanline decoding for bmp by msarett · 10 years ago
  34. c21b09e Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 10 years ago
  35. a511e6a Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ ) by rmistry · 10 years ago
  36. ecfdc25 Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* by bsalomon · 10 years ago
  37. 38f1f6f Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro by mdempsky · 10 years ago
  38. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 10 years ago
  39. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
  40. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 10 years ago
  41. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
  42. a16af21 Have SkPicture::willPlayBackBitmaps() count SkImages too. by mtklein · 10 years ago
  43. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 10 years ago
  44. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 10 years ago
  45. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 10 years ago
  46. 45398df Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ ) by caryclark · 10 years ago
  47. 91298b4 Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ ) by caryclark · 10 years ago
  48. 7544124 fix zero-length tangent by caryclark · 10 years ago
  49. 7f9c9eb wire up reduced atlas and zero textblob cache to test by joshualitt · 10 years ago
  50. 0abdf76 Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id:1 of https://codereview.chromium.org/1300403003/ ) by senorblanco · 10 years ago
  51. 12d8472 Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ ) by herb · 10 years ago
  52. ddbbdda SkImage method for detecting lazy decoding by fmalita · 10 years ago
  53. 9a5bd7e Introduce interface for memory dumps by primiano · 10 years ago
  54. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 10 years ago
  55. 915881f Implement canComputeFastBounds() for image filters. by senorblanco · 10 years ago
  56. ab42ec7 Add asserts for shared mutex. by herb · 10 years ago
  57. 216b643 private iterator to visit all resource cache entries by reed · 10 years ago
  58. f582282 change asABitmap to isABitmap on shader by reed · 10 years ago
  59. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 10 years ago
  60. 451af50 remove SkDeferredCanvas by reed · 10 years ago
  61. d75e21d SkStream Testing: fix bug in new unit test. by halcanary · 10 years ago
  62. cb9241b Fix stack overuse error by halcanary · 10 years ago
  63. 48305e8 SkPDF/Deflate: clean up old SkFlate code by halcanary · 10 years ago
  64. b32758a Test scaling for small images by msarett · 10 years ago
  65. b1daa86 When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code. by wangyix · 10 years ago
  66. 94c902e fix pathops fuzz failures by caryclark · 10 years ago
  67. 7539856 Make GrVertexBatch objects hold their own draws during GrDrawTarget flush by bsalomon · 10 years ago
  68. 6a91ad2 remove unused code by caryclark · 10 years ago
  69. f433bb2 SkPaintFilterCanvas should inherit the target canvas state by fmalita · 10 years ago
  70. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 10 years ago
  71. 16b9913 Split GrDrawBatch and GrVertexBatch into their own files by bsalomon · 10 years ago
  72. abd30f5 Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches by bsalomon · 10 years ago
  73. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 10 years ago
  74. d9e5715 SkPDF: Move SkFlate into src/pdf (part 1/3) [reland] by halcanary · 10 years ago
  75. cb02b38 Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu by bsalomon · 10 years ago
  76. d1bc574 Update CodexTest to test valid_alpha. by scroggo · 10 years ago
  77. d0375bc Fix bmp RLE "bug" by msarett · 10 years ago
  78. 65cc3e4 C API: add radial, sweep, and two-point conical gradient shaders by halcanary · 10 years ago
  79. 2ccdb63 SkPDF: clean up overuse of SK_SUPPORT_PDF by halcanary · 10 years ago
  80. 8ee06f2 SkPDF: allow PDF module to be disabled in DM and SampleApp by halcanary · 10 years ago
  81. 91d844d Rename GrPipelineInfo to GrPipelineOptimizations by bsalomon · 10 years ago
  82. 7441782 Make folder for batches by joshualitt · 10 years ago
  83. 469a3fe Add approxBytesUsed to hashes. by mtklein · 10 years ago
  84. 9bca526 Fix StringTest for VS2015 by bsalomon · 10 years ago
  85. ebc1c10 Fix warnings on VS2015 x86_64 build by bsalomon · 10 years ago
  86. e47829b flag to use const& instead of const* for src-rect by reed · 10 years ago
  87. fb1141a Don't pass pipeline to GrBatch::generateGeometry() by bsalomon · 10 years ago
  88. e263908 SkSurface copy-on-write can yield stale GPU render targets. by fmalita · 10 years ago
  89. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 10 years ago
  90. 99f567e Scanline decoding for wbmp by msarett · 10 years ago
  91. fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 10 years ago
  92. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 10 years ago
  93. 9f8754f Remove experimental/PdfViewer by halcanary · 10 years ago
  94. 84cd621 Implement caching of filled paths in the tessellated path renderer. by senorblanco · 10 years ago
  95. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 10 years ago
  96. 562a66b Revert "Implement caching of filled paths in the tessellated path renderer." by mtklein · 10 years ago
  97. 6f1216a cache private readback for gpu-images by reed · 10 years ago
  98. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 10 years ago
  99. c369348 Fix SkData leaks at GrResourceKey::setCustomData() call sites. by Stephen White · 10 years ago
  100. b001c41 Fix resource cache test. by Stephen White · 10 years ago