- 0c979da [graphite][compute] Introduce VelloRenderer by Arman Uguray · 2 years, 5 months ago
- a12a999 Roll ANGLE from b0f9c01ec303 to 8b9440b630cb (6 revisions) by skia-autoroll · 2 years, 4 months ago
- ed66ec1 Roll SK Tool from 5a8b571f3a48 to e5ce570c0d1b by skia-autoroll · 2 years, 4 months ago
- 9cbc2c5 Roll Dawn from 569699725145 to 776a762c9a4d (47 revisions) by skia-autoroll · 2 years, 4 months ago
- 81fb584 Roll Skia Infra from c4d18f21ffde to 5a8b571f3a48 (12 revisions) by skia-autoroll · 2 years, 4 months ago
- 25a160f Remove last vestiges of DSL from SPIR-V code generator. by John Stiles · 2 years, 4 months ago
- c819054 Remove DSL-based constructor expressions. by John Stiles · 2 years, 4 months ago
- 235f4c3 Apply RTFlip to the sk_FragCoord without using DSL. by John Stiles · 2 years, 4 months ago
- a23eae9 [graphite][compute] Add ComputeStep definitions for Vello stages by Arman Uguray · 2 years, 5 months ago
- c207c1b Avoid DSL usage when emitting `DFdy`. by John Stiles · 2 years, 4 months ago
- e742c53 Rename assemble_compound to ConstructorCompound::MakeFromConstants. by John Stiles · 2 years, 4 months ago
- 72fc4cd Remove outdated comment. by Jim Van Verth · 2 years, 4 months ago
- 221e105 Expose the GPU side drawable by Herb Derby · 2 years, 4 months ago
- 1a29bd9 Squelch UBSAN divide-by-zero error. by John Stiles · 2 years, 4 months ago
- 68a1517 [sksl] Rename Program::Inputs to Program::Interface by James Godfrey-Kittle · 2 years, 4 months ago
- ef6e86c Roll vulkan-deps from d36b7c91621a to 28971a855c5f (9 revisions) by skia-autoroll · 2 years, 4 months ago
- 24b4d65 [graphite] Add VulkanDescriptorPool Class by Nicolette Prevost · 2 years, 4 months ago
- 661b4d6 [graphite][compute] Initial ComputeTask handling in Device/DrawContext by Arman Uguray · 2 years, 5 months ago
- bab9706 Roll Fontations dependencies by Dominik Röttsches · 2 years, 4 months ago
- 7922b9a Reclaim heap space from mangled-names in Variables. by John Stiles · 2 years, 4 months ago
- 70e1c54 Add null guards to intrinsic constant evaluation. by John Stiles · 2 years, 4 months ago
- 5c93acf Move SkSurface factories to SkSurfaces namespace by Kevin Lubick · 2 years, 4 months ago
- 80085c3 Move modifiers-declaration support out of DSLCore. by John Stiles · 2 years, 4 months ago
- 017d869 Split off BlendFormula to be shared with Graphite by James Godfrey-Kittle · 2 years, 4 months ago
- 0d93b3f Fix fontations build after 2c322383044e4 by Dominik Röttsches · 2 years, 4 months ago
- 32f4cfc Roll ANGLE from c441206103b1 to b0f9c01ec303 (6 revisions) by skia-autoroll · 2 years, 4 months ago
- 878187e Roll SK Tool from c4d18f21ffde to 48f97fe0593e by skia-autoroll · 2 years, 4 months ago
- d832419 Roll vulkan-deps from 07d94082da0b to d36b7c91621a (7 revisions) by skia-autoroll · 2 years, 4 months ago
- 3b247bf Roll Skia Infra from 0d5474fe31ef to c4d18f21ffde (7 revisions) by skia-autoroll · 2 years, 4 months ago
- a2c71eb Roll SwiftShader from 9ebfb6b54814 to a62e8dbc3467 (1 revision) by skia-autoroll · 2 years, 4 months ago
- 1449073 SkStrikeCache: Optimize purging of pinned strikes by Victor Miura · 2 years, 4 months ago
- e8df639 [Direct3D] Check for null mapped pointer in onReadPixels by Jim Van Verth · 2 years, 4 months ago
- 0cec600 Remove temporary analytic AA APIs by Brian Osman · 2 years, 4 months ago
- 55345d8 Reland "Add support for decoding CICPs in Android" by Leon Scroggins III · 2 years, 4 months ago
- 4a805ce [graphite] Disable MakeColorSpace_Test in Dawn by Robert Phillips · 2 years, 4 months ago
- 369c34c fix incorrect check by Weiyu Huang · 2 years, 4 months ago
- 1af450d Switch to SkNoDestructor<T> instead of allocations. by John Stiles · 2 years, 4 months ago
- 2c32238 Organize fontations Bazel rules to allow stub impls by Kevin Lubick · 2 years, 4 months ago
- 98e78ff [graphite] Add VulkanImageView class. by Jim Van Verth · 2 years, 4 months ago
- 25fb8fa Force AAA in the canvaskit GMs build script by Brian Osman · 2 years, 4 months ago
- 6154a68 [graphite] Account for shader blend mode correctly in precomp by James Godfrey-Kittle · 2 years, 4 months ago
- 9d06083 Remove DSL-based intrinsic functions. by John Stiles · 2 years, 4 months ago
- 83563c9 Remove DSL usage from FunctionCall. by John Stiles · 2 years, 4 months ago
- 014892a Roll vulkan-deps from 180f3708bf26 to 07d94082da0b (10 revisions) by skia-autoroll · 2 years, 4 months ago
- 117b7ca Update deprecated ShaderModuleWGSLDescriptor.source to .code instead. by Loko Kung · 2 years, 5 months ago
- 511353c Add some mesh (drawVertices) samples by Florin Malita · 2 years, 4 months ago
- 2905243 [bazel] //tests/BUILD.bazel: Extract test groups into //tests/testgroups.bzl. by Leandro Lovisolo · 2 years, 4 months ago
- 406bf9b Reland "Add SkNoDestructor<T> class to Skia." by John Stiles · 2 years, 4 months ago
- 8cdc720 Remove DSL usage from RTAdjust fixup code. by John Stiles · 2 years, 4 months ago
- 0ab8764 Update Skia Vulkan headers to 1.2.197 by Jim Van Verth · 2 years, 4 months ago
- c169cc0 Revert "Add support for decoding CICPs in Android" by Derek Sollenberger · 2 years, 4 months ago
- d85e872 Revert "Add SkNoDestructor<T> class to Skia." by Brian Osman · 2 years, 4 months ago
- 8c936fb Roll ANGLE from dd7eb1d8e8dc to c441206103b1 (22 revisions) by skia-autoroll · 2 years, 4 months ago
- bc55551 Roll Skia Infra from f76fc9bcab58 to 0d5474fe31ef (4 revisions) by skia-autoroll · 2 years, 4 months ago
- c1c01af Implement path rendering and advances for Fontations-backed SkTypeface by Dominik Röttsches · 2 years, 4 months ago
- 0d19ca6 Roll Dawn from 53e721afe0c5 to 569699725145 (13 revisions) by skia-autoroll · 2 years, 4 months ago
- 54b934e Roll SK Tool from 0d5474fe31ef to 56f5bfdeb042 by skia-autoroll · 2 years, 4 months ago
- 7c690c8 Roll SwiftShader from ecefa6c65969 to 9ebfb6b54814 (1 revision) by skia-autoroll · 2 years, 4 months ago
- ffe44f0 Add support for decoding CICPs in Android by Alec Mouri · 2 years, 4 months ago
- 9ba374e Roll vulkan-deps from c6eb70963cbd to 180f3708bf26 (7 revisions) by skia-autoroll · 2 years, 4 months ago
- 9989344 [bazel] Fix Android Vulkan build. by Leandro Lovisolo · 2 years, 4 months ago
- 2746d3a Small cleanups in underline and glyph code by Herb Derby · 2 years, 4 months ago
- 485cd3d Add SkNoDestructor<T> class to Skia. by John Stiles · 2 years, 4 months ago
- c9c802f Generate simpler code for sk_Clockwise in SPIR-V. by John Stiles · 2 years, 4 months ago
- bac819c Eliminate DSLBlock class. by John Stiles · 2 years, 4 months ago
- 082284f [base] Move SkSpinlock and SkSharedMutex to src/base by Kevin Lubick · 2 years, 4 months ago
- f28cc44 Eliminate most DSL statement support. by John Stiles · 2 years, 4 months ago
- eb78972 Simplify Perlin noise chained-if block. by John Stiles · 2 years, 4 months ago
- 7736fba Remove Bazel+Ganesh+Dawn builds from the CQ/CI by Kevin Lubick · 2 years, 4 months ago
- 951eb96 Remove Switch support from DSL entirely. by John Stiles · 2 years, 4 months ago
- 544b1a0 Simplify parser handling of expressions. by John Stiles · 2 years, 4 months ago
- e909771 Manually Roll Dawn from 2966d3ad08eb to 53e721afe0c5 (63 revisions) by Kevin Lubick · 2 years, 4 months ago
- f533081 Reland "Prevent name collisions between variables and intrinsics." by John Stiles · 2 years, 4 months ago
- 30a368d Eliminate DSLCase from the parser. by John Stiles · 2 years, 4 months ago
- 64ba573 Don't define SkSurface::MakeRenderTarget when there is no GPU backend by Kevin Lubick · 2 years, 4 months ago
- 5f7e572 Roll vulkan-deps from b1128ae8f5d3 to c6eb70963cbd (1 revision) by skia-autoroll · 2 years, 4 months ago
- 802eb7f Roll SK Tool from f76fc9bcab58 to e3b3044e20bb by skia-autoroll · 2 years, 4 months ago
- f9bef8f Roll Skia Infra from 5894e1e3e47d to f76fc9bcab58 (10 revisions) by skia-autoroll · 2 years, 4 months ago
- 148ebc0 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 4 months ago
- 642ba30 Roll vulkan-deps from cda100bdb284 to b1128ae8f5d3 (1 revision) by skia-autoroll · 2 years, 4 months ago
- 8a93b28 Roll vulkan-deps from 764046e2223f to cda100bdb284 (1 revision) by skia-autoroll · 2 years, 4 months ago
- e7de10e Roll vulkan-deps from aff87689f063 to 764046e2223f (13 revisions) by skia-autoroll · 2 years, 4 months ago
- 2e62265 Skip desk_carsvg on QuadroP400 windows bots by Michael Ludwig · 2 years, 4 months ago
- bc01974 Revert "Prevent name collisions between variables and intrinsics." by John Stiles · 2 years, 4 months ago
- d749e1c Making ParagraphBuilder API for Client ICU public by Julia Lavrova · 2 years, 5 months ago
- 97b4a7f Remove unused accessors from ThreadContext. by John Stiles · 2 years, 4 months ago
- aa52cd1 Prevent name collisions between variables and intrinsics. by John Stiles · 2 years, 4 months ago
- f7cb386 Changing tests after harfbuzz update by Julia Lavrova · 2 years, 4 months ago
- de93f1d Fixing getLineNumberAt method by Julia Lavrova · 2 years, 4 months ago
- d6149a1 Parse statements without using DSLCore. by John Stiles · 2 years, 4 months ago
- e44c904 Parse for statements without using DSLCore. by John Stiles · 2 years, 4 months ago
- 0dc9e8d [skif] Remove use of deprecated Magnifier factory within Skia by Michael Ludwig · 2 years, 4 months ago
- e6668e8 [graphite] Dst reads using copies by James Godfrey-Kittle · 2 years, 4 months ago
- aac590b Remove ThreadContext::SymbolTable. by John Stiles · 2 years, 4 months ago
- dc6a9d9 Move the active symbol table into the SkSL::Context. by John Stiles · 2 years, 4 months ago
- 1a1c7db Roll vulkan-deps from 3ef8bd4528d0 to aff87689f063 (6 revisions) by skia-autoroll · 2 years, 4 months ago
- d71ece9 Roll ANGLE from cd171d2ef3ca to dd7eb1d8e8dc (14 revisions) by skia-autoroll · 2 years, 4 months ago
- 23e9111 Roll SK Tool from 5894e1e3e47d to 2cde5edfb81e by skia-autoroll · 2 years, 4 months ago
- edc4ee2 Roll Skia Infra from d6fb4eb8ccb8 to 5894e1e3e47d (7 revisions) by skia-autoroll · 2 years, 4 months ago
- bf4217c Reland "[skif] Use FilterResult::applyColorFilter in SkColorFilterImageFilter" by Michael Ludwig · 2 years, 4 months ago