1. 5f7b5e3 Revert "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  2. 2f4c09b Add remove_pow_with_constant_exponent workaround by Adrienne Walker · 6 years ago
  3. 8b23ca6 Add rewrite_do_while_loops workaround by Adrienne Walker · 6 years ago
  4. 33d5394 Revert "Switch SkCodec to use skcms" and follow on change by Leon Scroggins III · 6 years ago
  5. d1589c7 Stop conflating F16 with linear gamma by Brian Osman · 6 years ago
  6. 92b161f Add emulate_abs_int_function workaround by Adrienne Walker · 6 years ago
  7. 81886e8 Switch SkCodec to use skcms by Leon Scroggins III · 6 years ago
  8. fbc6d7f Make SkColor4f <-> SkColor skip sRGB conversion by Brian Osman · 6 years ago
  9. c02165f Add unfold_short_circuit_as_ternary workaround by Adrienne Walker · 6 years ago
  10. 37f9988 Remove sRGB pixel config code from DDL tests by Brian Osman · 6 years ago
  11. 66bc524 Rename SkCodec::kNone to SkCodec::kNoFrame by Nigel Tao · 6 years ago
  12. e6ab998 Revert "added support for sk_Dimensions to SkSL" by Greg Daniel · 6 years ago
  13. 12d4b6e let's like, chill out about all these rules, man by Mike Klein · 6 years ago
  14. ee8295c Add add_and_true_to_loop_condition workaround by Adrienne Walker · 6 years ago
  15. 1734dd3 Address fuzzer issue by Robert Phillips · 6 years ago
  16. 9335c28 added support for sk_Dimensions to SkSL by Ethan Nicholas · 6 years ago
  17. b85fc3b treat opaque dsts as src alpha type by Mike Klein · 6 years ago
  18. 764e546 Fix op chaining painter's order violation in GrRenderTargetOpList. by Brian Salomon · 6 years ago
  19. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  20. ad031f5 Improve name table handling. by Ben Wagner · 6 years ago
  21. c623af2 [PathKit] Add conic tests and re-create expectations. by Kevin Lubick · 6 years ago
  22. 98900b5 pathops remove degenerate line on close by Cary Clark · 6 years ago
  23. 7d06e26 fixup winding contours by Cary Clark · 6 years ago
  24. 1aced50 can't normalize non-finites by Mike Reed · 6 years ago
  25. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 6 years ago
  26. 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
  27. 340818e add more tests for SkCubicMap by Mike Reed · 6 years ago
  28. 04d1632 Add internal tree implementation to EdgeList. by Jim Van Verth · 6 years ago
  29. b631742 return this from maker calls, so we can chain the calls by Mike Reed · 6 years ago
  30. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  31. 0d4a183 add tests for cubicmap by Mike Reed · 6 years ago
  32. 8f3d36c add dstAT param to xform steps by Mike Klein · 6 years ago
  33. 1b95ef9 SkRegion: Do not assume good input. by Hal Canary · 6 years ago
  34. f6c8540 use legal FirstDirection as kDontCheck sentinel by Mike Klein · 6 years ago
  35. de5d6eb avoid illegal enum values in PathTest by Mike Klein · 6 years ago
  36. e643a9e SkCodec: Always use 0 for filling by Leon Scroggins III · 7 years ago
  37. 1208e0f Add unit tests for src=dst in SkGeometry by Chris Dalton · 6 years ago
  38. c1b482c Rename GrTextUtils::Target to GrTextTarget by Herb Derby · 6 years ago
  39. c27eb72 Make sure GrResourceCache frees resources waiting on messages during destruction. by Greg Daniel · 6 years ago
  40. bc6f9c9 Remove GrTextUtil::Paint by Herb Derby · 6 years ago
  41. 2d010b6 Remove old sRGB config support from backend render target tool utilities by Brian Osman · 6 years ago
  42. e12a090 make some textblob builders private for now by Cary Clark · 6 years ago
  43. 8af4c40 use atomic for global test counters by Cary Clark · 6 years ago
  44. b547579 switch SkTDArray from push to push_back by Mike Reed · 6 years ago
  45. 9c9611f dump pathops tests as hex json by Cary Clark · 6 years ago
  46. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  47. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  48. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  49. 4533f3d add simplify to json tests by Cary Clark · 6 years ago
  50. f540200 First version of incremental topological sort by Robert Phillips · 6 years ago
  51. f394912 add json dump to pathops unittest by Cary Clark · 6 years ago
  52. deba212 fixed check for BGRA -> RGBA in CopySurfaceTest by Timothy Liang · 6 years ago
  53. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  54. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  55. cadc506 fix pathops stitching bug by Cary Clark · 7 years ago
  56. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 7 years ago
  57. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 7 years ago
  58. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 7 years ago
  59. 84dd183 Implement Color Filters for SKIA SVG backend by Anas AlJabri · 7 years ago
  60. 3526cfa tests: Move SkUTF tests to their own file. by Hal Canary · 7 years ago
  61. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 7 years ago
  62. 9b9453e Have CodecTest's check not skip 'complete' tests by Nigel Tao · 7 years ago
  63. afea9c3 Avoid infinite loop in Codec_requiredFrame test by Nigel Tao · 7 years ago
  64. fd98c2c Make some GrSurfaceProxy and GrTextureProxy methods easier to access by Brian Salomon · 7 years ago
  65. f107a2f SkUTF by Hal Canary · 7 years ago
  66. e782f84 Remove GrResourceIOProcessor. by Brian Salomon · 7 years ago
  67. ae5f953 Remove unused GrGpuResourceRef and GrTGpuResourceRef by Brian Salomon · 7 years ago
  68. e30739a implemented copy surface as draw for metal gpu backend by Timothy Liang · 7 years ago
  69. 0054311 Re-re-land "added GrSkSLFP and converted DitherEffect to use it" by Ethan Nicholas · 7 years ago
  70. f7dcd76 Remove array of TextureSampler pointers from GrIOResourceProcessor. by Brian Salomon · 7 years ago
  71. 7226c23 Make GrTextureProxy store a GrTextureType. by Brian Salomon · 7 years ago
  72. c3bc69f Rename MakeAsTextDraw to MakeFromText by Herb Derby · 7 years ago
  73. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 7 years ago
  74. 6fc3092 Fix TSAN bug in TransferPixelsTest by Robert Phillips · 7 years ago
  75. ab54e73 Hide SkTextBlob::GlyphPositioning from public API by Florin Malita · 7 years ago
  76. 504dd05 Reland "Go back to cleaning up MIP levels on texture export rather than assuming dirty on texture import." by Brian Salomon · 7 years ago
  77. b935cf8 const all the things by Herb Derby · 7 years ago
  78. d26b4d8 GrTessellator: fix for collinear edge merging. by Stephen White · 7 years ago
  79. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 7 years ago
  80. 6668a51 Revert "Go back to cleaning up MIP levels on texture export rather than assuming dirty" by Mike Klein · 7 years ago
  81. 1c94a8f fonts: Don't recompute device descs on glyph cache hit. by Khushal · 7 years ago
  82. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 7 years ago
  83. 01d6fc9 Go back to cleaning up MIP levels on texture export rather than assuming dirty by Brian Salomon · 7 years ago
  84. 2587f41 handle failing pathop tests by Cary Clark · 7 years ago
  85. 81ecdbb Clean up bitmap path by Herb Derby · 7 years ago
  86. 0067369 Reland "Reland "Add some optimizations to PolyUtils"" by Jim Van Verth · 7 years ago
  87. 98caedd SkPDF: only draw text with SkglyphRuns by Hal Canary · 7 years ago
  88. 1a9971e Convert remote glyph cache to use glyp runs by Herb Derby · 7 years ago
  89. 8e9b4c4 Reland "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 7 years ago
  90. c861eee Revert "Don't require mips in GrTextureProducer if texture is 1x1." by Greg Daniel · 7 years ago
  91. 5191fd7 Don't require mips in GrTextureProducer if texture is 1x1. by Greg Daniel · 7 years ago
  92. 6c48e4d Reland "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 7 years ago
  93. a8046af implemented onWritePixels and related tests for metal gpu backend by Timothy Liang · 7 years ago
  94. 97ae0c8 Revert "Revert "added GrSkSLFP and converted DitherEffect to use it"" by Ethan Nicholas · 7 years ago
  95. 785586a remove unused serialization in textblob by Cary Clark · 7 years ago
  96. e9dd316 Revert "Reland "Add some optimizations to PolyUtils"" by Ben Wagner · 7 years ago
  97. 715d08c Fix explicit allocation bug by Robert Phillips · 7 years ago
  98. 946c370 Reland "Add some optimizations to PolyUtils" by Jim Van Verth · 7 years ago
  99. 760dbc4 Reland "implemented metal gpu backend texture upload testing" by Timothy Liang · 7 years ago
  100. 4b3a515 MakeAsDrawText for SkTextBlob by Herb Derby · 7 years ago