1. d2eb581 offset angle check edge in common by Cary Clark · 8 years ago
  2. f833215 Make it possible to query GrXPFactory for dst texture without GrPipelineAnalysis. by Brian Salomon · 8 years ago
  3. 80a08dd Fix Vulkan crashes on nexus player by Greg Daniel · 8 years ago
  4. f61bc4d Streamline x86 u8 -> fixed15 math. by Mike Klein · 8 years ago
  5. ba294d9 SkSplicer stage parity by Mike Klein · 8 years ago
  6. c949ce9 Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent by Robert Phillips · 8 years ago
  7. 4c76c41 fix fuzz asserts triggered by old fuzzes by Cary Clark · 8 years ago
  8. c86e470 SkRasterPipeline impl for 2-stop linear gradients by Florin Malita · 8 years ago
  9. c485907 Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused" by Joe Gregorio · 8 years ago
  10. 1e18aec remove unused device apis by Mike Reed · 8 years ago
  11. 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 8 years ago
  12. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  13. 0d7d8de SkSplicer: always initialize fLowp by Mike Klein · 8 years ago
  14. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  15. 5bee0b6 Reland "Respect full precision for RGB16 PNGs" (part 2) by Matt Sarett · 8 years ago
  16. f720098 SkSplicer: lowp hacking by Mike Klein · 8 years ago
  17. 0ee6f95 Make GL_RED workaround only be triggered by osmesa by Brian Salomon · 8 years ago
  18. 1790f8e Revert "Revert "move device headers to core"" by Mike Reed · 8 years ago
  19. 593cb94 Fix reset and deleting behavior. by Herb Derby · 8 years ago
  20. 86a4340 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  21. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 8 years ago
  22. 1baaaca explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and unused by Mike Reed · 8 years ago
  23. 3726a4a new hacky api to get cliprgn for android by Mike Reed · 8 years ago
  24. f87e2b9 Move srgb enable flags to GrProcessorSet from pipelinebuilder by Brian Salomon · 8 years ago
  25. 009d9d1 No need to fake makeArrayDefault() now that it exists. by Mike Klein · 8 years ago
  26. 6415e0d Revert "Added constant propagation and better variable liveness tracking to" by Ethan Nicholas · 8 years ago
  27. f54b071 Added constant propagation and better variable liveness tracking to skslc. by Ethan Nicholas · 8 years ago
  28. 189098e7 Don't require GrPipelineBuilder to build GrPipeline by Brian Salomon · 8 years ago
  29. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
  30. 2a83603 remove metadata from device by Mike Reed · 8 years ago
  31. 1517224 Revert "Fix reset and deleting behavior." by Herb Derby · 8 years ago
  32. 412a86d Fix reset and deleting behavior. by Herb Derby · 8 years ago
  33. 95acbad ensure path bounds after rounding contain path edges when using SK_RASTERIZE_EVEN_ROUNDING by Lee Salzman · 8 years ago
  34. ce7e18f Reject horizontal edges in FDot6 precision by Yuqian Li · 8 years ago
  35. 8461506 Revert "Disallow readPixels() conversions from untagged srcs to tagged dsts" by Matt Sarett · 8 years ago
  36. 874a872 Revert concave AAA by Yuqian Li · 8 years ago
  37. ccfd108 Disallow readPixels() conversions from untagged srcs to tagged dsts by Matt Sarett · 8 years ago
  38. 0831f1b Rename GrProcOptInfo::addProcessors to analyzeProcessors by Brian Salomon · 8 years ago
  39. 92ce594 Add class GrProcessorSet which represents color and coverage FPs and a XPFactory. by Brian Salomon · 8 years ago
  40. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  41. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  42. 93a8a64 Revert "Revert "SkImageInfoValidConversion (part 2)"" by Matt Sarett · 8 years ago
  43. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  44. 98cf99b Turn on concave analytic AA by Yuqian Li · 8 years ago
  45. 8dadd9e Revert "SkImageInfoValidConversion (part 2)" by Matt Sarett · 8 years ago
  46. d4bdee5 Revert "move device headers to core" by Mike Reed · 8 years ago
  47. 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
  48. 98420d0 move device headers to core by Mike Reed · 8 years ago
  49. a7d61a6 Revert "Continue making Ganesh use absolute texture coordinates" by Joe Gregorio · 8 years ago
  50. 94bd50c SkImageInfoValidConversion (part 2) by Matt Sarett · 8 years ago
  51. 8446854 SkSplicer: no need for AI. Clang is good at this. by Mike Klein · 8 years ago
  52. 652ecb5 Pass GrAppliedClip to pipeline creation. by Brian Salomon · 8 years ago
  53. 4493a9d Continue making Ganesh use absolute texture coordinates by Robert Phillips · 8 years ago
  54. 4075ec8 Revert "Revert "Enforce our rules about valid images when making textures"" by Brian Osman · 8 years ago
  55. cb6266b Reland "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Matt Sarett · 8 years ago
  56. aab259e Simplify GrProcOptInfo initialization. by Brian Salomon · 8 years ago
  57. d32b817 add and test SkFixed15::to_u8() by Mike Klein · 8 years ago
  58. eaf0079 GrTessellator: fix for disappearing thin path. by Stephen White · 8 years ago
  59. b5a1d41 SkSplicer: fix a typo in srcover stage. by Mike Klein · 8 years ago
  60. fd146aa do/while loops in SPIR-V no longer cause an assertion failure by Ethan Nicholas · 8 years ago
  61. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  62. ac04fef Remove SkFallbackAlloc and SkFixedAlloc. by Herb Derby · 8 years ago
  63. 7a6c9f7 Revert "Add SkImageInfoValidConversion() and SkImageInfoIsValid" by Brian Osman · 8 years ago
  64. 8bbdd49 Revert "Enforce our rules about valid images when making textures" by Brian Osman · 8 years ago
  65. 7035f3c Enforce our rules about valid images when making textures by Brian Osman · 8 years ago
  66. 197bde9 Revert "Exercise concave analytic AA" by Mike Reed · 8 years ago
  67. 480a1c6 Exercise concave analytic AA by Yuqian Li · 8 years ago
  68. 986480a Revert "move SkDevice.h and SkBitmapDevice.h contents in to src headers" by Mike Reed · 8 years ago
  69. 2f719a6 move SkDevice.h and SkBitmapDevice.h contents in to src headers by Mike Reed · 8 years ago
  70. 276be05 Use GrRenderTargetContext::readPixels in GrTextureToYUVPlanes by Robert Phillips · 8 years ago
  71. d9b6abb Remove (unused) YUV API from SkPixelRef by Brian Osman · 8 years ago
  72. 69f98c7 SkSplicer: implement load_tables and matrix_3x4 by Mike Klein · 8 years ago
  73. 2873c76 Decode system font weight correctly on Mac. by bungeman · 8 years ago
  74. 1d8e198 Revert "Optimize SkBlend by using NEON intrinsics" by Mike Klein · 8 years ago
  75. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  76. d4652ca Remove most modifiers of processors on GrPipelineBuilder by Brian Salomon · 8 years ago
  77. 2503ab6 Fixed another division by zero error in skslc by Ethan Nicholas · 8 years ago
  78. c55bc9a Fix out of bounds read in RP::load_tables_u16_be() by Matt Sarett · 8 years ago
  79. 3b830a9 Simplify k.w calculation in getConicKLM. by Dean McNamee · 8 years ago
  80. cf5d6ca Add SkImageInfoValidConversion() and SkImageInfoIsValid by Matt Sarett · 8 years ago
  81. 0497f08 Introduce SkArenaAlloc - should be fast for POD types and RAII for types with dtors. by Herb Derby · 8 years ago
  82. b569056 simplify round_down_to_int by using ceil instead of floor by Lee Salzman · 8 years ago
  83. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  84. 0ed3b64 Revert "Revert "Hide SkCanvas getDevice() & getTopDevice()}"" by Florin Malita · 8 years ago
  85. 4ef8cb3 some armv7 hacking by Mike Klein · 8 years ago
  86. 70b49fd Minor Ganesh refFoo cleanup by Robert Phillips · 8 years ago
  87. f809c1e Try out new refFoo pattern on GrStyle by Robert Phillips · 8 years ago
  88. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  89. 550148b Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  90. e050ca7 Revert "Hide SkCanvas getDevice() & getTopDevice()}" by Florin Malita · 8 years ago
  91. c74dad6 Remove spurious checks for sRGB float data by Brian Osman · 8 years ago
  92. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  93. 76467a1 Hide SkCanvas getDevice() & getTopDevice()} by Florin Malita · 8 years ago
  94. 7adde14 Optimize SkBlend by using NEON intrinsics by Joel Liang · 8 years ago
  95. e71b167 Attempt 3: SkRasterPipelineBlitter: support A8 by Mike Klein · 8 years ago
  96. aeef561 Revert "Reland https://skia-review.googlesource.com/c/6091/" by Yuqian Li · 8 years ago
  97. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  98. b46fff6 Reland https://skia-review.googlesource.com/c/6091/ by Yuqian Li · 8 years ago
  99. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  100. 3d97a0e rm -r {include,src}/animator by Hal Canary · 8 years ago