1. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years, 2 months ago
  2. ae85ea6 Fix case of variable shadowing in distance field generation. by John Stiles · 3 years, 2 months ago
  3. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years, 2 months ago
  4. 2491c76 Move GrXP::ProgramImpl subclasses to makeProgamImpl definitions. by Brian Salomon · 3 years, 2 months ago
  5. 7c3fa4e Fix cases of variable shadowing in /src/gpu. by John Stiles · 3 years, 2 months ago
  6. 98ef6cc Metal: track all resources by Jim Van Verth · 3 years, 2 months ago
  7. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 2 months ago
  8. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years, 2 months ago
  9. 464809b Remove onSetDeviceClipRestriction from Device_v2 by Michael Ludwig · 3 years, 2 months ago
  10. d89d445 Rename GrGLSLXferProcessor to GrXferProcessor::ProgramImpl by Brian Salomon · 3 years, 2 months ago
  11. 4979d2b Simplify device clip restriction impl by Michael Ludwig · 3 years, 2 months ago
  12. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years, 2 months ago
  13. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 2 months ago
  14. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 2 months ago
  15. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years, 2 months ago
  16. e1428b0 Reland "Use a table for dither effect rather than math." by Brian Salomon · 3 years, 2 months ago
  17. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years, 2 months ago
  18. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 2 months ago
  19. 53c06de Enable new GrClipStack on Android by Michael Ludwig · 3 years, 2 months ago
  20. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 2 months ago
  21. 6bc126d Revert "Use a table for dither effect rather than math." by Michael Ludwig · 3 years, 2 months ago
  22. ca13a3a Remove GrFragmentProcessor::addAndPushFlagToChildren, dead code by Brian Salomon · 3 years, 2 months ago
  23. 07cce00 Remove GrFP iter declarations and comments by Brian Salomon · 3 years, 2 months ago
  24. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years, 2 months ago
  25. 0de475e Use a table for dither effect rather than math. by Brian Salomon · 3 years, 2 months ago
  26. 6fbcd8e Metal: only set stencil format in ProgramDesc if needed. by Jim Van Verth · 3 years, 2 months ago
  27. d59d3e1 Reland "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 2 months ago
  28. 058e936 Remove declaration of surfaceFillContext by Ben Wagner · 3 years, 2 months ago
  29. aef5dc7 Update references to deprecated Dawn structure. by Brandon Jones · 3 years, 2 months ago
  30. 5ac7f33 Add V2 SFC and SDC stubs by Robert Phillips · 3 years, 2 months ago
  31. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 2 months ago
  32. 9139803 Remove FP iterators. by Brian Salomon · 3 years, 2 months ago
  33. 1c51223 Make compressedBackendFormat accessible from GrContextThreadSafeProxy by Robert Phillips · 3 years, 2 months ago
  34. 0e741e2 Disable dithering on the PowerVR GE8320 by Robert Phillips · 3 years, 2 months ago
  35. 7893d2d Reland "Reland "Enable the atlas path renderer for GrAAType::kCoverage"" by Chris Dalton · 3 years, 2 months ago
  36. 8ba1e71 Revert "Add SkClipStack::replaceClip() separate from deprecated clip op" by Michael Ludwig · 3 years, 2 months ago
  37. 8e2d894 Revert "Reland "Enable the atlas path renderer for GrAAType::kCoverage"" by Derek Sollenberger · 3 years, 2 months ago
  38. 36aef96 Disable lift of device space coord transforms to VS when GS or TS is used. by Brian Salomon · 3 years, 2 months ago
  39. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 2 months ago
  40. 68587ae Add SkClipStack::replaceClip() separate from deprecated clip op by Michael Ludwig · 3 years, 2 months ago
  41. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 2 months ago
  42. 03b7935 Reland "Enable the atlas path renderer for GrAAType::kCoverage" by Chris Dalton · 3 years, 2 months ago
  43. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 2 months ago
  44. 9cd9d0f Fix nearly flat edge detection in GrTriangulator by Michael Ludwig · 3 years, 2 months ago
  45. 46eb3ab Make v1/SurfaceDrawContext V1-only by Robert Phillips · 3 years, 2 months ago
  46. 8ef386a Revert "Enable the atlas path renderer for GrAAType::kCoverage" by Brian Osman · 3 years, 2 months ago
  47. ea3489a Make Gr*ContextPriv class hierarchy parallel Gr*Context class hierarchy by Robert Phillips · 3 years, 2 months ago
  48. eeff41a Fix cases of variable shadowing in src/. by John Stiles · 3 years, 2 months ago
  49. 289750a Don't assert if glCheckFramebufferStatus fails by Chris Dalton · 3 years, 2 months ago
  50. 9eca2ca Use varyings to implement MatrixEffects applied to DeviceCoord FPs. by Brian Salomon · 3 years, 2 months ago
  51. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 2 months ago
  52. 66b500a Remove explicit sample flag from GrFP. by Brian Salomon · 3 years, 2 months ago
  53. 4916c31 Retract some headers (mainly GrOpsTask.h) by Robert Phillips · 3 years, 2 months ago
  54. 880bb53 GrGLSLGP performs pre-order traversal to determine FP varyings. by Brian Salomon · 3 years, 2 months ago
  55. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 2 months ago
  56. 2957885 Reland "Fix check in GrGLGpu for whether PBO 0 is bound" by Brian Salomon · 3 years, 2 months ago
  57. 4f8d4be Convert device space effect back to subclass. by Brian Salomon · 3 years, 3 months ago
  58. 751de92 Revert "Fix check in GrGLGpu for whether PBO 0 is bound" by Brian Salomon · 3 years, 2 months ago
  59. 62d42db Fix check in GrGLGpu for whether PBO 0 is bound by Brian Salomon · 3 years, 3 months ago
  60. ce9a5c9 Allow sampling from SkBlenders. by John Stiles · 3 years, 3 months ago
  61. 02b6f6f Fix cloning of Runtime Blend fragment processors. by John Stiles · 3 years, 3 months ago
  62. 04c6122 Convert GrBlendFragmentProcessor into a blend function. by John Stiles · 3 years, 3 months ago
  63. 2a6f73c Create FP GrFragmentProcessor::UseDestColorAsInput. by John Stiles · 3 years, 3 months ago
  64. 5b3aff4 Rename DestColor FP to SurfaceColor. by John Stiles · 3 years, 3 months ago
  65. 8c9609e Allow explicit coords to be plumbed through blender functions. by John Stiles · 3 years, 3 months ago
  66. 0545c2f Correctly set GrAttachment mipmapped flag. by Greg Daniel · 3 years, 3 months ago
  67. ac7a9a2 Always emit all FP child functions before emitCode by Brian Osman · 3 years, 3 months ago
  68. 21c2af2 Add separate src and dst arguments to runtime-blend SkSL functions. by John Stiles · 3 years, 3 months ago
  69. d665999 Place GrAtlasPathRenderer above GrSmallPathRenderer in the chain by Chris Dalton · 3 years, 3 months ago
  70. 0ce9592 Add 'isBlendFunction' as a FP flag and 'destColor' to EmitArgs. by John Stiles · 3 years, 3 months ago
  71. ff9ee67 Roll dawn, tint, spirv-headers and spirv-tools by Corentin Wallez · 3 years, 3 months ago
  72. 8cd8e27 Enable the atlas path renderer for GrAAType::kCoverage by Chris Dalton · 3 years, 3 months ago
  73. cdabdce Place the atlas path renderer above triangulation in the chain by Chris Dalton · 3 years, 3 months ago
  74. 72fd33a Limit the max atlas path width to 1024 by Chris Dalton · 3 years, 3 months ago
  75. 8a1bbaa Remove uber paths from the tessellation atlas by Chris Dalton · 3 years, 3 months ago
  76. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
  77. 17eaf62 Update GrPathTessellator::prepare() to take a list of paths by Chris Dalton · 3 years, 3 months ago
  78. 5bd9772 Metal: use staging buffer for updating non-dynamic buffers by Jim Van Verth · 3 years, 3 months ago
  79. e909e1e Remove the viewMatrix uniform from tessellation's BoundingBoxShader by Chris Dalton · 3 years, 3 months ago
  80. 66deeb2 Bump the max atlas path size to 256 for non-MSAA by Chris Dalton · 3 years, 3 months ago
  81. 6966981 Add a 'pathMatrix' to GrPathTessellator::prepare by Chris Dalton · 3 years, 3 months ago
  82. 097a9a4 Fix unused-but-set-variable totQuadsSeen by Ben Wagner · 3 years, 3 months ago
  83. ae8e063 Reject degenerate quads in AA hairline path renderer by Brian Osman · 3 years, 3 months ago
  84. a8c4de9 Revert "Delete GrPathTessellationShader::MakeSimpleTriangleShader" by Chris Dalton · 3 years, 3 months ago
  85. 40c906f Don't store a GrVertexWriter pointer in GrMiddleOutPolygonTriangulator by Chris Dalton · 3 years, 3 months ago
  86. d438815 Protect against div-by-zero in GrSmallPathRenderer::onCanDrawPath by Brian Salomon · 3 years, 3 months ago
  87. 3465365 GrRRectEffect checks all nine-patch elliptical radii against min radius. by Brian Salomon · 3 years, 3 months ago
  88. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years, 3 months ago
  89. 6a54042 Add GrMtlRenderPipeline. by Jim Van Verth · 3 years, 3 months ago
  90. 04f22ea Feed all top-level GPU accessors through skgpu::BaseDevice (take 2) by Robert Phillips · 3 years, 3 months ago
  91. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 3 months ago
  92. 2955c26 Add new SampleBlender callback to SkVMCodeGenerator. by John Stiles · 3 years, 3 months ago
  93. d9a56b9 Remove color argument from sampleShader. by John Stiles · 3 years, 3 months ago
  94. 8050a4b Separate PipelineStage's sampleChild into two callbacks. by John Stiles · 3 years, 3 months ago
  95. bef411b Metal: track GrSurfaces on command buffer. by Jim Van Verth · 3 years, 3 months ago
  96. cfd204a Rename/simplify SkCanvas::resetClip() and make recordable by Michael Ludwig · 3 years, 3 months ago
  97. cc6e50f Prevent CircleOp from being tested with MSAA by Robert Phillips · 3 years, 3 months ago
  98. 8854829 Reland "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 3 months ago
  99. d91d234 Revert "Feed all top-level GPU accessors through skgpu::BaseDevice" by Robert Phillips · 3 years, 3 months ago
  100. 5de8b19 Feed all top-level GPU accessors through skgpu::BaseDevice by Robert Phillips · 3 years, 3 months ago