1. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years ago
  2. 62bd633 Move tessellation ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  3. 24d622d Move the GrTessellationPathRenderer into the skgpu::v1 namespace by Robert Phillips · 3 years ago
  4. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years ago
  5. 0c4dd7a Add ES3 versions of min/max/mix/clamp to public SkSL. by John Stiles · 3 years ago
  6. 6f90c70 Improve runtime-intrinsic plotting. by John Stiles · 3 years ago
  7. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  8. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  9. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years ago
  10. e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years ago
  11. 0c12e32 Reland "Add GM slide for ES3 trig intrinsics." by John Stiles · 3 years ago
  12. 282af12 Revert "Add GM slide for ES3 trig intrinsics." by John Stiles · 3 years ago
  13. 0733d48 Check for SkSL ES3 capabilities in GrShaderCaps. by John Stiles · 3 years ago
  14. 3cb09c0 Add GM slide for ES3 trig intrinsics. by John Stiles · 3 years ago
  15. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  16. e56d31f Update LazySurfaceDesc to take a GrTextureType. by Greg Daniel · 3 years ago
  17. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  18. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  19. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years ago
  20. acf7164 Fix cases of variable shadowing in /gm/. by John Stiles · 3 years ago
  21. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  22. b7f2215 Fix cases of variable shadowing in test code. by John Stiles · 3 years ago
  23. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  24. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  25. 643f481 Cruft leftover from GrSurfaceContext hierarchy v1/v2 split by Robert Phillips · 3 years ago
  26. b25560a Consistency among GrFP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  27. 8477dd2 Fix typeface GMs to draw or skip by Ben Wagner · 3 years ago
  28. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years ago
  29. b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years ago
  30. 2fa273e Reland: [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years ago
  31. 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years ago
  32. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years ago
  33. e1d523d Remove SkTLList by Michael Ludwig · 3 years ago
  34. 307f8f5 Simplify the boilerplate of cloning a fragment processor. by John Stiles · 3 years ago
  35. e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years ago
  36. df1ba03 Revert "[COLRv1] Support retrieving ClipBox." by Robert Phillips · 3 years ago
  37. 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years ago
  38. 4f12b4a [COLRv1] Support retrieving ClipBox. by Dominik Röttsches · 3 years ago
  39. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years ago
  40. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years ago
  41. 35215fb Don't assume extended (check perspective) by Mike Reed · 3 years ago
  42. cc04b6f Revert "Reland "Reland "Omit inner join geometry when possible""" by Tyler Denniston · 3 years ago
  43. f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years ago
  44. ae1e7bc Test addPath() by Mike Reed · 3 years ago
  45. 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years ago
  46. 40dfc67 Reland "Reland "Omit inner join geometry when possible"" by Tyler Denniston · 3 years ago
  47. af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years ago
  48. 9cd9d0f Fix nearly flat edge detection in GrTriangulator by Michael Ludwig · 3 years ago
  49. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years ago
  50. 9eca2ca Use varyings to implement MatrixEffects applied to DeviceCoord FPs. by Brian Salomon · 3 years ago
  51. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years ago
  52. a212b95 Fix cases of variable shadowing in gm/. by John Stiles · 3 years ago
  53. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years ago
  54. 464703f Add gm exercising strokeandfill by Mike Reed · 3 years ago
  55. 68c9325 Create test case to repro skia:12212. by John Stiles · 3 years ago
  56. ab7ff17 Guard TopDeviceSurfaceFillContext calls for null return values. by John Stiles · 3 years ago
  57. 5b3aff4 Rename DestColor FP to SurfaceColor. by John Stiles · 3 years ago
  58. 58920bb [COLRv1] Spec update for degree specifications, fix PaintSkew by Dominik Röttsches · 3 years ago
  59. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years ago
  60. a2a85e4 Generalize composing imagefilters and shaders to blenders by Mike Reed · 3 years ago
  61. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years ago
  62. 613ca2b Fix PaintScale and add testing by Dominik Röttsches · 3 years ago
  63. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years ago
  64. cfd204a Rename/simplify SkCanvas::resetClip() and make recordable by Michael Ludwig · 3 years ago
  65. 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years ago
  66. 259b468 Reduce GrOnFlushResourceProvider's functionality by Robert Phillips · 3 years ago
  67. 1f261da Stop using filterquality by Mike Reed · 3 years ago
  68. c82ab08 Stop using filterquality by Mike Reed · 3 years ago
  69. 2bdf6ed Stop using SkFilterQuality by Mike Reed · 3 years ago
  70. 94fda94 Reland "Fix directional shadows." by Jim Van Verth · 3 years ago
  71. a2d22b2 Broke DSLVar into separate subclasses by Ethan Nicholas · 3 years ago
  72. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years ago
  73. f8b7c1a Pass CTM to path effects (experimental) by Tyler Denniston · 3 years ago
  74. 575c921 Account for hairline mode in rect op bounds for clipping by Michael Ludwig · 3 years ago
  75. ea46ef3 Move clip optimizations into GrFillRRectOp by Chris Dalton · 3 years, 1 month ago
  76. 4b6e2f0 Remove GrBlendFragmentProcessor::BlendBehavior. by Brian Salomon · 3 years, 1 month ago
  77. 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 1 month ago
  78. fa5a8b8 Add a gradient to the rrect_clip tests by Chris Dalton · 3 years, 1 month ago
  79. 50f0dad Remove GrSharedEnums.h by Brian Osman · 3 years, 1 month ago
  80. bdc412f Revert "Reland "Omit inner join geometry when possible"" by Tyler Denniston · 3 years, 1 month ago
  81. 26ea975 Arithmetic blender by Mike Reed · 3 years, 1 month ago
  82. ba70138 Retract GrFillRectOp from GMs and tests by Robert Phillips · 3 years, 1 month ago
  83. 07bf388 Convert binary unrolled gradient colorizer to GrSkSLFP by Brian Osman · 3 years, 1 month ago
  84. 44edd19 Reland "Omit inner join geometry when possible" by Tyler Denniston · 3 years, 1 month ago
  85. a2d6890 Remove GrBlendFragmentProcessor::BlendBehavior::kDefault by Brian Salomon · 3 years, 1 month ago
  86. 550de7f Depower GrPipeline.h by Robert Phillips · 3 years, 1 month ago
  87. cc44feb Start using skgpu::v1 and skgpu::v2 namespaces by Robert Phillips · 3 years, 1 month ago
  88. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 1 month ago
  89. 1700f86 Revert "Omit inner join geometry when possible" by Tyler Denniston · 3 years, 1 month ago
  90. 1b0a95e Omit inner join geometry when possible by Tyler Denniston · 3 years, 1 month ago
  91. 061aa81 Handle the empty case in GrDrawingManager::insertTaskBeforeLast by Chris Dalton · 3 years, 1 month ago
  92. b384eb2 Convert shape-clipping FPs to GrSkSLFP by Brian Osman · 3 years, 1 month ago
  93. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 1 month ago
  94. b1e8f85 Add an 'opBeingClipped' param to GrClip::apply by Chris Dalton · 3 years, 1 month ago
  95. b4f8b7a Cleaned up DSL error handling by Ethan Nicholas · 3 years, 1 month ago
  96. be545c9 Verify that most runtime color filters support filtering a single color by Brian Osman · 3 years, 1 month ago
  97. 6290555 Replace GrDeviceSpaceEffect with a runtime FP by Brian Osman · 3 years, 1 month ago
  98. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 1 month ago
  99. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 1 month ago
  100. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 1 month ago