- 3aaed99 Revert "Fix Metal codegen error with structs containing compound types." by John Stiles · 3 years, 3 months ago
- ef3d6af [infra] Add POC Bazel rules for CanvasKit by Kevin Lubick · 3 years, 3 months ago
- 23dafe8 [graphite] Implement fullscreen clear as LoadOp by Jim Van Verth · 3 years, 3 months ago
- c02dceb Add checks around tessellation buffer allocations by Chris Dalton · 3 years, 3 months ago
- babbec1 On Mali-TXXX driver version <= 1.26 rebind color target after by Brian Salomon · 3 years, 3 months ago
- 6388f0e Don't try to use FanBuffer in PathInnerTriangulateOp if allocation failed. by Greg Daniel · 3 years, 3 months ago
- 799abb7 [canvaskit] Set unsupported WebGL caps to false by Kevin Lubick · 3 years, 3 months ago
- e393e72 [canvaskit] Add ImageInfo to Texture APIs by Kevin Lubick · 3 years, 3 months ago
- e96b25c Disallow direct readback of compressed textures in Metal by Robert Phillips · 3 years, 3 months ago
- 152299e Roll skcms from 0d5496480324 to 9019104061d8 (1 revision) by skia-autoroll · 3 years, 3 months ago
- 87686e3 Disable broken tests on Tegra3. by John Stiles · 3 years, 3 months ago
- 2a6c415 Fix Metal codegen error with structs containing compound types. by John Stiles · 3 years, 3 months ago
- 09ece93 Move breadcrumb and inner-fan triangles out of PathCurveTessellator by Chris Dalton · 3 years, 3 months ago
- 5182ed3 [graphite] Revise RenderPassTask construction by Jim Van Verth · 3 years, 3 months ago
- 1061a4c Roll ANGLE from 9c486b67528f to eefb41112624 (4 revisions) by skia-autoroll · 3 years, 3 months ago
- 6df1871 Replace `fSkVMDebugTrace` program setting with `SkVMDebugInfo`. by John Stiles · 3 years, 3 months ago
- 1991780 Update LoopFloat/LoopInt tests to reduce hoisting. by John Stiles · 3 years, 3 months ago
- 7ee4dec Roll ANGLE from b5adbe272e48 to 9c486b67528f (4 revisions) by skia-autoroll · 3 years, 3 months ago
- 4ab1218 Roll SwiftShader from 73a6940a2d14 to e878186acaee (1 revision) by skia-autoroll · 3 years, 3 months ago
- 20a2328 Roll Chromium from b720fbc74d97 to 0339eeae1454 (409 revisions) by skia-autoroll · 3 years, 3 months ago
- c7074cb Roll Dawn from e9c84c071ff8 to 792b94ffeeca (5 revisions) by skia-autoroll · 3 years, 3 months ago
- 32451cf Fix PatchAttribs issues with explicit curve type by Chris Dalton · 3 years, 3 months ago
- c0ff5a8 Add flag that can be used to disable `std::shared_mutex` use in VMA. by Brandon DeRosier · 3 years, 3 months ago
- f0f447c Yank GrPathTessellationShader out of PatchTessellators by Chris Dalton · 3 years, 3 months ago
- 6d823b3 Roll ANGLE from 92bdb59b3c26 to b5adbe272e48 (9 revisions) by skia-autoroll · 3 years, 3 months ago
- 8ed49ea [infra] Add Bazel rules for codecs. by Kevin Lubick · 3 years, 3 months ago
- 08a9711 Reland "Implement batching for convex tessellated paths" by Chris Dalton · 3 years, 3 months ago
- 05c4116 Allow inlining of functions with unassigned out-params. by John Stiles · 3 years, 3 months ago
- 6ee5d9e Improve index-folding of arrays and matrices. by John Stiles · 3 years, 3 months ago
- 7441002 Add tests for inlining functions with out/inout params. by John Stiles · 3 years, 3 months ago
- 107ea94 Add support for clamp($genUType, ...) in SkSL. by John Stiles · 3 years, 3 months ago
- 0e956d5 Fix runtimecolorfilter_vertices_atlas_and_patch GM size by Brian Salomon · 3 years, 3 months ago
- cb94b57 [canvaskit] Add ability to make texture image across surfaces. by Kevin Lubick · 3 years, 3 months ago
- 7e17793 Check FBO status when creating or wrapping renderable texture. by Brian Salomon · 3 years, 3 months ago
- 384ba65 Remove GPU V2 by Brian Salomon · 3 years, 3 months ago
- 4dee13d Remove unnecessary pdf include in SkJpegCodec by Kevin Lubick · 3 years, 3 months ago
- e966540 Roll SK Tool from daa7611b0ffe to 8e43ef9acc1b by skia-autoroll · 3 years, 3 months ago
- d689aff [deps] Update buildtools repo URL by Eric Boren · 3 years, 3 months ago
- 33c8f05 Add GM that draws vertices, atlas, and patch with runtime colorfilter by Brian Salomon · 3 years, 3 months ago
- 42a59fd Roll ANGLE from 0b46ef407472 to 92bdb59b3c26 (13 revisions) by skia-autoroll · 3 years, 3 months ago
- f848782 Fix assert in LinearGradient4fContext::LinearIntervalProcessor. by Brian Salomon · 3 years, 3 months ago
- 954e81a Revert "Implement batching for convex tessellated paths" by Robert Phillips · 3 years, 3 months ago
- ae36ced Roll SwiftShader from 82d932bdfc41 to 73a6940a2d14 (1 revision) by skia-autoroll · 3 years, 3 months ago
- 37fae39 Roll Chromium from 2bf6013115a2 to b720fbc74d97 (473 revisions) by skia-autoroll · 3 years, 3 months ago
- 8081b5e Roll Dawn from c2bd88fc3253 to e9c84c071ff8 (7 revisions) by skia-autoroll · 3 years, 3 months ago
- 9613060 Implement batching for convex tessellated paths by Chris Dalton · 3 years, 3 months ago
- 6fae052 Implement constant folding for index expressions into matrices. by John Stiles · 3 years, 3 months ago
- d7936dc add missing include for SkIsPow2 by Herb Derby · 3 years, 3 months ago
- a583a0f In SkRuntimeEffect, replace ConstIterable with SkSpan by Brian Osman · 3 years, 3 months ago
- d92f9c2 Add tests for matrix constant-expressions. by John Stiles · 3 years, 3 months ago
- 3af95eb Fix test when optimizations are off. by John Stiles · 3 years, 3 months ago
- 1f218ee [recipes] Port to Python 3 by Eric Boren · 3 years, 3 months ago
- 76c1ff1 Optimize indexing into an array with a constant-expression. by John Stiles · 3 years, 3 months ago
- 5e62cd0 Remove unused declaration in SkPDFDevice.h. by Lei Zhang · 3 years, 3 months ago
- 0b84159 Improve array-indexing tests. by John Stiles · 3 years, 3 months ago
- a8888cf [svgdevice] Add support for color shaders by Florin Malita · 3 years, 3 months ago
- bdfe3b6 Remove OverrideInput from MulInputByChildAlpha by Brian Osman · 3 years, 3 months ago
- c0cfb1d Use new Canary flag in canary task driver by Ravi Mistry · 3 years, 3 months ago
- a756c62 move the GlyphVector into the subruns by Herb Derby · 3 years, 3 months ago
- 8d60684 Explicitly state that some draws ignore mask filter and path effect. by Brian Salomon · 3 years, 3 months ago
- dd50f0d Better handling of coverage-as-alpha during paint conversion by Brian Osman · 3 years, 3 months ago
- 6e16bba Update go/skia.org/infra in go.mod/go.sum by Ravi Mistry · 3 years, 3 months ago
- 09642f8 Improve failure handling in directFilterMaskGPU by Robert Phillips · 3 years, 3 months ago
- 1c0d713 [graphite] Add offsets to vertex buffers by Jim Van Verth · 3 years, 3 months ago
- 9481bba Remove alpha modulation from more shader FPs by Brian Osman · 3 years, 3 months ago
- 9ac4ee6 Move Mac NativeFonts bots onto Macminis. by Joe Gregorio · 3 years, 3 months ago
- 6e6ae1b Fix inlined out-of-range vector access. by John Stiles · 3 years, 3 months ago
- 0c23120 [canvaskit] Switch to appropriate WebGL Context for Surface methods by Kevin Lubick · 3 years, 3 months ago
- a55953c Fix assert in SkGradientShader IntervalIterator by Brian Salomon · 3 years, 3 months ago
- d4edc0e make strikeToSourceScale consistent through the code by Herb Derby · 3 years, 3 months ago
- 97f72da Roll ANGLE from ee8e8a68c5a9 to 0b46ef407472 (24 revisions) by skia-autoroll · 3 years, 3 months ago
- 0adcf1c Roll SwiftShader from 4c6da56da96c to 82d932bdfc41 (19 revisions) by skia-autoroll · 3 years, 3 months ago
- 47048d2 Roll Chromium from ffe9e7417205 to 2bf6013115a2 (490 revisions) by skia-autoroll · 3 years, 3 months ago
- 7fbd45f Roll Dawn from d25277844cec to c2bd88fc3253 (7 revisions) by skia-autoroll · 3 years, 3 months ago
- 32385b7 Report incomplete expression-statements as errors. by John Stiles · 3 years, 3 months ago
- ee52549 Add test for incomplete expressions. by John Stiles · 3 years, 3 months ago
- 3b6e070 Enable constant-expression folding at all times. by John Stiles · 3 years, 3 months ago
- a45c93c Add a color-spin control to Viewer by Brian Osman · 3 years, 3 months ago
- f893df9 Clamp lighting dot product in paint_alpha_normals_rt by Brian Osman · 3 years, 3 months ago
- 612c733 COLRv1 GM test for foreground color by Dominik Röttsches · 3 years, 3 months ago
- add2c39 use sk_sp<SkStrike> instead of SkStrikeSpec by Herb Derby · 3 years, 3 months ago
- 58d633b Revert "[MiddleOutPolygonTriangulator] Convert pushVertex(p0) to close()" by Chris Dalton · 3 years, 3 months ago
- 6a5f772 Fix crash with the inliner when optimizing built-in modules. by John Stiles · 3 years, 3 months ago
- d6af8bf [infra] Make jobs use Gold's public hashes by Kevin Lubick · 3 years, 3 months ago
- 183f37d Add trace opcodes for function entry/exit. by John Stiles · 3 years, 3 months ago
- 540eb37 Remove unused variable 'heapIndex' by Leon Scroggins III · 3 years, 3 months ago
- efd8280 Emit trace_line ops to indicate for-statement next/test. by John Stiles · 3 years, 3 months ago
- 70ae431 Implement trace_var opcode. by John Stiles · 3 years, 3 months ago
- 9b353b9 [graphite] Add commands to CommandBuffer from Tasks by Jim Van Verth · 3 years, 3 months ago
- b9f1864 Add Bazel folks as owners to BUILD.bazel files by Kevin Lubick · 3 years, 3 months ago
- 1b61d86 Reland "Add ConvertPixels versions of PremulAlphaRoundTrip" by Brian Osman · 3 years, 3 months ago
- fa26a65 Roll Dawn from eb9339bdf38f to d25277844cec (4 revisions) by skia-autoroll · 3 years, 3 months ago
- 1f8c31b [infra] Add initial Bazel rules and files by Kevin Lubick · 3 years, 3 months ago
- badc896 Roll Chromium from f3e2d73a87ed to ffe9e7417205 (463 revisions) by skia-autoroll · 3 years, 3 months ago
- a762343 Improve the fan point for wedges by Chris Dalton · 3 years, 3 months ago
- 70db6e4 Use writeToSlot to update fSlots. by John Stiles · 3 years, 3 months ago
- 890235f Add NumberKind to Slot struct. by John Stiles · 3 years, 3 months ago
- edc7b47 Update fSlots to store its data in a Slot struct. by John Stiles · 3 years, 3 months ago
- 2660bfd Fix new/delete mismatch in SkBlockAllocatorTest by Ben Wagner · 3 years, 3 months ago
- 065c5d9 Remove deprecated fType field in StructureElementNode. by Lei Zhang · 4 years, 5 months ago