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