1. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 7 months ago
  2. 261e25f Move SkDraw to use SkVerticesPriv, remove redundant private API by Brian Osman · 4 years, 7 months ago
  3. 8e75147 Allow GrD3DTextureResourceInfo to include declared D3D12 types. by Jim Van Verth · 4 years, 7 months ago
  4. 3b6a0ab small int->Val hunt by Mike Klein · 4 years, 7 months ago
  5. 8b99b9e flatten skvm type nesting by Mike Klein · 4 years, 7 months ago
  6. b16f30b Revert "Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal."" by Brian Salomon · 4 years, 7 months ago
  7. f20400e Introduce Liveness and Uses into existing scheduler by Herb Derby · 4 years, 7 months ago
  8. 0a33551 Add rasterizer and blend state to d3d pipeline state. by Greg Daniel · 4 years, 7 months ago
  9. 8cbedf9 Improve SkVerticesPriv ergonomics by Brian Osman · 4 years, 7 months ago
  10. 5fa68b4 Reduce GrGlyph's functionality by Robert Phillips · 4 years, 7 months ago
  11. 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 7 months ago
  12. 65d3ad9 remove unused bitmap method by Mike Reed · 4 years, 7 months ago
  13. 14ba58f Add GrTAllocator::push_back(T&&) by Ben Wagner · 4 years, 7 months ago
  14. dd20545 Declare SkString in GrContext by Michael Ludwig · 4 years, 7 months ago
  15. 853c15c remove unused SkLightingShader by Mike Reed · 4 years, 7 months ago
  16. 01e6d17 Stop including SkCanvas.h from GrTypesPriv.h by Brian Osman · 4 years, 7 months ago
  17. 68ccec5 Fix d3d debug clang build by Jim Van Verth · 4 years, 7 months ago
  18. 6e2af5c Remove alpha versions of constant blend coeffs. by Greg Daniel · 4 years, 7 months ago
  19. ef4d379 Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 7 months ago
  20. aa90dad Fill in some D3D texture creation routines. by Jim Van Verth · 4 years, 7 months ago
  21. aa8bf26 Assert that all GrCaps colortype/format -> swizzle queries are legal. by Brian Salomon · 4 years, 7 months ago
  22. 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 7 months ago
  23. 80f865f Use GL_ANGLE_base_vertex_base_instance by Chris Dalton · 4 years, 7 months ago
  24. 8ded7ad remove Builder inheritance by Mike Klein · 4 years, 7 months ago
  25. 8079eb6 fix unpremul() by Mike Klein · 4 years, 7 months ago
  26. 45c7e70 way more p-> inference by Mike Klein · 4 years, 7 months ago
  27. c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 7 months ago
  28. d0b568b remove negate() by Mike Klein · 4 years, 7 months ago
  29. 47737a1 remove inv() by Mike Klein · 4 years, 7 months ago
  30. 46de36f simpler immediates by Mike Klein · 4 years, 7 months ago
  31. 5b11a58 skvm::Builder friendliness improvements by Mike Klein · 4 years, 7 months ago
  32. 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 7 months ago
  33. c6b17ef all colorfilters but RT converted to skvm by Mike Reed · 4 years, 7 months ago
  34. ffa1614 Add GrD3DPipelineState class and setup vertex input information. by Greg Daniel · 4 years, 7 months ago
  35. f36b37f onProgram for SkGaussianColorFilter, plus gm and bench by Mike Reed · 4 years, 7 months ago
  36. f95a35f Remove some unused 3 byte vertex attrib types. by Greg Daniel · 4 years, 7 months ago
  37. 841c9a5 Make the distanceFieldAdjustTable a static singleton by Robert Phillips · 4 years, 7 months ago
  38. 5c69393 Minor fixes for D3D build. by Jim Van Verth · 4 years, 7 months ago
  39. bb786b6 Fix gcc9 warning around size of memset. by Ben Wagner · 4 years, 7 months ago
  40. 0a22b1e Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer by Chris Dalton · 4 years, 7 months ago
  41. ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 7 months ago
  42. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 7 months ago
  43. 2cae3b0 Fix TODO SkImage_GpuBase to check SkColorInfo and not a fake SkImageInfo by Brian Salomon · 4 years, 7 months ago
  44. ff0717f Re-generate source from FP files after clang-format change by Brian Osman · 4 years, 7 months ago
  45. 9a3ee19 Remove arbitrary limit on number of composed color filters by Brian Osman · 4 years, 7 months ago
  46. e1bbfab Remove GrSRGBEffect by Brian Osman · 4 years, 7 months ago
  47. 833313b Add back deprecated warnings. by Ben Wagner · 4 years, 7 months ago
  48. 360ec18 Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper by Robert Phillips · 4 years, 7 months ago
  49. b3f96ca implement matrix 0/1 todo by Mike Klein · 4 years, 7 months ago
  50. 9710746 handle HSL case in HSLMatrix for skvm by Mike Reed · 4 years, 7 months ago
  51. 2a8a3ff Correctly initialize LayerIter's cached device origin. by Michael Ludwig · 4 years, 7 months ago
  52. fd89e0b Add GrD3DRenderTarget and GrD3DTextureRenderTarget. by Jim Van Verth · 4 years, 7 months ago
  53. ccbf54a Add glDraw*BaseInstance functions to GrGLInterface by Chris Dalton · 4 years, 7 months ago
  54. 6ec5688 Rename GrD3DTextureInfo to GrD3DTextureResourceInfo. by Jim Van Verth · 4 years, 7 months ago
  55. dabd98c Begin fixing GrShaderVar. by Ben Wagner · 4 years, 7 months ago
  56. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 7 months ago
  57. b4c806c Reland "Switch sRGB color filter to use GrColorSpaceXformEffect" by Brian Osman · 4 years, 7 months ago
  58. 0e7834f Update comment about Mali G series by Brian Osman · 4 years, 7 months ago
  59. 49ba536 onProgram for HighContrastColorFilter by Mike Reed · 4 years, 7 months ago
  60. 76f635c Add workaround flag for color space transform math on Mali G GPUs by Brian Osman · 4 years, 7 months ago
  61. c2d325c emptyshader should fail onProgram by Mike Reed · 4 years, 7 months ago
  62. c4f937b SPIRV: Track function signatures by SpvId(s), rather than display name by Brian Osman · 4 years, 7 months ago
  63. 5c4c61e Reland x4 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 7 months ago
  64. a6adc5c ccpr: Polyfill buffer mapping when not supported by Chris Dalton · 4 years, 7 months ago
  65. 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 7 months ago
  66. fe0623c Properly detect integer support on WebGL 2.0 by Chris Dalton · 4 years, 7 months ago
  67. ea08a0d Don't add offsets to nullptr in GrGLOpsRenderPass by Chris Dalton · 4 years, 7 months ago
  68. f11e331 Validate per-vertex vertices data against effect in SkCanvas by Brian Osman · 4 years, 7 months ago
  69. 5575e3c Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 7 months ago
  70. 6951770 Fix GrFillRRectOp to not combine AA and non-AA draws. by Brian Salomon · 4 years, 7 months ago
  71. 7afbd58 add a color management page to skia.org by Mike Klein · 4 years, 7 months ago
  72. c70fd90 GrAALinearizingConvexPathRenderer can't batch across view matrix changes by Brian Salomon · 4 years, 7 months ago
  73. 3673748 Reland x3 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 7 months ago
  74. 81c8f4b Revert "Switch sRGB color filter to use GrColorSpaceXformEffect" by Brian Osman · 4 years, 7 months ago
  75. 6beb1dd Switch sRGB color filter to use GrColorSpaceXformEffect by Brian Osman · 4 years, 7 months ago
  76. 9a378ad refactor apply_transfer_function() by Mike Klein · 4 years, 7 months ago
  77. 0113d29 Add skvm program to colorspacexformsteps by Mike Reed · 4 years, 7 months ago
  78. 4105e45 Add support for tracking resources on d3d command list. by Greg Daniel · 4 years, 7 months ago
  79. 8b932b1 Fill in the D3DTexture class. by Jim Van Verth · 4 years, 7 months ago
  80. 7a5f1fa Add support for recycle d3d command lists. by Greg Daniel · 4 years, 7 months ago
  81. 97c98f9 Revert "Reland x2 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 7 months ago
  82. 83ed213 Implement submission of d3d command lists and tracking of when they finish. by Greg Daniel · 4 years, 7 months ago
  83. 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 4 years, 7 months ago
  84. 9b22838 Reland x2 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 7 months ago
  85. 9069bfe BlendFormula to validate in constructor. by Ben Wagner · 4 years, 7 months ago
  86. c227f4a Add support for tagging link annotations in PDFs. by Dominic Mazzoni · 4 years, 7 months ago
  87. 14ed885 Ignore local matrix when choosing CT uni type with explicit sampling. by Brian Salomon · 4 years, 7 months ago
  88. 6cb8168 Reland "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 7 months ago
  89. 0bfb7a5 Revert "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 7 months ago
  90. d198821 Revert "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 7 months ago
  91. bcb46c0 Add approx_pow/log2/pow2 to SkVM builder by Mike Reed · 4 years, 7 months ago
  92. ecd5807 Drawing YUVA images does not flatten for bicubic. by Brian Salomon · 4 years, 7 months ago
  93. 3c35842 Support for custom vertex data in SkSL and drawVertices by Brian Osman · 4 years, 7 months ago
  94. f5ff4c2 add loadF() and storeF() helpers to Builder by Mike Reed · 4 years, 7 months ago
  95. e52c978 Add GrD3DCommandList class. by Greg Daniel · 4 years, 7 months ago
  96. 0b22f3b Remove workaround for ANGLE + NVPR + Persistent Shader Cache by Brian Osman · 4 years, 7 months ago
  97. 709e240 Revert "Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time" by Robert Phillips · 4 years, 7 months ago
  98. 165b68e Add onProgram to ModeColorFilter by Mike Reed · 4 years, 7 months ago
  99. cb1a2df skvm for picture-shader by Mike Reed · 4 years, 7 months ago
  100. bc0fe05 Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time by Robert Phillips · 4 years, 7 months ago