1. 50afc17 Fixed a couple of spots where sksl didn't have proper array support. by Ethan Nicholas · 8 years ago
  2. c9f4b8c Disable DFPathRenderTest for now. by Jim Van Verth · 8 years ago
  3. 8729e5b Simplify more: remove SkRasterPipeline::compile(). by Mike Klein · 8 years ago
  4. 394d414 Implement SkHighContrastFilter by Dominic Mazzoni · 8 years ago
  5. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  6. 63c6746 Tighten up GrSurfaceProxy typing by Robert Phillips · 8 years ago
  7. cc70083 GrTessellator (AA): null GrGeometryProcessor crash fix. by Stephen White · 8 years ago
  8. f3b995b Clarify when tweak alpha for coverage optimizaton can occur. by Brian Salomon · 8 years ago
  9. 3f40598 Non linear blending flag for SkColorSpace by Brian Osman · 8 years ago
  10. 485c499 Rename SkConfig8888/SkPixelInfo to SkConvertPixels by Matt Sarett · 8 years ago
  11. df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
  12. 78c0c4c Remove SkSmallAllocator. by Herb Derby · 8 years ago
  13. 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 8 years ago
  14. c6b7146 Remove component flags from GrPipelineInput. by Brian Salomon · 8 years ago
  15. 9a51498 Remove component flags from GrXPFactory output analysis. by Brian Salomon · 8 years ago
  16. a12c153 Add preserves premul and modulate optimization to compose fragment processors. by Brian Salomon · 8 years ago
  17. 267be7f Revert "Revert "IWYU"" by Mike Reed · 8 years ago
  18. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
  19. cb30bb2 Remove GrFragmentProcessor::computeInvariantOutput by Brian Salomon · 8 years ago
  20. d1a8bdf Initialize test textures for ProcessorOptimizationValidationTest. by Brian Salomon · 8 years ago
  21. 3865711 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  22. 3c727d2 Revert "IWYU" by Robert Phillips · 8 years ago
  23. eec6f7b Use new fragment processor optimization queries. by Brian Salomon · 8 years ago
  24. 2aeae78 IWYU by Mike Reed · 8 years ago
  25. 2e83b13 Remove SkTextureCompressor. by Herb Derby · 8 years ago
  26. 6aa0e11 Add support for RG float textures by csmartdalton · 8 years ago
  27. 6b20a55 Make header files self-sufficient by Hal Canary · 8 years ago
  28. d956966 Fix int64 overflow in SkClampRange::init() by Florin Malita · 8 years ago
  29. 3d1a6bc [4fGradient] Relax interval checks for SkGradientShaderBase also by Florin Malita · 8 years ago
  30. 84645e3 re-land of skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  31. 67d6460 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  32. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  33. e659c7f [4fGradient] Relax interval checks by Florin Malita · 8 years ago
  34. 49a36ba Revert "skslc type constructor cleanups" by Ethan Nicholas · 8 years ago
  35. cac5b12 Revert "added support for sk_ClipDistance" by Ethan Nicholas · 8 years ago
  36. 6f22328 skslc type constructor cleanups by Ethan Nicholas · 8 years ago
  37. 8b8c765 added support for sk_ClipDistance by Ethan Nicholas · 8 years ago
  38. 73fe7b0 Remove use of SkSmallAllocator from all Loopers. by Herb Derby · 8 years ago
  39. f575993 Revert "Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts"" by Matt Sarett · 8 years ago
  40. 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
  41. a51740c added support for sk_VertexID by Ethan Nicholas · 8 years ago
  42. 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  43. e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
  44. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  45. e8827d2 Address feedback on makeTextureImage by Brian Osman · 8 years ago
  46. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  47. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  48. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
  49. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
  50. aff27a2 Use SkVertices for tessellated spot and ambient shadow rendering. by Brian Salomon · 8 years ago
  51. 6852170 Add sk_sp make variant to SkArenaAlloc. by Herb Derby · 8 years ago
  52. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  53. a84898d Have ShadowTessellators transform path; add SkShadowTessellator base class by Jim Van Verth · 8 years ago
  54. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  55. be28ee2 Make iOS main() functions normal. by Mike Klein · 8 years ago
  56. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
  57. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
  58. 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 8 years ago
  59. 0dda9cb Make shadow tessellators fail gracefully and add unit test for this. by Brian Salomon · 8 years ago
  60. 0d7dac8 experimental tight-bounds by Mike Reed · 8 years ago
  61. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  62. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  63. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  64. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  65. c86b145 Disable Vulkan backend in DeferredProxyTest (for now) by Robert Phillips · 8 years ago
  66. 5c44657 Fix memory leak in DeferredProxyTest by Robert Phillips · 8 years ago
  67. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  68. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 8 years ago
  69. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  70. e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 8 years ago
  71. 40d9495 Add test for outre GrSurfaceProxy requests by Robert Phillips · 8 years ago
  72. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  73. c9942a1 Do not crash when the resources are missing by Leon Scroggins III · 8 years ago
  74. 6ccd2ca Generate Android build targets for dm and nanobench by Leon Scroggins III · 8 years ago
  75. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
  76. c121a88 give up on big cubics (for now) and just draw a line by Mike Reed · 8 years ago
  77. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  78. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  79. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 8 years ago
  80. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  81. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  82. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 8 years ago
  83. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 8 years ago
  84. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 8 years ago
  85. 0c0da2b add test for big cubic -- currently disabled by Mike Reed · 8 years ago
  86. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  87. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  88. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  89. 74b16ed Add test for bad reuse of SkJpegCodec internal state by Matt Sarett · 8 years ago
  90. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  91. 7717d4a conservativelyContainsRect is asserting by Mike Reed · 8 years ago
  92. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  93. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  94. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  95. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  96. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  97. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  98. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  99. 59d5a0e Revert "offset angle check edge in common" by Cary Clark · 8 years ago
  100. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago