- 8b16bee remove SkVM uniform8/16 by Mike Klein · 4 years, 1 month ago
- 8212fa5 remove SkVM Q14 support by Mike Klein · 4 years, 1 month ago
- b76f884 clean up unused SkVM debug features by Mike Klein · 4 years, 1 month ago
- f2efb80 Clamp really big recording bounds to safe ints by Michael Ludwig · 4 years, 1 month ago
- a2c4020 Preserve dithering for SkImageFilters::Shader by Michael Ludwig · 4 years, 1 month ago
- dd7783f Remove accidentally-commited conflict markers. by John Stiles · 4 years, 1 month ago
- 0ad233f Add early-outs to buildCandidateList. by John Stiles · 4 years, 1 month ago
- 4523691 IWYU fix for sk_app/Window.h by Brian Osman · 4 years, 1 month ago
- 51b74af Reland "Move conservative bounds tracking from SkCanvas to SkNoPixelsDevice" by Michael Ludwig · 4 years, 1 month ago
- ecc9108 Hide binaryArchive use in Viewer behind a flag. by Jim Van Verth · 4 years, 1 month ago
- aa4e59e update buildbot repo by Nathaniel Nifong · 4 years, 1 month ago
- 4a7dc46 Add support for boolean ^^ operator in SPIR-V. by John Stiles · 4 years, 1 month ago
- 318da83 Disallow unary minus on boolean vectors. by John Stiles · 4 years, 1 month ago
- 6e5079a minor hash_fn() followups by Mike Klein · 4 years, 1 month ago
- 56b1b80 Detect invalid boolean binary expressions. by John Stiles · 4 years, 1 month ago
- 7971926 Reland "Move GL's SkSL::Compiler to the GPU (like all other backends)" by Brian Osman · 4 years, 1 month ago
- 611b2a6 Heuristic for filtering out too big editing text cases by Julia Lavrova · 4 years, 1 month ago
- 9aeed13 Code cleanup: Add isScalar/isVector/isMatrix helpers to Type. by John Stiles · 4 years, 1 month ago
- d8ca6b6 Replace SPIR-V assertion with mixed-types error message. by John Stiles · 4 years, 1 month ago
- 3e2e7b2 replace SkOpts::hash_fn by Mike Klein · 4 years, 1 month ago
- 888c5d3 Roll ANGLE from 1b413197a6d7 to 130597e10299 (14 revisions) by skia-autoroll · 4 years, 1 month ago
- 7bce89d Roll Dawn from 03badec5d73a to 33f29ea9b251 (3 revisions) by skia-autoroll · 4 years, 1 month ago
- 36d06a8 Fixing background rectangle sizes for Flutter by Julia Lavrova · 4 years, 1 month ago
- 8d09d4a Run SPIR-V validation on SkSL unit test output by Brian Osman · 4 years, 1 month ago
- 0363f05 Add experimental prints for conic max error to Wedge sample by Chris Dalton · 4 years, 1 month ago
- bbaad02 Simplify bitmapprocstate to just store bool for bilerp by Mike Reed · 4 years, 1 month ago
- 95ab83f On QComm to vulkan partial clears as draws. by Greg Daniel · 4 years, 1 month ago
- 9ba7a24 Reland "SkSL: Test/implement "geometric" intrinsics" by Brian Osman · 4 years, 2 months ago
- 748db70 Make sure maxIntrinsicWidth is always no less than minIntrinsicWidth by Julia Lavrova · 4 years, 1 month ago
- 46787d5 SkSL: Add test for scalar versions of geometric intrinsics by Brian Osman · 4 years, 1 month ago
- 8636e13 Revert "Move conservative bounds tracking from SkCanvas to SkNoPixelsDevice" by Michael Ludwig · 4 years, 1 month ago
- ee792d6 Fix hazard in vulkan from resetting fActiveCommandPools. by Greg Daniel · 4 years, 1 month ago
- 4867834 move SkottieAnimation out of SkottieRunner to top level by Jorge Betancourt · 4 years, 1 month ago
- 641ff3b Hardcode offsets to zero in GrMockOpTarget by Chris Dalton · 4 years, 1 month ago
- bc75ebb Fix crash with boolean vectors in is_constant<T>. by John Stiles · 4 years, 1 month ago
- 7512507 Add "putBack" analogs to the DrawIndirect buffer pool by Chris Dalton · 4 years, 1 month ago
- a6e0d83 Remove a slop term from the stroke tessellation shader by Chris Dalton · 4 years, 1 month ago
- 246fcc3 rely on clients to guard old api by Mike Reed · 4 years, 1 month ago
- cb76565 Fix a bug with miters in the stroke tessellation shader by Chris Dalton · 4 years, 1 month ago
- 6c5e78d Bump bl from 4.0.2 to 4.0.3 in /tools/perf-canvaskit-puppeteer by dependabot[bot] · 4 years, 1 month ago
- a084ef4 Add supporting function for finding image use in layers by Nathaniel Nifong · 4 years, 1 month ago
- 11a3947 Move conservative bounds tracking from SkCanvas to SkNoPixelsDevice by Michael Ludwig · 4 years, 1 month ago
- 98c3aea Add cusp detection to GrPathUtils::findCubicConvex180Chops by Chris Dalton · 4 years, 1 month ago
- 1cf4bc7 Remove unused parameter in vk bindDescriptorSets. by Greg Daniel · 4 years, 1 month ago
- dbc19ea implement a whole slew of arm64 ops by Mike Klein · 4 years, 1 month ago
- 4dfa977 Add 'isBoolean' method to SkSL::Type. by John Stiles · 4 years, 1 month ago
- feada47 Reland "Simplify _blend_set_color_saturation, removing an instruction." by John Stiles · 4 years, 1 month ago
- 2aa3b8d fix test to use new api by Mike Reed · 4 years, 1 month ago
- 68ac3b9 Revert "Move GL's SkSL::Compiler to the GPU (like all other backends)" by Brian Osman · 4 years, 1 month ago
- 3df7196 Roll Dawn from 546a7c98c897 to 03badec5d73a (3 revisions) by skia-autoroll · 4 years, 1 month ago
- 7078f08 Roll ANGLE from ebf890fcf9f3 to 1b413197a6d7 (13 revisions) by skia-autoroll · 4 years, 1 month ago
- af88a65 Roll SwiftShader from 6d612051c083 to 43bb60e1fa11 (6 revisions) by skia-autoroll · 4 years, 1 month ago
- 4c1fb1c Return the contour's final point from SkPath::RangeIter in kClose by Chris Dalton · 4 years, 1 month ago
- 65fb101 Reland "Always tweak matrix for consistent opt" by Mike Reed · 4 years, 1 month ago
- 0a07e9b Revert "Always tweak matrix for consistent opt" by Mike Reed · 4 years, 1 month ago
- ce0c876 hide legacy scalePixels and makeShader by Mike Reed · 4 years, 1 month ago
- 26e1073 Always tweak matrix for consistent opt by Mike Reed · 4 years, 1 month ago
- d461f6e Add support for strided loads to GrVx by Chris Dalton · 4 years, 1 month ago
- cd74dea macro hygiene in SkVx.h by Mike Klein · 4 years, 1 month ago
- 9b9415e Avoid inlining functions that are called repeatedly. by John Stiles · 4 years, 1 month ago
- f5c1d04 Flatten out constructors nested inside constructors. by John Stiles · 4 years, 1 month ago
- 92072a3 Fix SPIR-V golden output file extensions. by John Stiles · 4 years, 1 month ago
- cddfce2 Move GL's SkSL::Compiler to the GPU (like all other backends) by Brian Osman · 4 years, 1 month ago
- 3d58d5a Incremental removal of internal dependence on SkFilterQuality by Mike Reed · 4 years, 1 month ago
- 931da26 Add unit test demonstrating output from Gaussian blur. by John Stiles · 4 years, 1 month ago
- 95b5fb9 Revert "Share code handling legacy SkFilterQuality" by Mike Reed · 4 years, 1 month ago
- f9334e9 Reland "Simplify layer bounds syncing and no-device error handling in SkCanvas::internalSaveLayer" by Michael Ludwig · 4 years, 1 month ago
- b27f39c Add conic fill support to the tessellator by Chris Dalton · 4 years, 1 month ago
- ee9c4c7 remove legacy SkFilterOptions by Mike Reed · 4 years, 1 month ago
- e81fb87 Revert "Simplify _blend_set_color_saturation, removing an instruction." by John Stiles · 4 years, 1 month ago
- 8b3b159 Remove operators &&= ||= ^^= from SkSL. by John Stiles · 4 years, 1 month ago
- 21a59d6 Fix double-negation of constant-value construcors. by John Stiles · 4 years, 1 month ago
- 9a8cbe5 Share code handling legacy SkFilterQuality by Mike Reed · 4 years, 1 month ago
- cbbe0b0 Fix reverse bounds calculation for SkImageFilters::Compose by Michael Ludwig · 4 years, 1 month ago
- b432754 Reland "Move vulkan memory uma stats to report on submit." by Greg Daniel · 4 years, 1 month ago
- 7d5a4b4 Roll SwiftShader from de9e649438ed to 6d612051c083 (4 revisions) by skia-autoroll · 4 years, 1 month ago
- d40e548 Roll ANGLE from 777749aafaac to ebf890fcf9f3 (12 revisions) by skia-autoroll · 4 years, 1 month ago
- 639fb02 Roll Dawn from 1a14e7e02441 to 546a7c98c897 (6 revisions) by skia-autoroll · 4 years, 1 month ago
- 9a5aa0a [svg] Handle zero-radius radial gradients by Florin Malita · 4 years, 1 month ago
- e4bc70c Update SKP version by skia-recreate-skps · 4 years, 1 month ago
- dd612b6 Update Go Deps by skia-recreate-skps · 4 years, 1 month ago
- ee40ec6 remove Op::pack by Mike Klein · 4 years, 1 month ago
- d90024d split subrun API into Blob and Op interfaces by Herb Derby · 4 years, 1 month ago
- a03f8bf other ways to organize samplingoptions? by Mike Reed · 4 years, 1 month ago
- 797831c Reland "Hook up ShaderErrorHandler in the Metal backend." by Robert Phillips · 4 years, 1 month ago
- c5a37b1 Revert "Move vulkan memory uma stats to report on submit." by Greg Daniel · 4 years, 1 month ago
- dda1d31 Enable SPIR-V disassembly output from skslc. by John Stiles · 4 years, 1 month ago
- 0dd83e1 Revert "SkSL: Test/implement "geometric" intrinsics" by John Stiles · 4 years, 1 month ago
- 0758da2 Revert "Hook up ShaderErrorHandler in the Metal backend." by Robert Phillips · 4 years, 1 month ago
- 10089c6 Revert "Remove legacy SkImage::MakeFromYUVATextures." by Robert Phillips · 4 years, 1 month ago
- 2c21a11 Remove uses of SkCanvas::flush by Robert Phillips · 4 years, 1 month ago
- c4e958b tweak SkVMBlitter for paints with no shader by Mike Klein · 4 years, 1 month ago
- 445df8d Factor out redundant code for compiling GLSL/Metal/SPIR-V/CPP/H files. by John Stiles · 4 years, 1 month ago
- b733496 Don't allow replaceClip to exceed bitmap device size by Michael Ludwig · 4 years, 1 month ago
- da1c4d2 Spruce up iOS viewer and cut CPU drain by Adlai Holler · 4 years, 1 month ago
- 69df532 Hook up ShaderErrorHandler in the Metal backend. by Jim Van Verth · 4 years, 1 month ago
- 0d5d956 SkSL: Test/implement "geometric" intrinsics by Brian Osman · 4 years, 2 months ago
- 74c51ac resolve filterquality up front in imageshader by Mike Reed · 4 years, 1 month ago
- 5626998 SkSL: Reduce default heap usage, improve heap benchmarks by Brian Osman · 4 years, 1 month ago
- 0f46450 Reland "Remove inliner from IR generation stage." by John Stiles · 4 years, 1 month ago