1. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  2. e8827d2 Address feedback on makeTextureImage by Brian Osman · 8 years ago
  3. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  4. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  5. 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
  6. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
  7. aff27a2 Use SkVertices for tessellated spot and ambient shadow rendering. by Brian Salomon · 8 years ago
  8. 6852170 Add sk_sp make variant to SkArenaAlloc. by Herb Derby · 8 years ago
  9. e1d9cb8 Revert "Added dead variable / code elimination to skslc." by Ethan Nicholas · 8 years ago
  10. a84898d Have ShadowTessellators transform path; add SkShadowTessellator base class by Jim Van Verth · 8 years ago
  11. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  12. be28ee2 Make iOS main() functions normal. by Mike Klein · 8 years ago
  13. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
  14. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
  15. 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 8 years ago
  16. 0dda9cb Make shadow tessellators fail gracefully and add unit test for this. by Brian Salomon · 8 years ago
  17. 0d7dac8 experimental tight-bounds by Mike Reed · 8 years ago
  18. 113628d Added dead variable / code elimination to skslc. by Ethan Nicholas · 8 years ago
  19. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  20. 6f6961e make GR_TEST_UTILS=0 work by Hal Canary · 8 years ago
  21. 351b045 Have Vulkan advertise that compressed textures are currently unsupported by Robert Phillips · 8 years ago
  22. c86b145 Disable Vulkan backend in DeferredProxyTest (for now) by Robert Phillips · 8 years ago
  23. 5c44657 Fix memory leak in DeferredProxyTest by Robert Phillips · 8 years ago
  24. 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
  25. 6520a69 Add test for proactive proxy-creation failure by Robert Phillips · 8 years ago
  26. 6de9904 Reduce use of SkImage_Base::peekTexture by Robert Phillips · 8 years ago
  27. e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 8 years ago
  28. 40d9495 Add test for outre GrSurfaceProxy requests by Robert Phillips · 8 years ago
  29. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  30. c9942a1 Do not crash when the resources are missing by Leon Scroggins III · 8 years ago
  31. 6ccd2ca Generate Android build targets for dm and nanobench by Leon Scroggins III · 8 years ago
  32. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
  33. c121a88 give up on big cubics (for now) and just draw a line by Mike Reed · 8 years ago
  34. 26caf89 Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs by Robert Phillips · 8 years ago
  35. 587e08f Revert "Revert "Start of rewrite of GrFragmentProcessor optimizations."" by Brian Salomon · 8 years ago
  36. 3500b77 Consolidate read/write-Pixels testing code - take 2 by Robert Phillips · 8 years ago
  37. 052fd51 Revert "Start of rewrite of GrFragmentProcessor optimizations." by Ethan Nicholas · 8 years ago
  38. 85eb422 Start of rewrite of GrFragmentProcessor optimizations. by Brian Salomon · 8 years ago
  39. 2b270e5 Revert "Consolidate read/write-Pixels testing code" by Robert Phillips · 8 years ago
  40. 0bd4a23 Consolidate read/write-Pixels testing code by Robert Phillips · 8 years ago
  41. 6f67fc2 Add SkICC::rawTransferFnData() by Matt Sarett · 8 years ago
  42. 0c0da2b add test for big cubic -- currently disabled by Mike Reed · 8 years ago
  43. 964dec3 Move SkGammaColorFilter to tools, limit to sRGB by Brian Osman · 8 years ago
  44. 9ae32a2 Remove redundant caps field from GrProcessorTestData by Brian Salomon · 8 years ago
  45. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  46. 74b16ed Add test for bad reuse of SkJpegCodec internal state by Matt Sarett · 8 years ago
  47. b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
  48. 7717d4a conservativelyContainsRect is asserting by Mike Reed · 8 years ago
  49. 6f4a9b2 restore bool version of clip-bounds by Mike Reed · 8 years ago
  50. a19f024 make SkPath::conservativelyContainsRect consume degenerate segments by Lee Salzman · 8 years ago
  51. 5f13fba Stop tracking whether GrFragmentProcessors read their input by Brian Salomon · 8 years ago
  52. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  53. 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  54. 918e144 change clip-bounds getters to always return the rect by Mike Reed · 8 years ago
  55. 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
  56. 59d5a0e Revert "offset angle check edge in common" by Cary Clark · 8 years ago
  57. 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
  58. 288e471 clipstack is now private by Mike Reed · 8 years ago
  59. 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
  60. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  61. d2eb581 offset angle check edge in common by Cary Clark · 8 years ago
  62. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  63. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  64. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  65. 593cb94 Fix reset and deleting behavior. by Herb Derby · 8 years ago
  66. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  67. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  68. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
  69. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  70. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  71. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
  72. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 8 years ago
  73. 412a86d Fix reset and deleting behavior. by Herb Derby · 8 years ago
  74. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 8 years ago
  75. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 8 years ago
  76. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  77. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  78. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 8 years ago
  79. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  80. 3f142b6 Remove (most) usage of MakeTextureFromPixmap by Brian Osman · 8 years ago
  81. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  82. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  83. 46784be hide getClipStack by Mike Reed · 8 years ago
  84. d32b817 add and test SkFixed15::to_u8() by Mike Klein · 8 years ago
  85. de3eacb Temporarily restore FixedAllocTest.cpp by Mike Klein · 8 years ago
  86. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  87. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  88. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  89. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  90. acdb6d3 Fix ASAN by Matt Sarett · 8 years ago
  91. c55bc9a Fix out of bounds read in RP::load_tables_u16_be() by Matt Sarett · 8 years ago
  92. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  93. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  94. f809c1e Try out new refFoo pattern on GrStyle by Robert Phillips · 8 years ago
  95. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  96. a022e2d Fix SkImageFilterCache race by Florin Malita · 8 years ago
  97. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  98. 0c2997b Remove second version of SkImageInfo2GrPixelConfig by Brian Osman · 8 years ago
  99. 8d80bb5 Revert "Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors." by Herb Derby · 8 years ago
  100. d1c8e56 SkUTF8_CountUnichars(s,l) and SkUTF8_NextUnichar(s,l) now safe. by Hal Canary · 8 years ago