1. acf7164 Fix cases of variable shadowing in /gm/. by John Stiles · 3 years, 1 month ago
  2. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years, 1 month ago
  3. b7f2215 Fix cases of variable shadowing in test code. by John Stiles · 3 years, 1 month ago
  4. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 1 month ago
  5. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years, 1 month ago
  6. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years, 1 month ago
  7. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years, 1 month ago
  8. 8477dd2 Fix typeface GMs to draw or skip by Ben Wagner · 3 years, 1 month ago
  9. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 1 month ago
  10. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years, 1 month ago
  11. 2fa273e Reland: [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 1 month ago
  12. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years, 1 month ago
  13. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  14. e1d523d Remove SkTLList by Michael Ludwig · 3 years, 1 month ago
  15. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years, 1 month ago
  16. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years, 1 month ago
  17. df1ba03 Revert "[COLRv1] Support retrieving ClipBox." by Robert Phillips · 3 years, 1 month ago
  18. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  19. 4f12b4a [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years, 1 month ago
  20. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 1 month ago
  21. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 1 month ago
  22. 35215fb Don't assume extended (check perspective) by Mike Reed · 3 years, 1 month ago
  23. cc04b6f Revert "Reland "Reland "Omit inner join geometry when possible""" by Tyler Denniston · 3 years, 1 month ago
  24. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 1 month ago
  25. ae1e7bc Test addPath() by Mike Reed · 3 years, 1 month ago
  26. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 1 month ago
  27. 40dfc67 Reland "Reland "Omit inner join geometry when possible"" by Tyler Denniston · 3 years, 1 month ago
  28. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 1 month ago
  29. 9cd9d0f Fix nearly flat edge detection in GrTriangulator by Michael Ludwig · 3 years, 1 month ago
  30. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 1 month ago
  31. 9eca2ca Use varyings to implement MatrixEffects applied to DeviceCoord FPs. by Brian Salomon · 3 years, 1 month ago
  32. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  33. a212b95 Fix cases of variable shadowing in gm/. by John Stiles · 3 years, 1 month ago
  34. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 1 month ago
  35. 464703f Add gm exercising strokeandfill by Mike Reed · 3 years, 1 month ago
  36. 68c9325 Create test case to repro skia:12212. by John Stiles · 3 years, 2 months ago
  37. ab7ff17 Guard TopDeviceSurfaceFillContext calls for null return values. by John Stiles · 3 years, 1 month ago
  38. 5b3aff4 Rename DestColor FP to SurfaceColor. by John Stiles · 3 years, 1 month ago
  39. 58920bb [COLRv1] Spec update for degree specifications, fix PaintSkew by Dominik Röttsches · 3 years, 1 month ago
  40. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  41. a2a85e4 Generalize composing imagefilters and shaders to blenders by Mike Reed · 3 years, 1 month ago
  42. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years, 1 month ago
  43. 613ca2b Fix PaintScale and add testing by Dominik Röttsches · 3 years, 1 month ago
  44. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 1 month ago
  45. cfd204a Rename/simplify SkCanvas::resetClip() and make recordable by Michael Ludwig · 3 years, 1 month ago
  46. 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years, 2 months ago
  47. 259b468 Reduce GrOnFlushResourceProvider's functionality by Robert Phillips · 3 years, 2 months ago
  48. 1f261da Stop using filterquality by Mike Reed · 3 years, 2 months ago
  49. c82ab08 Stop using filterquality by Mike Reed · 3 years, 2 months ago
  50. 2bdf6ed Stop using SkFilterQuality by Mike Reed · 3 years, 2 months ago
  51. 94fda94 Reland "Fix directional shadows." by Jim Van Verth · 3 years, 2 months ago
  52. a2d22b2 Broke DSLVar into separate subclasses by Ethan Nicholas · 3 years, 2 months ago
  53. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years, 2 months ago
  54. f8b7c1a Pass CTM to path effects (experimental) by Tyler Denniston · 3 years, 2 months ago
  55. 575c921 Account for hairline mode in rect op bounds for clipping by Michael Ludwig · 3 years, 2 months ago
  56. ea46ef3 Move clip optimizations into GrFillRRectOp by Chris Dalton · 3 years, 2 months ago
  57. 4b6e2f0 Remove GrBlendFragmentProcessor::BlendBehavior. by Brian Salomon · 3 years, 2 months ago
  58. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 2 months ago
  59. fa5a8b8 Add a gradient to the rrect_clip tests by Chris Dalton · 3 years, 2 months ago
  60. 50f0dad Remove GrSharedEnums.h by Brian Osman · 3 years, 2 months ago
  61. bdc412f Revert "Reland "Omit inner join geometry when possible"" by Tyler Denniston · 3 years, 2 months ago
  62. 26ea975 Arithmetic blender by Mike Reed · 3 years, 2 months ago
  63. ba70138 Retract GrFillRectOp from GMs and tests by Robert Phillips · 3 years, 2 months ago
  64. 07bf388 Convert binary unrolled gradient colorizer to GrSkSLFP by Brian Osman · 3 years, 2 months ago
  65. 44edd19 Reland "Omit inner join geometry when possible" by Tyler Denniston · 3 years, 2 months ago
  66. a2d6890 Remove GrBlendFragmentProcessor::BlendBehavior::kDefault by Brian Salomon · 3 years, 2 months ago
  67. 550de7f Depower GrPipeline.h by Robert Phillips · 3 years, 2 months ago
  68. cc44feb Start using skgpu::v1 and skgpu::v2 namespaces by Robert Phillips · 3 years, 2 months ago
  69. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 2 months ago
  70. 1700f86 Revert "Omit inner join geometry when possible" by Tyler Denniston · 3 years, 2 months ago
  71. 1b0a95e Omit inner join geometry when possible by Tyler Denniston · 3 years, 2 months ago
  72. 061aa81 Handle the empty case in GrDrawingManager::insertTaskBeforeLast by Chris Dalton · 3 years, 2 months ago
  73. b384eb2 Convert shape-clipping FPs to GrSkSLFP by Brian Osman · 3 years, 2 months ago
  74. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 2 months ago
  75. b1e8f85 Add an 'opBeingClipped' param to GrClip::apply by Chris Dalton · 3 years, 2 months ago
  76. b4f8b7a Cleaned up DSL error handling by Ethan Nicholas · 3 years, 2 months ago
  77. be545c9 Verify that most runtime color filters support filtering a single color by Brian Osman · 3 years, 3 months ago
  78. 6290555 Replace GrDeviceSpaceEffect with a runtime FP by Brian Osman · 3 years, 3 months ago
  79. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 3 months ago
  80. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 3 months ago
  81. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 3 months ago
  82. c766dd5 Fix p3_ovals GM on high-DPI displays. by John Stiles · 3 years, 3 months ago
  83. f62632c Remove SkShaders::Lerp by Brian Osman · 3 years, 3 months ago
  84. 7114395 Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class by Robert Phillips · 3 years, 3 months ago
  85. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 3 months ago
  86. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 3 months ago
  87. 3674f58 Make GrPathRenderer and all derived class be OGA-only by Robert Phillips · 3 years, 3 months ago
  88. 1ca0da4 Make GrClipStack, GrClipStackClip, and GrReducedClip OGA-only by Robert Phillips · 3 years, 3 months ago
  89. 6285d64 Support mixing shaders and color filters in runtime effects by Brian Osman · 3 years, 4 months ago
  90. a784914 Rudimentary SkRuntimeImageFilter by Brian Osman · 3 years, 3 months ago
  91. 0fbc6a3 Fix up names from RenderTargetContext to SurfaceDrawContext. by John Stiles · 3 years, 3 months ago
  92. bb04e3d Add new FP, GrFragmentProcessor::DestColor. by John Stiles · 3 years, 3 months ago
  93. edcd431 Retract the SDC from GMs where possible (take 2) by Robert Phillips · 3 years, 3 months ago
  94. 7d05cda Revert "Retract the SDC from GMs where possible" by Robert Phillips · 3 years, 3 months ago
  95. b8416d2 Retract the SDC from GMs where possible by Robert Phillips · 3 years, 3 months ago
  96. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 3 months ago
  97. b0355a7 Fix trickycubicstrokes and widebuttcaps bg colors on GpuTess by Chris Dalton · 3 years, 3 months ago
  98. 6edc8d9 Remove 'hasUserStencilSettings' from GrClip::apply by Chris Dalton · 3 years, 3 months ago
  99. 569c01b Simplify heuristics for selecting path tessellators by Chris Dalton · 3 years, 3 months ago
  100. 966fb69 Add gm for inner join geometry by Tyler Denniston · 3 years, 3 months ago