1. 8a8e5fe Reland: Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
  2. 0fa156f remove inline allocation in SkRecord by Mike Klein · 8 years ago
  3. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 8 years ago
  4. da90109 Make SkLiteDL::draw() const. by Mike Klein · 8 years ago
  5. cd25df9c make SkRecord normally SkRefCnt'd by Mike Klein · 8 years ago
  6. 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 8 years ago
  7. 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 8 years ago
  8. d177ae1 remove SkNx AVX code by Mike Klein · 8 years ago
  9. 3fbca26 Make sure NaNs clamp to 0 in color look up tables by Matt Sarett · 8 years ago
  10. 31f99ce SkCanvas constructor with legacy flag for Android framework by Matt Sarett · 8 years ago
  11. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  12. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  13. 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 8 years ago
  14. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 8 years ago
  15. 891dde5 SkImageCacherator: Remove unneeded heuristic by Matt Sarett · 8 years ago
  16. c8e924c remove unused lockPixelsAreWritable by Mike Reed · 8 years ago
  17. 02a4867 Remove Index_8 handling in cacherator heuristic code by Brian Osman · 8 years ago
  18. 7b4202d Add multi-stop SkJumper stage. by Herb Derby · 8 years ago
  19. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 8 years ago
  20. 1dd161c Fix infinite loop in SkRTree::insert() by Mike Klein · 8 years ago
  21. 4e3abc1 cacherator upscales colortables to unify caching by Mike Reed · 8 years ago
  22. ca878cc simplify SkRRect serialization by Mike Klein · 8 years ago
  23. 42ce38f make copyTo_with_allocator android only by Mike Reed · 8 years ago
  24. 6ff6af9 handle odd-index-count in encode/decode by Mike Reed · 8 years ago
  25. 372bc4e fix 36605271 by Cary Clark · 8 years ago
  26. 9d9172f remove legacy vertices flag and code by Mike Reed · 8 years ago
  27. dc57b5d remove SK_SUPPORT_LEGACY_BITMAP_SETPIXELREF flag and code by Mike Reed · 8 years ago
  28. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 8 years ago
  29. c0e52f4 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 · 8 years ago
  30. d9836f4 Fix various SkBitmap::copyTo() bugs by Matt Sarett · 8 years ago
  31. 2d2ac3d remove trace and registers stages by Mike Klein · 8 years ago
  32. 1987366 Delete SkPixelRef::readPixels() by Matt Sarett · 8 years ago
  33. 4ebb43e hide most details of SkPatchUtils by Mike Reed · 8 years ago
  34. cb87423 Add SkImage::makeColorSpace() to public API by Matt Sarett · 8 years ago
  35. 944feea Avoid trans-coding images with gamma 2.2 by Brian Osman · 8 years ago
  36. 8653e97 remove legacy canvas helpers by Mike Reed · 8 years ago
  37. fc0e96e Revert "Finish up mip opts: 2x3 and 3x2" by Matt Sarett · 8 years ago
  38. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 8 years ago
  39. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
  40. 88ec28e Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
  41. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  42. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
  43. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 8 years ago
  44. b55dd55 Add SkThreadedBMPDevice for Threaded Raster Backend by Yuqian Li · 8 years ago
  45. e684483 Avoid extra bitmap copies in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  46. 84c009f Remove kAsIs_CachedFormat by Brian Osman · 8 years ago
  47. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  48. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  49. 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 · 8 years ago
  50. 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 · 8 years ago
  51. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  52. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  53. 2f245be avoid deprecated SkRect::MakeFromIRect by Mike Klein · 8 years ago
  54. 9969e77 SkColorSpaceXformCanvas: setMatrix(), clipRect() in constructor by Matt Sarett · 8 years ago
  55. b48df27 Add more overrides to SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  56. 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 8 years ago
  57. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 8 years ago
  58. eeb3cb1 Reverse clamp logic in SkColorSpaceXform by Matt Sarett · 8 years ago
  59. 8f7a9a9 565 color xforms: make sure we clamp if necessary by Matt Sarett · 8 years ago
  60. 301431d Miscellaneous GrSurfaceProxy-related cleanup by Robert Phillips · 8 years ago
  61. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
  62. d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 8 years ago
  63. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 8 years ago
  64. 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
  65. 5fa3d6d Revert "Revert "simplify api to bitmapcache"" by Mike Reed · 8 years ago
  66. dd1b4e9 Revert "simplify api to bitmapcache" by Florin Malita · 8 years ago
  67. 9f4b0ae simplify api to bitmapcache by Mike Reed · 8 years ago
  68. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
  69. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
  70. 4dc6474 remove dead code in bitmapcache by Mike Reed · 8 years ago
  71. 5ec7829 add experimental flag for downscaling by Mike Reed · 8 years ago
  72. 02be3c1 add test and fix for canvas::isClipEmpty by Mike Reed · 8 years ago
  73. a88a646 Override onImageInfo() in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  74. 4f358be Make SkImageCacherator be deferred (take 2) by Robert Phillips · 8 years ago
  75. b8e7521 fix round_asymmetric_to_int to also bias bottom and right by Lee Salzman · 8 years ago
  76. e3060ba Revert "Make SkImageCacherator be deferred" by Robert Phillips · 8 years ago
  77. 801f8b8 Make SkImageCacherator be deferred by Robert Phillips · 8 years ago
  78. 44c1b11 path hang by Cary Clark · 8 years ago
  79. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  80. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 8 years ago
  81. b667fe2 Small downsample_3_3 optimization by Matt Sarett · 8 years ago
  82. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 8 years ago
  83. ebbdec4 document when we retired a serialized verb -- for later removal by Mike Reed · 8 years ago
  84. a33b43d Combine some duplicate code in AA using template by Yuqian Li · 8 years ago
  85. 1683f78 Have SkColorSpaceXformCanas tell SkCanvas about clips. by Mike Klein · 8 years ago
  86. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 8 years ago
  87. 4c55027 Add support for F32 sources to SkColorSpaceXform by Matt Sarett · 8 years ago
  88. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 8 years ago
  89. b1168a7 Improvements to readpixels GM by Brian Osman · 8 years ago
  90. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 8 years ago
  91. 09de753 Move SkOSFile.h to src/core by Ben Wagner · 8 years ago
  92. e2ce08a SkData::MakeFromFD to pass size to release proc. by Ben Wagner · 8 years ago
  93. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 8 years ago
  94. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 8 years ago
  95. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 8 years ago
  96. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 8 years ago
  97. 795c5ea don't use deprecated (raw) form of SkPatchUtils, delete duplicate util by Mike Reed · 8 years ago
  98. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 8 years ago
  99. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 8 years ago
  100. 2fb3662 Fix overflow bug in slow span. by Herb Derby · 8 years ago