1. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  2. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  3. 92e4c7f Support input color argument to process() function in sksl .fp files by Michael Ludwig · 6 years ago
  4. 8e318fd Reland "Check that mask to path fallback happens" by Herb Derby · 6 years ago
  5. 5de5233 remove scaling from pathops by Cary Clark · 6 years ago
  6. 48cb223 increase SkPoint3 normalize precision by Cary Clark · 6 years ago
  7. eb0bb73 Revert "Check that mask to path fallback happens" by Herb Derby · 6 years ago
  8. aca2b9e Managing the context was dropped. Adding back in. by Herb Derby · 6 years ago
  9. 93348dd Fix GrGLGpu::createTestingOnlyBackendRenderTarget() by Brian Salomon · 6 years ago
  10. 9f85b51 Check that mask to path fallback happens by Herb Derby · 6 years ago
  11. 273b74a fix two 1-bit mismatches in sRGB transfer functions by Mike Klein · 6 years ago
  12. 33ac15e Add an empty typeface for testing by Herb Derby · 6 years ago
  13. f9a90a2 Add a tolerance to SkRemoteGlyphCache_DrawTextAsPath by Chris Dalton · 6 years ago
  14. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  15. 1cb97a2 fix empty region iter rect by Cary Clark · 6 years ago
  16. da01be3 Re-enable 6653 test on IntelVulkan, and label failures better by Brian Osman · 6 years ago
  17. 6b62296 Reland "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  18. da6289c mark tests flaky for pathkit by Cary Clark · 6 years ago
  19. ea2a632 fix pathops unsortable angles by Cary Clark · 6 years ago
  20. 36f7e32 Reland "Switch SkCodec to use skcms plus fixes"" by Leon Scroggins III · 6 years ago
  21. dd04bec Add a version of the skbug6653 unit test that disables explicit resource allocation by Brian Osman · 6 years ago
  22. cd700e9 Revert "Revert "added support for sk_Dimensions to SkSL"" by Ethan Nicholas · 6 years ago
  23. 3054989 do reject vertical lines if they are outside of the clip by Mike Reed · 6 years ago
  24. 83988ed Revert "Reland "Switch SkCodec to use skcms" plus fixes" by Leon Scroggins · 6 years ago
  25. d2fec23 Have GPU and RemoteGlyphCache share mask position code by Herb Derby · 6 years ago
  26. 49894f4 Reland "Switch SkCodec to use skcms" plus fixes by Leon Scroggins III · 6 years ago
  27. b2c7216 Simplify lifetime of scaler context for remote cache by Herb Derby · 6 years ago
  28. 4c65144 fix dashimpl underflow by Mike Reed · 6 years ago
  29. ea045b5 fix clamp_0/clamp_1 stages in lowp by Mike Klein · 6 years ago
  30. 5f7b5e3 Revert "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  31. 2f4c09b Add remove_pow_with_constant_exponent workaround by Adrienne Walker · 6 years ago
  32. 8b23ca6 Add rewrite_do_while_loops workaround by Adrienne Walker · 6 years ago
  33. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  34. d1589c7 Stop conflating F16 with linear gamma by Brian Osman · 6 years ago
  35. 92b161f Add emulate_abs_int_function workaround by Adrienne Walker · 6 years ago
  36. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  37. fbc6d7f Make SkColor4f <-> SkColor skip sRGB conversion by Brian Osman · 6 years ago
  38. c02165f Add unfold_short_circuit_as_ternary workaround by Adrienne Walker · 6 years ago
  39. 37f9988 Remove sRGB pixel config code from DDL tests by Brian Osman · 6 years ago
  40. 66bc524 Rename SkCodec::kNone to SkCodec::kNoFrame by Nigel Tao · 6 years ago
  41. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  42. 12d4b6e let's like, chill out about all these rules, man by Mike Klein · 6 years ago
  43. ee8295c Add add_and_true_to_loop_condition workaround by Adrienne Walker · 6 years ago
  44. 1734dd3 Address fuzzer issue by Robert Phillips · 6 years ago
  45. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  46. b85fc3b treat opaque dsts as src alpha type by Mike Klein · 6 years ago
  47. 764e546 Fix op chaining painter's order violation in GrRenderTargetOpList. by Brian Salomon · 6 years ago
  48. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  49. ad031f5 Improve name table handling. by Ben Wagner · 6 years ago
  50. c623af2 [PathKit] Add conic tests and re-create expectations. by Kevin Lubick · 6 years ago
  51. 98900b5 pathops remove degenerate line on close by Cary Clark · 6 years ago
  52. 7d06e26 fixup winding contours by Cary Clark · 6 years ago
  53. 1aced50 can't normalize non-finites by Mike Reed · 6 years ago
  54. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  55. 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
  56. 340818e add more tests for SkCubicMap by Mike Reed · 6 years ago
  57. 04d1632 Add internal tree implementation to EdgeList. by Jim Van Verth · 6 years ago
  58. b631742 return this from maker calls, so we can chain the calls by Mike Reed · 6 years ago
  59. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  60. 0d4a183 add tests for cubicmap by Mike Reed · 6 years ago
  61. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  62. 1b95ef9 SkRegion: Do not assume good input. by Hal Canary · 6 years ago
  63. f6c8540 use legal FirstDirection as kDontCheck sentinel by Mike Klein · 6 years ago
  64. de5d6eb avoid illegal enum values in PathTest by Mike Klein · 6 years ago
  65. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 6 years ago
  66. 1208e0f Add unit tests for src=dst in SkGeometry by Chris Dalton · 6 years ago
  67. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  68. c27eb72 Make sure GrResourceCache frees resources waiting on messages during destruction. by Greg Daniel · 6 years ago
  69. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  70. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  71. e12a090 make some textblob builders private for now by Cary Clark · 6 years ago
  72. 8af4c40 use atomic for global test counters by Cary Clark · 6 years ago
  73. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  74. 9c9611f dump pathops tests as hex json by Cary Clark · 6 years ago
  75. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  76. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  77. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  78. 4533f3d add simplify to json tests by Cary Clark · 6 years ago
  79. f540200 First version of incremental topological sort by Robert Phillips · 6 years ago
  80. f394912 add json dump to pathops unittest by Cary Clark · 6 years ago
  81. deba212 fixed check for BGRA -> RGBA in CopySurfaceTest by Timothy Liang · 6 years ago
  82. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  83. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  84. cadc506 fix pathops stitching bug by Cary Clark · 6 years ago
  85. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  86. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  87. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  88. 84dd183 Implement Color Filters for SKIA SVG backend by Anas AlJabri · 6 years ago
  89. 3526cfa tests: Move SkUTF tests to their own file. by Hal Canary · 6 years ago
  90. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 6 years ago
  91. 9b9453e Have CodecTest's check not skip 'complete' tests by Nigel Tao · 6 years ago
  92. afea9c3 Avoid infinite loop in Codec_requiredFrame test by Nigel Tao · 6 years ago
  93. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 6 years ago
  94. f107a2f SkUTF by Hal Canary · 6 years ago
  95. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 6 years ago
  96. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 6 years ago
  97. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 6 years ago
  98. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 6 years ago
  99. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 6 years ago
  100. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 6 years ago