1. 4ebb43e hide most details of SkPatchUtils by Mike Reed · 7 years ago
  2. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 7 years ago
  3. 944feea Avoid trans-coding images with gamma 2.2 by Brian Osman · 7 years ago
  4. 8653e97 remove legacy canvas helpers by Mike Reed · 7 years ago
  5. fc0e96e Revert "Finish up mip opts: 2x3 and 3x2" by Matt Sarett · 7 years ago
  6. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  7. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 7 years ago
  8. 88ec28e Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 7 years ago
  9. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  10. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 7 years ago
  11. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  12. b55dd55 Add SkThreadedBMPDevice for Threaded Raster Backend by Yuqian Li · 7 years ago
  13. e684483 Avoid extra bitmap copies in SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  14. 84c009f Remove kAsIs_CachedFormat by Brian Osman · 7 years ago
  15. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  16. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  17. 65c74f1 Revert of fix size check for drawBitmap fast-path in SkBitmapDevice::drawBitmapRect (patchset #2 id:20001 of https://codereview.chromium.org/2089583002/ ) by mtklein · 7 years ago
  18. ea9bc0c Fix the size check for the drawBitmap fast-path in SkBitmapDevice::drawBitmapRect. It would fail when the source rectangle had a non-zero offset, in which case it would compare the source rectangle with the offset to the extracted bitmap size, which always fails. The only thing that should matter is that the source rectangle and extract bitmap have the same size, since the offset gets added onto the matrix. by lsalzman · 7 years ago
  19. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  20. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  21. 2f245be avoid deprecated SkRect::MakeFromIRect by Mike Klein · 7 years ago
  22. 9969e77 SkColorSpaceXformCanvas: setMatrix(), clipRect() in constructor by Matt Sarett · 7 years ago
  23. b48df27 Add more overrides to SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  24. 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 7 years ago
  25. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  26. eeb3cb1 Reverse clamp logic in SkColorSpaceXform by Matt Sarett · 7 years ago
  27. 8f7a9a9 565 color xforms: make sure we clamp if necessary by Matt Sarett · 7 years ago
  28. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 7 years ago
  29. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 7 years ago
  30. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 7 years ago
  31. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  32. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 7 years ago
  33. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 7 years ago
  34. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 7 years ago
  35. 9f4b0ae simplify api to bitmapcache by Mike Reed · 7 years ago
  36. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  37. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 7 years ago
  38. 4dc6474 remove dead code in bitmapcache by Mike Reed · 7 years ago
  39. 5ec7829 add experimental flag for downscaling by Mike Reed · 7 years ago
  40. 02be3c1 add test and fix for canvas::isClipEmpty by Mike Reed · 7 years ago
  41. a88a646 Override onImageInfo() in SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  42. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 7 years ago
  43. b8e7521 fix round_asymmetric_to_int to also bias bottom and right by Lee Salzman · 7 years ago
  44. e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 7 years ago
  45. 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 7 years ago
  46. 44c1b11 path hang by Cary Clark · 7 years ago
  47. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  48. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 7 years ago
  49. b667fe2 Small downsample_3_3 optimization by Matt Sarett · 7 years ago
  50. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  51. ebbdec4 document when we retired a serialized verb -- for later removal by Mike Reed · 7 years ago
  52. a33b43d Combine some duplicate code in AA using template by Yuqian Li · 7 years ago
  53. 1683f78 Have SkColorSpaceXformCanas tell SkCanvas about clips. by Mike Klein · 7 years ago
  54. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  55. 4c55027 Add support for F32 sources to SkColorSpaceXform by Matt Sarett · 7 years ago
  56. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  57. b1168a7 Improvements to readpixels GM by Brian Osman · 7 years ago
  58. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  59. 09de753 Move SkOSFile.h to src/core by Ben Wagner · 7 years ago
  60. e2ce08a SkData::MakeFromFD to pass size to release proc. by Ben Wagner · 7 years ago
  61. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  62. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  63. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 7 years ago
  64. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 7 years ago
  65. 795c5ea don't use deprecated (raw) form of SkPatchUtils, delete duplicate util by Mike Reed · 7 years ago
  66. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 7 years ago
  67. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 7 years ago
  68. 2fb3662 Fix overflow bug in slow span. by Herb Derby · 7 years ago
  69. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  70. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  71. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 7 years ago
  72. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  73. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  74. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 7 years ago
  75. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 7 years ago
  76. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 7 years ago
  77. 3338914 Support all gradient types in SkColorSpaceXformCanvas. by Mike Klein · 7 years ago
  78. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 7 years ago
  79. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  80. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 7 years ago
  81. d492db9 SkColorSpaceXformCanvas: simple support for shaders by Mike Klein · 7 years ago
  82. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 7 years ago
  83. cd9ada5 must check for zero-length in reader32::read() before calling memcpy by Mike Reed · 7 years ago
  84. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 7 years ago
  85. eaaebb1 store vertices arrays inline with object by Mike Reed · 7 years ago
  86. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  87. dabe8ac SkDynamicMemoryWStream::detachAsData more memory efficent by Hal Canary · 7 years ago
  88. 9a8065d add uniqueID by Mike Reed · 7 years ago
  89. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  90. 6de1310 Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  91. bdce9c2 vertices to/from data by Mike Reed · 7 years ago
  92. 97eb4fe add SkVertices::Builder by Mike Reed · 7 years ago
  93. 8f7d9b9 Revert "Begin implementation of SkImage_Base::makeColorSpace" by Mike Reed · 7 years ago
  94. 73e6270 Expose SkColorSpaceTransferFn inversion function by Brian Osman · 7 years ago
  95. dce2590 Remove unused SkBitmap::RLEPixels by Leon Scroggins III · 7 years ago
  96. 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 7 years ago
  97. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  98. 4a01ac9 Purge GrTextBlobCache entries on SkTextBlob deletion by Florin Malita · 7 years ago
  99. b66b42f Preparatory Proxification by Robert Phillips · 7 years ago
  100. f85f2a9 Increase precision of equality checking for color space transfer fns by Matt Sarett · 7 years ago