1. c38cce6 make SkColorSpace_New real by Mike Klein · 7 years ago
  2. 19c026e Remove SkClampRange (unused) by Brian Osman · 7 years ago
  3. 0554d49 add SkVptr() by Mike Klein · 7 years ago
  4. 60691a5 add serial procs to pictures by Mike Reed · 7 years ago
  5. c8037dc Reland "Hide SkEncodedInfo" by Leon Scroggins III · 7 years ago
  6. 1793e7b Revert "Hide SkEncodedInfo" by Leon Scroggins · 7 years ago
  7. c6f7a4f Hide SkEncodedInfo by Leon Scroggins III · 7 years ago
  8. 7ffbcf9 Add unit test for SkDeferredDisplayLists (take 2) by Robert Phillips · 7 years ago
  9. 8172c0a Revert "Add unit test for SkDeferredDisplayLists" by Robert Phillips · 7 years ago
  10. 8458a28 Add unit test for SkDeferredDisplayLists by Robert Phillips · 7 years ago
  11. 706a6ff Add "lazy" texture proxies by Chris Dalton · 7 years ago
  12. c9bc814 Handle null colorspace in SkToSRGBColorFilter. by Mike Klein · 7 years ago
  13. 70fb479 Ensure that removing last extension from GrGLExtension doesn't assert. by Vladimir Levin · 7 years ago
  14. 559f556 Remove support for image load/store by Brian Salomon · 7 years ago
  15. 66498bc Try 2 for Gauss filter calculation by Herb Derby · 7 years ago
  16. 6691807 Revert "Gauss filter calculation" by Herb Derby · 7 years ago
  17. 53ec7dc Gauss filter calculation by Herb Derby · 7 years ago
  18. ec32534 Revert "Revert "Fix GrDefaultPathRender inversely wound path bug"" by Robert Phillips · 7 years ago
  19. fc28138 Revert "Fix GrDefaultPathRender inversely wound path bug" by Robert Phillips · 7 years ago
  20. 511a9d4 Fix GrDefaultPathRender inversely wound path bug by Robert Phillips · 7 years ago
  21. 177e695 Add flag on GrBackendTexture to say whether texture is mipped or not by Greg Daniel · 7 years ago
  22. cc604e5 CCPR: Add workaround for PowerVR crash by Chris Dalton · 7 years ago
  23. 3ec9573 Add unit test for pinned SkImages by Robert Phillips · 7 years ago
  24. f6f7cf6 Invalidate path VBs when paths are destroyed by Brian Osman · 7 years ago
  25. ae7d3f3 Add native caching of uniquely keyed GrTextureProxies (take 2) by Robert Phillips · 7 years ago
  26. 76d640d Revert "Add native caching of uniquely keyed GrTextureProxies" by Robert Phillips · 7 years ago
  27. d4f100d Add native caching of uniquely keyed GrTextureProxies by Robert Phillips · 7 years ago
  28. 228276d Revert "Turn on exceptions in test tools." by Mike Klein · 7 years ago
  29. c667dff Turn on exceptions in test tools. by Mike Klein · 7 years ago
  30. 35ae65d SkSafeMath for tracking size_t overflow by Herb Derby · 7 years ago
  31. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  32. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  33. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  34. b6705c2 Add support for object creation/snapshot/deletion events by Brian Osman · 7 years ago
  35. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 7 years ago
  36. a9340ba Tracing macro cleanup continued by Brian Osman · 7 years ago
  37. 7a0ba1c guard SkTableColorFilter against out-of-range inputs by Mike Klein · 7 years ago
  38. 0fddb2d Retry cleaning up SkLinearBitmapPipeline. by Mike Klein · 7 years ago
  39. 5af44de Add GrResourceAllocator class + unit test by Robert Phillips · 7 years ago
  40. 762466e Re-re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  41. 5ce3972 Revert "Re-land sksl fragment processor support" by Mike Klein · 7 years ago
  42. c070939 Re-land sksl fragment processor support by Ethan Nicholas · 7 years ago
  43. ed50200 Revert "sksl fragment processor support" by Ethan Nicholas · 7 years ago
  44. ccf5991 sksl fragment processor support by Ethan Nicholas · 7 years ago
  45. fb49909 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  46. 5e78c61 Revert "remove a bit more dead code" by Mike Reed · 7 years ago
  47. 91d7d1d Revert "Revert "Remove deadcode for sRGB image shading."" by Mike Reed · 7 years ago
  48. e08e639 Revert "Remove deadcode for sRGB image shading." by Mike Reed · 7 years ago
  49. d9b1fe0 remove a bit more dead code by Mike Klein · 7 years ago
  50. 51f6a0f Remove deadcode for sRGB image shading. by Herb Derby · 7 years ago
  51. 2e5eaf0 Revert "Revert "Clean up onTransferPixels"" by Jim Van Verth · 7 years ago
  52. ce57552 Revert "Clean up onTransferPixels" by Jim Van Verth · 7 years ago
  53. f7037d0 Clean up onTransferPixels by Jim Van Verth · 7 years ago
  54. a5cb781 Revert "Revert "Add API for flushing surfaces with gpu semaphores"" by Greg Daniel · 7 years ago
  55. 7292231 Revert "Add API for flushing surfaces with gpu semaphores" by Greg Daniel · 7 years ago
  56. 66366c6 Add API for flushing surfaces with gpu semaphores by Greg Daniel · 7 years ago
  57. eee3c09 Unit test to demonstrate Galaxy S6 MSAA readPixels bug by Brian Osman · 7 years ago
  58. 46983b7 Introduce dynamic pipeline state by Chris Dalton · 7 years ago
  59. 114a3c0 Fix glDrawRangeElements by Chris Dalton · 7 years ago
  60. e7ba8b0 Add tail handling for SSE* to SkJumper. by Herb Derby · 7 years ago
  61. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  62. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  63. 5ac13c2 sksl support for static ifs & switches by Ethan Nicholas · 7 years ago
  64. fe199b7 Add postFlush call to GrOnFlushCallbackObject by Chris Dalton · 7 years ago
  65. 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  66. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  67. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  68. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 7 years ago
  69. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 7 years ago
  70. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 7 years ago
  71. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 7 years ago
  72. 8f2911f add unit tests for parametric_* stages by Mike Klein · 7 years ago
  73. 3f4531d Remove SkVarAlloc by Herb Derby · 7 years ago
  74. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 7 years ago
  75. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  76. 51e7ca3 Add new proxy-based DetermineDomainMode w/ test by Robert Phillips · 7 years ago
  77. ab664fa Revert "Revert "Create new inset algorithm for spot shadows"" by Brian Salomon · 7 years ago
  78. e7c85c4 Revert "Create new inset algorithm for spot shadows" by Brian Salomon · 7 years ago
  79. e5f5bf5 Create new inset algorithm for spot shadows by Jim Van Verth · 7 years ago
  80. 27ecd86 SkImageSource::Make() returns nullptr when srcrect is empty. by Hal Canary · 8 years ago
  81. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 8 years ago
  82. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 8 years ago
  83. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 8 years ago
  84. bdce9c2 vertices to/from data by Mike Reed · 8 years ago
  85. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  86. c787e49 Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2) by Robert Phillips · 8 years ago
  87. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  88. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  89. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  90. 78c0c4c Remove SkSmallAllocator. by Herb Derby · 8 years ago
  91. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  92. 2e83b13 Remove SkTextureCompressor. by Herb Derby · 8 years ago
  93. 0dda9cb Make shadow tessellators fail gracefully and add unit test for this. by Brian Salomon · 8 years ago
  94. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 8 years ago
  95. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 8 years ago
  96. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 8 years ago
  97. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  98. 1252ec4 Make SkColorToHSV and SkHSVToColor "perfect" inverses by Leon Scroggins III · 8 years ago
  99. bc6b99d Add test for processor->resource ref/io counts by Brian Salomon · 8 years ago
  100. 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 8 years ago