- 14a9b08 Reland "Revert "New approach to GrProcessor uniforms."" by Jim Van Verth · 3 years, 2 months ago
- c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 3 years, 2 months ago
- 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 3 years, 2 months ago
- 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 3 years, 2 months ago
- 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 3 years, 2 months ago
- a59925f Revert "Revert "New approach to GrProcessor uniforms."" by Brian Salomon · 3 years, 2 months ago
- eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 3 years, 2 months ago
- ef80d7b Move more classes to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 3 years, 2 months ago
- a81e7e2 Report an error if sk_LastFragColor is referenced without fbFetchSupport by Brian Osman · 3 years, 2 months ago
- de60d7a Move more classes to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- fd1332f Reland "Fixed DSL assertion error on source files containing nulls" by Ethan Nicholas · 3 years, 2 months ago
- 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 3 years, 2 months ago
- b701fa0 Add non-square MatrixCompMult support to public SkSL in ES3 mode. by John Stiles · 3 years, 2 months ago
- 2bc96d6 Merge GrVkAttachment into GrVkImage. by Greg Daniel · 3 years, 2 months ago
- 7d19065 Add test of off-kilter matrix constructors. by John Stiles · 3 years, 2 months ago
- ae59426 Revert "New approach to GrProcessor uniforms." by Brian Salomon · 3 years, 2 months ago
- 10c9f36 New approach to GrProcessor uniforms. by Brian Salomon · 3 years, 2 months ago
- 7591d4b Replace trio of XxxxLiteral types with a single Literal type. by John Stiles · 3 years, 2 months ago
- dc65256 Fix for-statement assertion detected by the fuzzer. by John Stiles · 3 years, 2 months ago
- 47d8244 Revert "Fixed DSL assertion error on source files containing nulls" by Michael Ludwig · 3 years, 2 months ago
- db38ad7 Fixed DSL assertion error on source files containing nulls by Ethan Nicholas · 3 years, 2 months ago
- c9d65f0 Fixed duplicate function definition error discovered by fuzzer by Ethan Nicholas · 3 years, 2 months ago
- bf4a7d5 Fixed DSLParser crash with invalid swizzle by Ethan Nicholas · 3 years, 2 months ago
- 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 3 years, 2 months ago
- 769b488 Move some more Ops to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 3 years, 2 months ago
- 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years, 2 months ago
- 3099f79 SkSL: Add support for method calls on effect objects by Brian Osman · 3 years, 2 months ago
- 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years, 2 months ago
- 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years, 2 months ago
- fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years, 2 months ago
- d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years, 2 months ago
- f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years, 2 months ago
- 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 3 years, 2 months ago
- cadd5db Move three Op-derived classes to the skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years, 2 months ago
- 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 2 months ago
- 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years, 2 months ago
- 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years, 2 months ago
- bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years, 2 months ago
- fdafc0c Move GrAtlasRenderTask to gpu/ops and skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- fbb905e Remove nearly-unused ASTNode description code. by John Stiles · 3 years, 2 months ago
- 3e87a8e Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
- 43ac7e6 Fix parsing error with SPIR-V negating a uint. by John Stiles · 3 years, 2 months ago
- 2d3f5e8 Demonstrate parsing error with structs and arrays. by John Stiles · 3 years, 2 months ago
- f95048c Report intermediate expressions as errors in For next-exprs. by John Stiles · 3 years, 2 months ago
- c1ed11d Move GrBlockAllocator and GrTBlockList to src/core/ by Michael Ludwig · 3 years, 2 months ago
- b5282f0 Migrate runtime effect sample tests to golden files by Brian Osman · 3 years, 2 months ago
- d77dda5 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years, 2 months ago
- 553239b Added reportPendingErrors to SkSL code generation by Ethan Nicholas · 3 years, 3 months ago
- 3f37322 Fix const function-parameter assertion discovered by fuzzer. by John Stiles · 3 years, 3 months ago
- 7253a20 Improve error-checking during array-size conversion. by John Stiles · 3 years, 3 months ago
- 8f633ef Fix assertion discovered by fuzzer. by John Stiles · 3 years, 3 months ago
- e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years, 3 months ago
- db0ec08 Move GrPathRenderer and GrPathRendererChain to skgpu::v1 namespace by Robert Phillips · 3 years, 3 months ago
- 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 3 years, 3 months ago
- 832f3fb Move GrTessellationPathFlags to their own header (GrTessTypes.h) by Robert Phillips · 3 years, 3 months ago
- 9030a3b Move GrStencilMaskHelper and GrStencilClip to skgpu::v1 namespace by Robert Phillips · 3 years, 3 months ago
- 74b9432 Move GrClipStack to skgpu::v1 namespace by Robert Phillips · 3 years, 3 months ago
- db857ce Make GrSmallPathAtlasMgr and GrSmallPathShapeData v1-only files by Robert Phillips · 3 years, 3 months ago
- b069708 Improve SPIR-V handling of RTFlip when running the fuzzer. by John Stiles · 3 years, 3 months ago
- 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years, 3 months ago
- 41ebbd7 Move triangulators and tessellators into gpu/geometry by Robert Phillips · 3 years, 3 months ago
- 17dc658 Move Software and Small PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years, 3 months ago
- 059798f Test that Runtime Effects cannot use non-ES2 types. by John Stiles · 3 years, 3 months ago
- 7d99ba2 Enable variable-shadow warnings. by John Stiles · 3 years, 3 months ago
- eb0f29d SkSL: Allow invoking children (shaders, etc) like functions by Brian Osman · 3 years, 3 months ago
- da44b57 Removed missing file from sksl.gni by Ethan Nicholas · 3 years, 3 months ago
- 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years, 3 months ago
- 364ea35 Make remaining GrOp derived classes be skgpu::v1 only by Robert Phillips · 3 years, 3 months ago
- 4e24948 Allow derivatives in Runtime Effects when ES3 restrictions are off. by John Stiles · 3 years, 3 months ago
- efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years, 3 months ago
- 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years, 3 months ago
- 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