1. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  2. e2a801d Revert "Reland "Implement an explicit binary search-based analytic gradient colorizer"" by Brian Osman · 6 years ago
  3. f065907 Reland "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  4. cfe1264 GrTessellator: two fixes for boundary simplification artifacts. by Stephen White · 6 years ago
  5. 5ea41fc Remove more SkColorSpaceXform (and friends) by Brian Osman · 6 years ago
  6. 5ed1ea8 refactor downsamplebitmap GM by Mike Klein · 6 years ago
  7. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  8. 0098ccb Remove unnecessary sk_tool_utils::EncodeImageToData by Leon Scroggins III · 6 years ago
  9. 9461dcf Revert "Implement an explicit binary search-based analytic gradient colorizer" by Michael Ludwig · 6 years ago
  10. dcc85fc Implement an explicit binary search-based analytic gradient colorizer by Michael Ludwig · 6 years ago
  11. 2687072 [skottie] GM exercising external font loading by Florin Malita · 6 years ago
  12. 983886e add interp-in-premul case to GM by Mike Klein · 6 years ago
  13. 1cf418b Some SkPM4f cleanup by Brian Osman · 6 years ago
  14. 9369031 GrColor -> SkColor in one GM by Brian Osman · 6 years ago
  15. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  16. 279f873 Fix image_from_yuv_textures with --preAbandonContext by Brian Salomon · 6 years ago
  17. d2fcfb5 WEBGL_video_texture : sharing texture prototype in skia by Brian Salomon · 6 years ago
  18. 62bd12f add a couple bitmap cases to P3 GM by Mike Klein · 6 years ago
  19. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  20. be56949 add bitmap shaders to P3 by Mike Klein · 6 years ago
  21. 9fb5a53 add two more cases to P3 gm by Mike Klein · 6 years ago
  22. 5e31ec6 add a linear gradient to P3 gm by Mike Klein · 6 years ago
  23. fd00764 revise p3 GM by Mike Klein · 6 years ago
  24. 567f4fd Add F16 test-case to all_bitmap_configs by Brian Osman · 6 years ago
  25. 2700abc Remove raw-data version of createTextureProxy by Brian Osman · 6 years ago
  26. 8f5a7a6 first start on a P3 GM by Mike Klein · 6 years ago
  27. 3ac1f95 Preseve tangents when converting cubics->quads in GrAAHairlinePathRenderer by Brian Salomon · 6 years ago
  28. 343553a Don't use MEM_MOVE=true with SkTArrays of sk_sp by Brian Salomon · 6 years ago
  29. da58cac Rip out variable offsetting by Jim Van Verth · 6 years ago
  30. 8e449eb Fix GrAAConvexTessellator to handle cases slightly concave bistectors. by Brian Salomon · 6 years ago
  31. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  32. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  33. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  34. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  35. 0235c64 Fix GrAAConvexTessellator colinear point removal. by Brian Salomon · 6 years ago
  36. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  37. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  38. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  39. 6b62296 Reland "Stop conflating F16 with linear gamma" by Brian Osman · 6 years ago
  40. 5f7b5e3 Revert "Stop conflating F16 with linear gamma" by Brian Osman · 7 years ago
  41. d1589c7 Stop conflating F16 with linear gamma by Brian Osman · 7 years ago
  42. fbc6d7f Make SkColor4f <-> SkColor skip sRGB conversion by Brian Osman · 7 years ago
  43. 66bc524 Rename SkCodec::kNone to SkCodec::kNoFrame by Nigel Tao · 7 years ago
  44. ea60b95 IWYU: SkUtils.h by Hal Canary · 7 years ago
  45. 20390c3 Pull non-substantive changes out of GrShape mask drawing CL by Robert Phillips · 7 years ago
  46. 557aad7 Remove occluder feature from blur mask filter by Robert Phillips · 7 years ago
  47. bc414ed clean up to more modeern conventions by Mike Reed · 7 years ago
  48. d46dce3 don't adapt any gray colors to 565 by Mike Klein · 7 years ago
  49. cbd83bb don't adapt gray colors to 565 by Mike Klein · 7 years ago
  50. b631742 return this from maker calls, so we can chain the calls by Mike Reed · 7 years ago
  51. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 7 years ago
  52. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 7 years ago
  53. d4322a8 Change cubicmap to eval directly (no table) by Mike Reed · 7 years ago
  54. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 7 years ago
  55. ba4847c Reland "Intersection calc cleanup." by Jim Van Verth · 7 years ago
  56. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  57. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 7 years ago
  58. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 7 years ago
  59. f83cacb Fix imagefiltersbase GM in ColorSpaceXformCanvas configs by Brian Osman · 7 years ago
  60. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 7 years ago
  61. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 7 years ago
  62. aea785b Recreate Android porter-duff blend modes by Robert Phillips · 7 years ago
  63. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 7 years ago
  64. 77bf48a Generate Emoji rendering test using typeface created by different font files. by Bruce Wang · 7 years ago
  65. f107a2f SkUTF by Hal Canary · 7 years ago
  66. 3ebd354 For TextureOp + Alpha texture, xform paint color to dest color space by Brian Osman · 7 years ago
  67. 79f99f7 Fix a crash in the clockwise gm by Chris Dalton · 7 years ago
  68. 49d14e9 sksl: Add a "sk_Clockwise" built-in by Chris Dalton · 7 years ago
  69. e28a6b5 add explicit accessor for sRGB singleton colorspaces by Mike Klein · 7 years ago
  70. 1d474dd Pin max curvature solutions to 0..1 by Chris Dalton · 7 years ago
  71. 4014ba6 SkUtils: remove some versions of UTF routines. by Hal Canary · 7 years ago
  72. 310f44d rename to Merge patheffect by Mike Reed · 7 years ago
  73. 0ef539a add new patheffects by Mike Reed · 7 years ago
  74. 363402d added GMs that use the vertex caching pipeline by Ruiqi Mao · 7 years ago
  75. 85dcf6b GrTessellator: fix overlap outer boundary winding. by Stephen White · 7 years ago
  76. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 7 years ago
  77. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 7 years ago
  78. 1e04b36 Reland: Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 7 years ago
  79. 83c6b96 Improve SkTestFontMgr. by Ben Wagner · 7 years ago
  80. a07bf67 Add bullet proofing to image_subset GM for TSAN failures by Robert Phillips · 7 years ago
  81. b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 7 years ago
  82. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 7 years ago
  83. d499817 Whitespace Fixup by Hal Canary · 7 years ago
  84. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 7 years ago
  85. c87cfb6 Remove old lazy image decoding heuristic logic by Brian Osman · 7 years ago
  86. c69c441 Remove matrixconvolution GM hacks for linear blending by Brian Osman · 7 years ago
  87. 3e95e57 Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor by Weiliang Chen · 7 years ago
  88. 8664a1d Add ear-clipping code to triangulate simple polygons. by Jim Van Verth · 7 years ago
  89. a66f4da Revert "Reland "Revert "Update GPU DM/nanobench configs for color testing""" by Brian Osman · 7 years ago
  90. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 7 years ago
  91. d5161b9 Reland "Revert "Update GPU DM/nanobench configs for color testing"" by Brian Osman · 7 years ago
  92. 3785471 basic first pass at RGBA F32 support by Mike Klein · 7 years ago
  93. c0fb3c8 Revert "Revert "Update GPU DM/nanobench configs for color testing"" by Brian Osman · 7 years ago
  94. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 7 years ago
  95. 6d36370 Add bullet proofing for preAbandonContext by Robert Phillips · 7 years ago
  96. 17bca9a Make fontmgr_bounds change with veryVerbose by Ben Wagner · 7 years ago
  97. 2a284de Revert "Update GPU DM/nanobench configs for color testing" by Brian Osman · 7 years ago
  98. 5e11777 Update GPU DM/nanobench configs for color testing by Brian Osman · 7 years ago
  99. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 7 years ago
  100. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 7 years ago