1. f5442bb Split cleanup changes out of bigger CL (take 2) by Robert Phillips · 8 years ago
  2. c1b879f SkColorSpaceXformer: Handle compose color filters by Matt Sarett · 8 years ago
  3. 0d2c9a2 Pass LC_ALL_MASK to newlocale by Eric Karl · 8 years ago
  4. c7d9c0b jumper, table_{r,g,b,a} by Mike Klein · 8 years ago
  5. 68ce7ce support either 32bit swizzle in HQ mode by Mike Reed · 8 years ago
  6. 27a50b8 jumper, hook in callback by Mike Klein · 8 years ago
  7. 45fdae1 Re-arrange GrResourceProvider's texture creation methods by Robert Phillips · 8 years ago
  8. e186cfd Revert "Split cleanup changes out of bigger CL" by Mike Klein · 8 years ago
  9. 2159893 fix android-only function now that fRec is no longer used by Mike Reed · 8 years ago
  10. a3735cd jumper, u16_be load_tables stages by Mike Klein · 8 years ago
  11. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 8 years ago
  12. cd11c80 Split cleanup changes out of bigger CL by Robert Phillips · 8 years ago
  13. b382173 jumper, load_rgb_u16_be by Mike Klein · 8 years ago
  14. 62745a8 Finish overriding onMakeColorSpace() for SkImageFilters by Matt Sarett · 8 years ago
  15. 0cf45f6 Split SkCrossContextImageData into Image and BackendTexture subclasses by Greg Daniel · 8 years ago
  16. 409e74f Further refactor read/writeSurfacePixels by Brian Osman · 8 years ago
  17. de1cad9 use SkArenaAlloc in SkColorSpaceXform_A2B by Mike Klein · 8 years ago
  18. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
  19. 12e946b deprecate odd variants of SkCanvas::readPixels by Mike Reed · 8 years ago
  20. 7fee90c add a callback stage to SkRasterPipeline by Mike Klein · 8 years ago
  21. c589b0b Remove lastOpList capability from GrSurface by Robert Phillips · 8 years ago
  22. e22a6a2 SkPictureImageFilter::onMakeColorSpace() by Matt Sarett · 8 years ago
  23. b712089 remove lock tracking in bitmaps -- they are always locked by Mike Reed · 8 years ago
  24. ade76e9 getDeferredTextureImageData(): use legacy scaling in legacy mode by Matt Sarett · 8 years ago
  25. dcbe2c8 Remove dangerous constructor from SkArenaAlloc by Herb Derby · 8 years ago
  26. cd0a61e fix scan converter arena alloc by Cary Clark · 8 years ago
  27. 122f18e skirt std::chrono on MSAN builds by Mike Klein · 8 years ago
  28. 9f59134 Symmetric rendering when >20px with DirectWrite. by Ben Wagner · 8 years ago
  29. 1f5f6b8 Fix advances for aliased text with DirectWrite. by Ben Wagner · 8 years ago
  30. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 8 years ago
  31. 4343654 Improve accuracy of cubic classification by Chris Dalton · 8 years ago
  32. 479366c Let region decoders query the type and color space by Matt Sarett · 8 years ago
  33. 8671428 refine .type ...,%function by Mike Klein · 8 years ago
  34. 965451e jumper, explicitly tag functions as functions by Mike Klein · 8 years ago
  35. 818580d remove code directly involved in lock/unlock in SkPixelRef by Mike Reed · 8 years ago
  36. c756c7a make picture-imagegenerator more robust on requested infos by Mike Reed · 8 years ago
  37. d2ca59a Further unify logic in readSurfacePixels and writeSurfacePixels by Brian Osman · 8 years ago
  38. 9428a37 Move GrAtlasGlyphCache over to SkArenaAlloc from SkVarAlloc. by Herb Derby · 8 years ago
  39. 0d63e4e Use a simpler method for calculating atan by Herb Derby · 8 years ago
  40. e440721 Remove GrRenderTargetOpList::discard & move functionality to GrRenderTargetContext by Robert Phillips · 8 years ago
  41. 1335a05 remove dead code around replayClips by Mike Reed · 8 years ago
  42. fc978fd Store the GrBackend we are using on GrContext by Greg Daniel · 8 years ago
  43. 178ce3e Make all GrRenderTargetOpList ops store a GrRenderTarget pointer by Robert Phillips · 8 years ago
  44. 2d2da4f Do sRGB premul/unpremul on the GPU by Brian Osman · 8 years ago
  45. 96d5b9a remove unused fURI from pixelref by Mike Reed · 8 years ago
  46. 0f47a25 Fix cubic KLM solving by csmartdalton · 8 years ago
  47. 0a90449 jumper, bilinear and bicubic sampling stages by Mike Klein · 8 years ago
  48. 4ccd862 android-only api to reset the fields of a pixelref by Mike Reed · 8 years ago
  49. e0b7287 fix drawDRRect for fuzzer by Cary Clark · 8 years ago
  50. 994ef97 make all gather_*() use SkJumper_GatherCtx by Mike Klein · 8 years ago
  51. 547a727 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  52. 719528a Revert "Revert "SkColorSpaceXformer: Preserve local matrix on shaders"" by Matt Sarett · 8 years ago
  53. e5fec21 Revert "Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix" by Matt Sarett · 8 years ago
  54. a50a11c Revert "SkColorSpaceXformer: Preserve local matrix on shaders" by Matt Sarett · 8 years ago
  55. db1cbcb jumper, rgb<->hsl by Mike Klein · 8 years ago
  56. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 8 years ago
  57. e5efa51 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 8 years ago
  58. 5d884b5 SkColorSpaceXformer: Preserve local matrix on shaders by Matt Sarett · 8 years ago
  59. ac796f8 Override setDrawFilter() in SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
  60. 123b7b8 Disable deferred proxies for Chrome branch by Robert Phillips · 8 years ago
  61. 8f30709 Revert "Revert "remove unused SkBitmap::copyPixelsTo"" by Mike Reed · 8 years ago
  62. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 8 years ago
  63. 921ebe5 clean ups in SkPixelRef by Mike Reed · 8 years ago
  64. da96550 Add perspective shadows by Jim Van Verth · 8 years ago
  65. 1119dc3 Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext by Robert Phillips · 8 years ago
  66. fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
  67. 8a8e5fe Reland: Finish up mip opts: 2x3 and 3x2 by Matt Sarett · 8 years ago
  68. 0fa156f remove inline allocation in SkRecord by Mike Klein · 8 years ago
  69. 7a542c5 Change bitmapcache to not rely on lockpixels. by Mike Reed · 8 years ago
  70. da90109 Make SkLiteDL::draw() const. by Mike Klein · 8 years ago
  71. cd25df9 make SkRecord normally SkRefCnt'd by Mike Klein · 8 years ago
  72. 7bfdfda Revert "remove unused SkBitmap::copyPixelsTo" by Mike Klein · 8 years ago
  73. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 8 years ago
  74. 0f3fdfa remove unused SkBitmap::copyPixelsTo by Mike Reed · 8 years ago
  75. d177ae1 remove SkNx AVX code by Mike Klein · 8 years ago
  76. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 8 years ago
  77. 3fbca26 Make sure NaNs clamp to 0 in color look up tables by Matt Sarett · 8 years ago
  78. 31f99ce SkCanvas constructor with legacy flag for Android framework by Matt Sarett · 8 years ago
  79. 9342921 Revert "Rm makeRenderTargetContext in favor of deferred version" by Robert Phillips · 8 years ago
  80. d83ec04 Rm makeRenderTargetContext in favor of deferred version by Robert Phillips · 8 years ago
  81. 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 8 years ago
  82. 6d72ed9 SkImageFilter::onMakeColorSpace() - more overrides by Matt Sarett · 8 years ago
  83. 84c9cb7 getDeferredTextureImageData(): preserve color space in legacy mode by Matt Sarett · 8 years ago
  84. 891dde5 SkImageCacherator: Remove unneeded heuristic by Matt Sarett · 8 years ago
  85. 9f903e4 PM/UPM conversion improvements by Brian Osman · 8 years ago
  86. 95ddf13 fix too-dark 565 (really, all legacy) gradients by Mike Klein · 8 years ago
  87. c8e924c remove unused lockPixelsAreWritable by Mike Reed · 8 years ago
  88. 4482a14 fix -Fast bot by Mike Klein · 8 years ago
  89. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 8 years ago
  90. 02a4867 Remove Index_8 handling in cacherator heuristic code by Brian Osman · 8 years ago
  91. 7b4202d Add multi-stop SkJumper stage. by Herb Derby · 8 years ago
  92. d61c9d9 Move ref counting out of GrProcessor and into subclasses. by Brian Salomon · 8 years ago
  93. 31abf1f Add SkImageFilter::makeColorSpace(SkColorSpaceXformer*) by Matt Sarett · 8 years ago
  94. 1dd161c Fix infinite loop in SkRTree::insert() by Mike Klein · 8 years ago
  95. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 8 years ago
  96. 48d1b4c Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis."" by Brian Salomon · 8 years ago
  97. 5dac9b3 Revert "Create GrXferProcessor while doing GrProcessorSet analysis." by Brian Salomon · 8 years ago
  98. 0ae0e23 Create GrXferProcessor while doing GrProcessorSet analysis. by Brian Salomon · 8 years ago
  99. f1bc5e8 Set the kMultiMaster_FontFlag in DirectWrite. by Ben Wagner · 8 years ago
  100. cf20f78 Convert Sk4fGradientInterval to (bias, factor) format by Florin Malita · 8 years ago