1. 57bfa02 Change the Sprite portion of SkBlitter use SkArenaAlloc. by Herb Derby · 7 years ago
  2. 19c22e9 Revert "Roll minimum picture version up to 44." by Robert Phillips · 7 years ago
  3. 6b20a55 Make header files self-sufficient by Hal Canary · 7 years ago
  4. 8616bb2 Fix CopyPixels() bug by Matt Sarett · 7 years ago
  5. e037d12 Roll minimum picture version up to 44. by Mike Klein · 7 years ago
  6. c7b2908 Refactor pixel conversion: premul and unpremul by Matt Sarett · 7 years ago
  7. 5101448 Pixel conversion refactors: use raster pipeline for 565 and gray by Matt Sarett · 7 years ago
  8. 3a84615 SkRasterPipelineBlitter doesn't need an SkArenaAlloc. by Mike Klein · 7 years ago
  9. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 7 years ago
  10. 30ec0b3 Simplify SkCpu.cpp preprocessor guards. by Mike Klein · 7 years ago
  11. 7627fa5 add virtuals in prep for device-clipping by Mike Reed · 7 years ago
  12. 688ded2 Add a blend-wrong mode to SkRasterPipelineBlitter. by Mike Klein · 7 years ago
  13. f575993 Revert "Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts"" by Matt Sarett · 7 years ago
  14. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 7 years ago
  15. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 7 years ago
  16. 83e939b Use SkArenaAlloc in the SkAutoBlitterChoose code. by Herb Derby · 7 years ago
  17. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  18. dd8b72a Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code." by Robert Phillips · 7 years ago
  19. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  20. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  21. 2b57b7f Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code. by Herb Derby · 8 years ago
  22. 6852170 Add sk_sp make variant to SkArenaAlloc. by Herb Derby · 8 years ago
  23. a8f4139 Revert "Allow conversion from non-opaque to opaque" by Matt Sarett · 8 years ago
  24. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  25. a99b6ce start removing uses of SkScalarMul by Mike Reed · 8 years ago
  26. 0312a0c Add toXYZD50() to SkColorSpace API by Matt Sarett · 8 years ago
  27. 20fbada Remove unused assignment in SkScan::AntiFillXRect. by Jeremy Roman · 8 years ago
  28. 8d3ffad Revert "Revert "Don't instantiate shaders with non-invertible local matrix"" by Florin Malita · 8 years ago
  29. 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 8 years ago
  30. 0d7dac8 experimental tight-bounds by Mike Reed · 8 years ago
  31. 0e86725 Revert "Don't instantiate shaders with non-invertible local matrix" by Hal Canary · 8 years ago
  32. ebfbba9 Don't instantiate shaders with non-invertible local matrix by Florin Malita · 8 years ago
  33. 4151160 Force instantiation in GaussianBlur to hopefully prevent (and diagnose) Chrome crash by Robert Phillips · 8 years ago
  34. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  35. 77b3f32 Broaden checking of GrSurfaceProxy::MakeDeferred's return value by Robert Phillips · 8 years ago
  36. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  37. 9206c76 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  38. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  39. 08c5ec7 Make blur utils take GrTextureProxies - take 2 by Robert Phillips · 8 years ago
  40. 8d2fb47 Implement onAppendStages for SkPictureShader by Yuqian Li · 8 years ago
  41. 877b15b Revert "Make blur utils take GrTextureProxies" by Robert Phillips · 8 years ago
  42. d0dc05b Make blur utils take GrTextureProxies by Robert Phillips · 8 years ago
  43. 40fd7c9 Push GrTextureProxy down to more effects by Robert Phillips · 8 years ago
  44. 5ce33ef Revert "SkRasterPipeline shader adapter" by Florin Malita · 8 years ago
  45. 6d11ed2 SkRasterPipeline shader adapter by Florin Malita · 8 years ago
  46. 0a84a34 Make SkSmallAllocator obey alignment properties of objects. by herb · 8 years ago
  47. 0bd8f36 Add missing nextafter() clamping to SkLinearBitmapPipeline tile procs by Florin Malita · 8 years ago
  48. c121a88 give up on big cubics (for now) and just draw a line by Mike Reed · 8 years ago
  49. 00dca8c Remove SkBlitter:resetShaderContext() by Florin Malita · 8 years ago
  50. 882ccaf Raster pipeline support for SkLocalMatrixShader composition by Florin Malita · 8 years ago
  51. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  52. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  53. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  54. bbeb573 Simplify SkShader::ContextRec::fLocalMatrix handling by Florin Malita · 8 years ago
  55. 5baafa8 extend clipper for lines, for uniformity, and so curves can call itself with lines by Mike Reed · 8 years ago
  56. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 8 years ago
  57. 3311b15 Remove SkBlitter::getShaderContext() by Florin Malita · 8 years ago
  58. 98829b9 Check that the upper bits are correct in the SkArenaAlloc footer. by herb · 8 years ago
  59. 39728d3 Simplify Footers in SkArenaAlloc to 64-bit values using pointers. by Herb Derby · 8 years ago
  60. c4e6cfe Make the footer big to handle bug 684061. by Herb Derby · 8 years ago
  61. cf3525a SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() case by Matt Sarett · 8 years ago
  62. 57bc1e7 move sk_memset16,32,64 out-of-line by Mike Klein · 8 years ago
  63. aee504b Make GrConvolutionEffect only support Gaussian kernels and rename. by Brian Salomon · 8 years ago
  64. 80d22ea Do not embed glyph image data in SkGlyphCache. by Herb Derby · 8 years ago
  65. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  66. eb5061b Reenable index8 dsts by Matt Sarett · 8 years ago
  67. f887f8a Fix comparison that overflows for addresses near uint max. - Fix Assert by Herb Derby · 8 years ago
  68. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  69. 42e8c53 rename virtuals for clipbounds, and deprecate older bool/var-arg pattern by Mike Reed · 8 years ago
  70. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  71. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  72. 889176b Revert "Fix comparison that overflows for addresses near uint max." by Ethan Nicholas · 8 years ago
  73. a9e8ef0 SkRasterPipeline: implement support for SkTableColorFilter by Mike Klein · 8 years ago
  74. db8b837 Fix comparison that overflows for addresses near uint max. by Herb Derby · 8 years ago
  75. 2a0daee Update SkTDict to use SkArenaAlloc. by Herb Derby · 8 years ago
  76. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  77. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  78. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  79. bfe8dca Allow conversion from non-opaque to opaque by Matt Sarett · 8 years ago
  80. b07a01e Get rid of level of indirection, noticed by VC++ 2017 bug by Bruce Dawson · 8 years ago
  81. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  82. 6987b00 Fix performance issue and compute intersections more often. by Yuqian Li · 8 years ago
  83. efaad3c Remove SkColorCubeFilter. It is unused. by Mike Klein · 8 years ago
  84. 17b5e5c minor cleanups in newly privatized device headers by Mike Reed · 8 years ago
  85. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  86. 41398f4 Remove unused struct. by Herb Derby · 8 years ago
  87. 7c5a806 Move from SkChunkAlloc to SkArenaAlloc for SkGlyphCache. by Herb Derby · 8 years ago
  88. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  89. c86e470 SkRasterPipeline impl for 2-stop linear gradients by Florin Malita · 8 years ago
  90. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
  91. 1e18aec remove unused device apis by Mike Reed · 8 years ago
  92. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  93. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 8 years ago
  94. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 8 years ago
  95. 593cb94 Fix reset and deleting behavior. by Herb Derby · 8 years ago
  96. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  97. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  98. 009d9d1 No need to fake makeArrayDefault() now that it exists. by Mike Klein · 8 years ago
  99. 2a83603 remove metadata from device by Mike Reed · 8 years ago
  100. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 8 years ago