- 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 3 months ago
- 2648716 Add support for array-cast syntax in SkSL. by John Stiles · 3 years, 3 months ago
- 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 3 months ago
- b23630c Reland "Remove SkTLList" by Michael Ludwig · 3 years, 3 months ago
- 14b1d56 Revert "Remove SkTLList" by Michael Ludwig · 3 years, 3 months ago
- e1d523d Remove SkTLList by Michael Ludwig · 3 years, 3 months ago
- e1d0040 Delete GrClipStackClip and GrReducedClip by Michael Ludwig · 3 years, 3 months ago
- 51d83ab Ease HarfBuzz API change with feature detection by Ben Wagner · 3 years, 3 months ago
- 2195f94 Add unit test for array narrowing conversions. by John Stiles · 3 years, 3 months ago
- e3f85e0 Add improved regression test for oss-fuzz:36655. by John Stiles · 3 years, 3 months ago
- e3ae968 Enable comparison of arrays of different precision types. by John Stiles · 3 years, 3 months ago
- 66684b1 Roll HarfBuzz from 2.6.4 to 2.8.2-147 by Garret Rieger · 3 years, 3 months ago
- 9ae6ea0 Fix fuzzer-discovered error with swizzling matrices. by John Stiles · 3 years, 3 months ago
- 5ac7f33 Add V2 SFC and SDC stubs by Robert Phillips · 3 years, 3 months ago
- ded41aa Fix fuzzer-discovered error with SPIR-V interface arrays. by John Stiles · 3 years, 3 months ago
- b806da4 Honor lowp/mediump/highp precision qualifiers in IRGenerator. by John Stiles · 3 years, 3 months ago
- 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years, 3 months ago
- f386862 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions (take 2) by Robert Phillips · 3 years, 3 months ago
- 9fdcc51 Write test demonstrating bug with array narrowing conversions. by John Stiles · 3 years, 3 months ago
- 40b82c6 Revert "Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions" by Derek Sollenberger · 3 years, 3 months ago
- af844c7 Fission GrSurfaceFillContext into skgpu:: and skgpu::v1:: versions by Robert Phillips · 3 years, 3 months ago
- 86b2c95 Update gn_to_bp_utils to support python3 by Leon Scroggins III · 3 years, 3 months ago
- 46eb3ab Make v1/SurfaceDrawContext V1-only by Robert Phillips · 3 years, 3 months ago
- e9dcbfd Add test for Runtime Effects and narrowing conversions. by John Stiles · 3 years, 3 months ago
- a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 3 months ago
- d7437ee Fix for fuzzer-discovered error in SPIR-V with RTFlip. by John Stiles · 3 years, 3 months ago
- 68c9325 Create test case to repro skia:12212. by John Stiles · 3 years, 4 months ago
- 1a2e7de Update tests for a V1-only skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
- 131410a Add regression test for oss-fuzz:36655. by John Stiles · 3 years, 3 months ago
- 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
- 5992f9e draw vertices: fast triangles using a shader by Herb Derby · 3 years, 4 months ago
- 310178c Microbench for canvas save/restore calls by Brian Osman · 3 years, 3 months ago
- 6966981 Add a 'pathMatrix' to GrPathTessellator::prepare by Chris Dalton · 3 years, 3 months ago
- 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years, 3 months ago
- 6a54042 Add GrMtlRenderPipeline. by Jim Van Verth · 3 years, 3 months ago
- 04f22ea Feed all top-level GPU accessors through skgpu::BaseDevice (take 2) by Robert Phillips · 3 years, 3 months ago
- bb2ef92 Add private blender type to SkSL built-in types. by John Stiles · 3 years, 3 months ago
- 7da0657 Explicitly detect static recursion in SkSL by Brian Osman · 3 years, 3 months ago
- c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 3 months ago
- d91d234 Revert "Feed all top-level GPU accessors through skgpu::BaseDevice" by Robert Phillips · 3 years, 3 months ago
- 5de8b19 Feed all top-level GPU accessors through skgpu::BaseDevice by Robert Phillips · 3 years, 3 months ago
- fb21225 Improve tests/comments, to prepare for calling functions before definition by Brian Osman · 3 years, 4 months ago
- aebe248 SkFilterQuality is gone. by Mike Reed · 3 years, 4 months ago
- 7a0d3c3 Revise GM infrastructure to not rely on GrSurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
- b6a7319 Add tokens for highp/mediump/lowp. by John Stiles · 3 years, 4 months ago
- a7a9443 rename the VM blitter to SkVMBlitter by Herb Derby · 3 years, 4 months ago
- 259b468 Reduce GrOnFlushResourceProvider's functionality by Robert Phillips · 3 years, 4 months ago
- dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years, 4 months ago
- 960a4f8 Add GrMtlFrameBuffer. by Jim Van Verth · 3 years, 4 months ago
- e40495d Untangle GrSurfaceDrawContext.h, GrTextureOp.h and GrFillRectOp.h by Robert Phillips · 3 years, 4 months ago
- 946a4cb First pass at a no-SkSL CPU build by Brian Osman · 3 years, 4 months ago
- 01e6273 rm flutter support for filterquality by Mike Reed · 3 years, 4 months ago
- 11a20bb rm getblendmode flag for flutter by Mike Reed · 3 years, 4 months ago
- f2de1b8 Fix crash when drawing a GPU-backed surface onto raster. by John Stiles · 3 years, 4 months ago
- 0397ae4 Reland "Add unit test confirming Runtime Blends match native blends." by John Stiles · 3 years, 4 months ago
- 0547b91 Revert "Add unit test confirming Runtime Blends match native blends." by Mike Reed · 3 years, 4 months ago
- 0b62a05 Add unit test confirming Runtime Blends match native blends. by John Stiles · 3 years, 4 months ago
- a92913e Make GrAuditTrail V1-only by Robert Phillips · 3 years, 4 months ago
- ce7cdcd Add test for SkSL vector-slice constructors. by John Stiles · 3 years, 4 months ago
- 5643e55 Add flag for filterquality in flutter by Mike Reed · 3 years, 4 months ago
- 7f56b41 Add scalar-swizzling tests for int and bool types. by John Stiles · 3 years, 4 months ago
- 49c4176 Shore up matrix/vector conversion tests. by John Stiles · 3 years, 4 months ago
- f9ad6ec Add support for mat2-to-ivec4 conversions in SkSL. by John Stiles · 3 years, 4 months ago
- c98dbc6 Hide deprecated SkPaint::getBlendMode by Mike Reed · 3 years, 4 months ago
- bc35495 Fix python3 issue in compile_sksl_tests.py by Brian Osman · 3 years, 4 months ago
- 9191e81 Enforce consistency in swizzle domains. by John Stiles · 3 years, 4 months ago
- 6de2e1d Add support for matrix-to-vector conversions in SkSL. by John Stiles · 3 years, 4 months ago
- c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 4 months ago
- 5a825da Reland "Add tests for matrix-vector conversions." by John Stiles · 3 years, 4 months ago
- b1fd64e Extract a GrAtlasInstancedHelper subclass by Chris Dalton · 3 years, 4 months ago
- f009db5 Revert "Add tests for matrix-vector conversions." by John Stiles · 3 years, 4 months ago
- a897812 Add tests for matrix-vector conversions. by John Stiles · 3 years, 4 months ago
- 72354b0 Move more gms and tests into the V1-only pile by Robert Phillips · 3 years, 4 months ago
- 26ea975 Arithmetic blender by Mike Reed · 3 years, 4 months ago
- 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
- ed5181e Remove .fp tests and build steps by Brian Osman · 3 years, 4 months ago
- 07bf388 Convert binary unrolled gradient colorizer to GrSkSLFP by Brian Osman · 3 years, 4 months ago
- 4c886ee Revert "Revert "Convert GrConfigConversionEffect to a runtime FP"" by Brian Osman · 3 years, 4 months ago
- 2dc2859 flutter: add build flag to stage stroking change by Tyler Denniston · 3 years, 4 months ago
- 758d81f Reland "Metal: Add labels to help with GPU Debugging" by Jim Van Verth · 3 years, 4 months ago
- d8d85b9 Reland "Don't key progams/pipelines on origin."" by Brian Salomon · 3 years, 4 months ago
- 4024224 Revert "Don't key progams/pipelines on origin." by Brian Salomon · 3 years, 4 months ago
- cc44feb Start using skgpu::v1 and skgpu::v2 namespaces by Robert Phillips · 3 years, 4 months ago
- 943108b0 Don't key progams/pipelines on origin. by Brian Salomon · 3 years, 4 months ago
- e9ab391 Reland "Convert GrDitherEffect to a runtime FP" by Brian Osman · 3 years, 4 months ago
- 1c46777 Revert "Convert GrConfigConversionEffect to a runtime FP" by Brian Osman · 3 years, 4 months ago
- 3dd52c7 Revert "Convert GrDitherEffect to a runtime FP" by Brian Osman · 3 years, 4 months ago
- 2fa843a Convert GrDitherEffect to a runtime FP by Brian Osman · 3 years, 4 months ago
- d584ddd Add skottie-vs-png decode bench by Florin Malita · 3 years, 4 months ago
- 024668c Rename gn options to skgpu_v1 and skgpu_v2 by Robert Phillips · 3 years, 4 months ago
- 1a82a4e Remove GrResourceProvider.h from all other header files by Robert Phillips · 3 years, 4 months ago
- 4a77813 Convert GrConfigConversionEffect to a runtime FP by Brian Osman · 3 years, 4 months ago
- 34b52bf Revert "Metal: Add labels and debug groups to help with GPU Debugging." by Greg Daniel · 3 years, 4 months ago
- eaa76b9 Replace mask blur FPs with GrSkSLFP by Brian Osman · 3 years, 4 months ago
- 9e583bf Metal: Add labels and debug groups to help with GPU Debugging. by Jim Van Verth · 3 years, 4 months ago
- c6804ed Convert Clamped and Tiled gradient effects to GrSkSLFP by Brian Osman · 3 years, 4 months ago
- 549c6b8 Added Poison values to SkSL to improve DSL error handling by Ethan Nicholas · 3 years, 4 months ago
- 9f745d9 Remove SkMatrix44 by Mike Reed · 3 years, 4 months ago
- 9204ca6 Replace GrAlphaThresholdFP with GrSkSLFP by Brian Osman · 3 years, 4 months ago
- b384eb2 Convert shape-clipping FPs to GrSkSLFP by Brian Osman · 3 years, 4 months ago