1. 46aacc7 Fix SkVertices serialization bug. Also remove Builder getters for counts. by Brian Osman · 4 years, 10 months ago
  2. 17b5180 pull out specialize_for_jit() by Mike Klein · 4 years, 10 months ago
  3. ffd11f4a Adding attribute types to SkVertices by Brian Osman · 4 years, 10 months ago
  4. b14b144 Revert "Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding"" by Michael Ludwig · 4 years, 10 months ago
  5. 7c75226 Renamed the various 'stage' shader functions to have the actual effect name by Ethan Nicholas · 4 years, 10 months ago
  6. d84b691 Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding" by Chris Dalton · 4 years, 10 months ago
  7. 6e35a00 Have GrContext abandoned call also check if the underlying device is lost. by Greg Daniel · 4 years, 10 months ago
  8. 007409a In pipeline stage code generator, skip emitting varying declarations by Brian Osman · 4 years, 10 months ago
  9. 94996eb Stop inadvertently cloning GrTextureEffect by Ethan Nicholas · 4 years, 10 months ago
  10. 4f90a8e Uses refactoring by Mike Klein · 4 years, 10 months ago
  11. f3b9a30 Use infix syntax from skvm by Mike Reed · 4 years, 10 months ago
  12. 1576e4e Non-substantive GPU text changes by Robert Phillips · 4 years, 10 months ago
  13. 4eaa5f2 Disable baseInstance on ANGLE D3D by Chris Dalton · 4 years, 10 months ago
  14. 3809be4 add operator-> to Color and HSLA by Mike Klein · 4 years, 10 months ago
  15. b60c8a2 Reset GrOpsRenderPass active buffers during bindPipeline by Chris Dalton · 4 years, 10 months ago
  16. 9aa9a68 Implement local version of gr_cp and use for GrD3DTextureResourceInfo. by Jim Van Verth · 4 years, 10 months ago
  17. e8d2080 Revert x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 10 months ago
  18. 28fe2c5 remove unused flag by Mike Reed · 4 years, 10 months ago
  19. 0f5e758 can we remove these entirely? by Mike Reed · 4 years, 10 months ago
  20. 7a3358c Really fix SkVerticesPriv on MSVC 2017 by Brian Osman · 4 years, 10 months ago
  21. 7800453 Revert "Use glDraw.*BaseInstance calls to avoid deferred buffer binding" by Michael Ludwig · 4 years, 10 months ago
  22. 507e486 Revert "Enable deprecated-copy-dtor warning." by Ben Wagner · 4 years, 10 months ago
  23. e990fcc Enable deprecated-copy-dtor warning. by Ben Wagner · 4 years, 10 months ago
  24. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 10 months ago
  25. e8c963d Use glDraw.*BaseInstance calls to avoid deferred buffer binding by Chris Dalton · 4 years, 10 months ago
  26. 2a93452 Fix SkVerticesPriv on MSVC 2017 by Brian Osman · 4 years, 10 months ago
  27. 9d0e036 Allow CFDictionaryCreateMutable to grow in create_exact_copy. by Ben Wagner · 4 years, 10 months ago
  28. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 10 months ago
  29. 261e25f Move SkDraw to use SkVerticesPriv, remove redundant private API by Brian Osman · 4 years, 10 months ago
  30. 8e75147 Allow GrD3DTextureResourceInfo to include declared D3D12 types. by Jim Van Verth · 4 years, 10 months ago
  31. 3b6a0ab small int->Val hunt by Mike Klein · 4 years, 10 months ago
  32. 8b99b9e flatten skvm type nesting by Mike Klein · 4 years, 10 months ago
  33. b16f30b Revert "Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal."" by Brian Salomon · 4 years, 10 months ago
  34. f20400e Introduce Liveness and Uses into existing scheduler by Herb Derby · 4 years, 11 months ago
  35. 0a33551 Add rasterizer and blend state to d3d pipeline state. by Greg Daniel · 4 years, 10 months ago
  36. 8cbedf9 Improve SkVerticesPriv ergonomics by Brian Osman · 4 years, 10 months ago
  37. 5fa68b4 Reduce GrGlyph's functionality by Robert Phillips · 4 years, 10 months ago
  38. 469046c Revert "Revert "Remove GrCaps::isFormatTexturableAndUploadable"" by Brian Salomon · 4 years, 10 months ago
  39. 65d3ad9 remove unused bitmap method by Mike Reed · 4 years, 10 months ago
  40. 14ba58f Add GrTAllocator::push_back(T&&) by Ben Wagner · 4 years, 10 months ago
  41. dd20545 Declare SkString in GrContext by Michael Ludwig · 4 years, 10 months ago
  42. 853c15c remove unused SkLightingShader by Mike Reed · 4 years, 10 months ago
  43. 01e6d17 Stop including SkCanvas.h from GrTypesPriv.h by Brian Osman · 4 years, 10 months ago
  44. 68ccec5 Fix d3d debug clang build by Jim Van Verth · 4 years, 10 months ago
  45. 6e2af5c Remove alpha versions of constant blend coeffs. by Greg Daniel · 4 years, 10 months ago
  46. ef4d379 Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 10 months ago
  47. aa90dad Fill in some D3D texture creation routines. by Jim Van Verth · 4 years, 10 months ago
  48. aa8bf26 Assert that all GrCaps colortype/format -> swizzle queries are legal. by Brian Salomon · 4 years, 10 months ago
  49. 8176508 Revert "Remove GrCaps::isFormatTexturableAndUploadable" by Brian Salomon · 4 years, 10 months ago
  50. 80f865f Use GL_ANGLE_base_vertex_base_instance by Chris Dalton · 4 years, 10 months ago
  51. 8ded7ad remove Builder inheritance by Mike Klein · 4 years, 10 months ago
  52. 8079eb6 fix unpremul() by Mike Klein · 4 years, 10 months ago
  53. 45c7e70 way more p-> inference by Mike Klein · 4 years, 10 months ago
  54. c18dad2 Remove GrCaps::isFormatTexturableAndUploadable by Brian Salomon · 4 years, 10 months ago
  55. d0b568b remove negate() by Mike Klein · 4 years, 10 months ago
  56. 47737a1 remove inv() by Mike Klein · 4 years, 10 months ago
  57. 46de36f simpler immediates by Mike Klein · 4 years, 10 months ago
  58. 5b11a58 skvm::Builder friendliness improvements by Mike Klein · 4 years, 10 months ago
  59. 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 10 months ago
  60. c6b17ef all colorfilters but RT converted to skvm by Mike Reed · 4 years, 10 months ago
  61. ffa1614 Add GrD3DPipelineState class and setup vertex input information. by Greg Daniel · 4 years, 10 months ago
  62. f36b37f onProgram for SkGaussianColorFilter, plus gm and bench by Mike Reed · 4 years, 10 months ago
  63. f95a35f Remove some unused 3 byte vertex attrib types. by Greg Daniel · 4 years, 10 months ago
  64. 841c9a5 Make the distanceFieldAdjustTable a static singleton by Robert Phillips · 4 years, 10 months ago
  65. 5c69393 Minor fixes for D3D build. by Jim Van Verth · 4 years, 10 months ago
  66. bb786b6 Fix gcc9 warning around size of memset. by Ben Wagner · 4 years, 10 months ago
  67. 0a22b1e Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer by Chris Dalton · 4 years, 10 months ago
  68. ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 10 months ago
  69. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 10 months ago
  70. 2cae3b0 Fix TODO SkImage_GpuBase to check SkColorInfo and not a fake SkImageInfo by Brian Salomon · 4 years, 10 months ago
  71. ff0717f Re-generate source from FP files after clang-format change by Brian Osman · 4 years, 10 months ago
  72. 9a3ee19 Remove arbitrary limit on number of composed color filters by Brian Osman · 4 years, 10 months ago
  73. e1bbfab Remove GrSRGBEffect by Brian Osman · 4 years, 10 months ago
  74. 833313b Add back deprecated warnings. by Ben Wagner · 4 years, 11 months ago
  75. 360ec18 Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper by Robert Phillips · 4 years, 10 months ago
  76. b3f96ca implement matrix 0/1 todo by Mike Klein · 4 years, 10 months ago
  77. 9710746 handle HSL case in HSLMatrix for skvm by Mike Reed · 4 years, 10 months ago
  78. 2a8a3ff Correctly initialize LayerIter's cached device origin. by Michael Ludwig · 4 years, 10 months ago
  79. fd89e0b Add GrD3DRenderTarget and GrD3DTextureRenderTarget. by Jim Van Verth · 4 years, 10 months ago
  80. ccbf54a Add glDraw*BaseInstance functions to GrGLInterface by Chris Dalton · 4 years, 10 months ago
  81. 6ec5688 Rename GrD3DTextureInfo to GrD3DTextureResourceInfo. by Jim Van Verth · 4 years, 10 months ago
  82. dabd98c Begin fixing GrShaderVar. by Ben Wagner · 4 years, 10 months ago
  83. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 10 months ago
  84. b4c806c Reland "Switch sRGB color filter to use GrColorSpaceXformEffect" by Brian Osman · 4 years, 10 months ago
  85. 0e7834f Update comment about Mali G series by Brian Osman · 4 years, 10 months ago
  86. 49ba536 onProgram for HighContrastColorFilter by Mike Reed · 4 years, 10 months ago
  87. 76f635c Add workaround flag for color space transform math on Mali G GPUs by Brian Osman · 4 years, 10 months ago
  88. c2d325c emptyshader should fail onProgram by Mike Reed · 4 years, 10 months ago
  89. c4f937b SPIRV: Track function signatures by SpvId(s), rather than display name by Brian Osman · 4 years, 10 months ago
  90. 5c4c61e Reland x4 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 10 months ago
  91. a6adc5c ccpr: Polyfill buffer mapping when not supported by Chris Dalton · 4 years, 10 months ago
  92. 988ce04 remove localmatrix parameter from Blend and Lerp compose shaders by Kevin Lubick · 4 years, 10 months ago
  93. fe0623c Properly detect integer support on WebGL 2.0 by Chris Dalton · 4 years, 10 months ago
  94. ea08a0d Don't add offsets to nullptr in GrGLOpsRenderPass by Chris Dalton · 4 years, 10 months ago
  95. f11e331 Validate per-vertex vertices data against effect in SkCanvas by Brian Osman · 4 years, 10 months ago
  96. 5575e3c Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 10 months ago
  97. 6951770 Fix GrFillRRectOp to not combine AA and non-AA draws. by Brian Salomon · 4 years, 10 months ago
  98. 7afbd58 add a color management page to skia.org by Mike Klein · 4 years, 10 months ago
  99. c70fd90 GrAALinearizingConvexPathRenderer can't batch across view matrix changes by Brian Salomon · 4 years, 11 months ago
  100. 3673748 Reland x3 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 10 months ago