- 06e9e5d SkSLSlide: Add shadertoy iResolution & iMouse by Brian Osman · 4 years, 1 month ago
- 609e1a9 Store command buffer usages to GrSurface's on GrVkCommandBuffer. by Greg Daniel · 4 years, 1 month ago
- 4b6f54a Increase QuadEdge precision on all platforms by Jim Van Verth · 4 years, 1 month ago
- 8c56f34 SkSLSlide: Add geometry options by Brian Osman · 4 years, 1 month ago
- 82e0d52 Don't crash debugger on missing images by Nathaniel Nifong · 4 years, 1 month ago
- 1c86b63 Improve clamp mode in GPU blur with downsampling. by Brian Salomon · 4 years, 1 month ago
- 62a683e [svg] Prep work for filter primitive subregion by Tyler Denniston · 4 years, 1 month ago
- 1fd8ac8 Add gr_cb class to help tracking command buffer uses of GrGpuResources. by Greg Daniel · 4 years, 1 month ago
- 14a25ef Add new SkCanvas methods for Android Framework WebView queries. by Brian Salomon · 4 years, 1 month ago
- 2933907 fixed SkSL crash when performing binary operations on invalid types by Ethan Nicholas · 4 years, 1 month ago
- 86424eb Add Metal support for the `findLSB` intrinsic. by John Stiles · 4 years, 1 month ago
- 6ecee7f SkSLSlide: Fill the entire canvas with the user shader by Brian Osman · 4 years, 1 month ago
- b37a693 Revert "Reland "Reland "Revert "Initial land of SkSL DSL."""" by Ethan Nicholas · 4 years, 1 month ago
- b2d1a3b [svg] Minor cleanups by Tyler Denniston · 4 years, 1 month ago
- b2f2b81 Update buildbot repo to deploy debugger changes by Nathaniel Nifong · 4 years, 1 month ago
- 0af9e5a Add shadertoy style 'iTime' to SkSLSlide by Brian Osman · 4 years, 1 month ago
- ad0571f Add support for scalar `faceforward` intrinsic in Metal. by John Stiles · 4 years, 1 month ago
- 8ed0443 [svg] Add feFlood filter node by Tyler Denniston · 4 years, 1 month ago
- e2d34f8 Add Metal support for degrees() and radians() intrinsics. by John Stiles · 4 years, 1 month ago
- 0063a9f Clean up Metal bitcast implementation. by John Stiles · 4 years, 1 month ago
- 203ae7e Revert "Fix SkPathStroker::CheckConicLinear" by Mike Reed · 4 years, 1 month ago
- 3a7b025 [infra] Add CIPD asset for mockery. by Kevin Lubick · 4 years, 1 month ago
- f7fdf1a [canvaskit] Add API for deleting webgl ctx by Kevin Lubick · 4 years, 1 month ago
- 5284e96 Roll SwiftShader from d94a77b304f4 to 0a64a9747555 (3 revisions) by skia-autoroll · 4 years, 1 month ago
- 2d113af Roll ANGLE from 067a12f05951 to c75473c2cf88 (10 revisions) by skia-autoroll · 4 years, 1 month ago
- b0cb837 Roll Dawn from 29fd62989338 to 6bcd4aceef10 (1 revision) by skia-autoroll · 4 years, 1 month ago
- d569789 Suppress ASAN warning for divide-by-zero in SkFindQuadMidTangent by Chris Dalton · 4 years, 1 month ago
- 90227be Add parameter names to FunctionDeclaration descriptions. by John Stiles · 4 years, 1 month ago
- f7cce2b Remove dead code (from old flags) by Mike Reed · 4 years, 1 month ago
- 27b1dc5 Fix SkPathStroker::CheckConicLinear by Chris Dalton · 4 years, 1 month ago
- 0e56e23 Restore GrRenderTargetContext as an alias for GrSurfaceDrawContext by Brian Salomon · 4 years, 1 month ago
- 0d19fb4 Fix misspelling of faceforward() intrinsic in SPIR-V. by John Stiles · 4 years, 1 month ago
- ff44584 SkSL: Disallow '%' and '%=' on non-integral types by Brian Osman · 4 years, 1 month ago
- b86cd3d Use samplingoptions in imageshader by Mike Reed · 4 years, 1 month ago
- 6b07e0e Reland "Reland "Revert "Initial land of SkSL DSL.""" by Ethan Nicholas · 4 years, 1 month ago
- d06d4a9 Fix matrixCompMult halfNxM implementation and add unit tests. by John Stiles · 4 years, 1 month ago
- fb018a8 Add SurfaceContextReadPixels to excluded wasm tests by Brian Salomon · 4 years, 1 month ago
- 6d14f38 Reland "Cache text blobs computed by TextLine::paintText" by Jason Simmons · 4 years, 1 month ago
- 7b80726 Implement indirect stroking for conics by Chris Dalton · 4 years, 1 month ago
- eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 1 month ago
- 2c98edf Spelling and capitalization fixes from GitHub PRs by Ravi Mistry · 4 years, 1 month ago
- 31dd1f8 Remove SkDrawIter entirely by Michael Ludwig · 4 years, 1 month ago
- 52e5850 Revert "Reland "Revert "Initial land of SkSL DSL.""" by Ethan Nicholas · 4 years, 1 month ago
- 573923c Add specialized impl of Wang's formula for cubic rationals by Tyler Denniston · 4 years, 1 month ago
- ece00fb Remove ftransform intrinsic from SkSL. by John Stiles · 4 years, 1 month ago
- 55abaf5 Add a stencil test for transparent tessellated strokes by Chris Dalton · 4 years, 1 month ago
- 8655eab [skottie] Add text colorization GM by Florin Malita · 4 years, 1 month ago
- 411ee15 clean playback methods and constructors in SkottieView by Jorge Betancourt · 4 years, 1 month ago
- 23cbb99 Fix blending bug in animated webp decodes by Leon Scroggins · 4 years, 1 month ago
- f64e407 Add support for float/int bitcast intrinsics in Metal. by John Stiles · 4 years, 1 month ago
- cc9ff00 Add support for float/int bitcast intrinsics in SPIR-V. by John Stiles · 4 years, 1 month ago
- 2aa7682 Fix floatBitsToInt family of intrinsics and add tests. by John Stiles · 4 years, 1 month ago
- 2597ada Revise creation of blitCommandEncoder for speculative fix by Jim Van Verth · 4 years, 1 month ago
- 1fa76dd Add read pixels test for GrSurfaceContext by Brian Salomon · 4 years, 1 month ago
- 53f69f1 Reland "Revert "Initial land of SkSL DSL."" by Jorge Betancourt · 4 years, 1 month ago
- 0195727 Add SPIR-V support for modf intrinsic. by John Stiles · 4 years, 1 month ago
- a3b8ac7 Revert "Revert "Initial land of SkSL DSL."" by Ethan Nicholas · 4 years, 1 month ago
- 4106819 Use explicit sampling param by Mike Reed · 4 years, 1 month ago
- ddc27d8 Remove cons_moveTo() complexity by Mike Reed · 4 years, 1 month ago
- 2e9a03e Revert "Cache text blobs computed by TextLine::paintText" by Mike Klein · 4 years, 1 month ago
- 22f80a6 Roll ANGLE from 27e52ca05dc7 to 067a12f05951 (10 revisions) by skia-autoroll · 4 years, 1 month ago
- d968480 Roll SwiftShader from 84b9bb6621c7 to d94a77b304f4 (9 revisions) by skia-autoroll · 4 years, 1 month ago
- af11a00 Roll Dawn from 30805557e651 to 29fd62989338 (3 revisions) by skia-autoroll · 4 years, 1 month ago
- ff7bfea Cache text blobs computed by TextLine::paintText by Jason Simmons · 4 years, 1 month ago
- c2a1746 Implement stroke tessellation with indirect draws by Chris Dalton · 4 years, 1 month ago
- 41a98e0 Assert that SkPath is always internally consistent by Mike Reed · 4 years, 1 month ago
- 3679cd1 Add support for isinf/isnan intrinsics to SPIR-V. by John Stiles · 4 years, 1 month ago
- 5f675be Add tests for SkSL intrinsic functions. by John Stiles · 4 years, 1 month ago
- 201bcee Use full precision for QuadEdge attributes on iOS. by Jim Van Verth · 4 years, 1 month ago
- 04e03bc [svg] Convert stop-color and stop-opacity to presentation attrs by Tyler Denniston · 4 years, 1 month ago
- 7416571 [svg] Split out SkSVGColor from paint by Tyler Denniston · 4 years, 1 month ago
- 06b84ef Improve Metal support for out parameters. by John Stiles · 4 years, 1 month ago
- 5ef2267 Reland "Always attempt to flatten images with mskp image ids" by Nathaniel Nifong · 4 years, 1 month ago
- 3e1b355 use SkVM_fwd.h in SkColorFilterBase.h by Mike Klein · 4 years, 1 month ago
- dd213e9 Revert "Initial land of SkSL DSL." by Ethan Nicholas · 4 years, 1 month ago
- 0dd0ed6 Update our lastmoveindex if addPath ended with a kClose verb by Mike Reed · 4 years, 1 month ago
- 6e59951 Initial land of SkSL DSL. by Ethan Nicholas · 4 years, 1 month ago
- 9c1f1be [svg] xml:space support by Florin Malita · 4 years, 1 month ago
- a4bd478 Destroy GrRecordingContext::fAuditTrail last when by Adlai Holler · 4 years, 1 month ago
- 32c6099 Revert "Reland "[infra] Switch from isolate to RBE-CAS"" by Eric Boren · 4 years, 1 month ago
- 050ea3a Revert "Always attempt to flatten images with mskp image ids" by Nathaniel Nifong · 4 years, 1 month ago
- d0614f2 Support comma operator with mixed types in SPIR-V. by John Stiles · 4 years, 1 month ago
- 540b51c Reland "[infra] Switch from isolate to RBE-CAS" by Eric Boren · 4 years, 1 month ago
- 15b4892 Simplify constant single-value SkSL constructors. by John Stiles · 4 years, 1 month ago
- 47b4b19 Parenthesize intrinsic comparisons properly in Metal. by John Stiles · 4 years, 1 month ago
- c1e5fb6 Rewrite restore_scissor_on_fbo_change by Brian Salomon · 4 years, 1 month ago
- 123501f Fix SPIR-V compilation of binary expressions of boolN type. by John Stiles · 4 years, 1 month ago
- 0a8ddfb [infra] Roll infra DEPS, update CIPD packages by Eric Boren · 4 years, 1 month ago
- 83f3b8d Add newline to end of Metal's Globals struct definition. by John Stiles · 4 years, 1 month ago
- 03f9e2a Remove fInputColor usage in unit-test FPs by Brian Osman · 4 years, 1 month ago
- b120d41 Remove modulation by input color in convolution FPs by Brian Osman · 4 years, 1 month ago
- e0a57fc Add $genHType version of inversesqrt. by John Stiles · 4 years, 1 month ago
- 298c8c8 Increase Metal timeout to 1 second by Brian Osman · 4 years, 1 month ago
- 8670c98 Remove SkImage::MakeFromYUVATexturesCopyToExternal by Brian Salomon · 4 years, 1 month ago
- 5e744ac Roll ANGLE from 251ba5cb119f to 27e52ca05dc7 (24 revisions) by skia-autoroll · 4 years, 1 month ago
- 2fa093e Roll Dawn from 3668d352bc5f to 30805557e651 (33 revisions) by skia-autoroll · 4 years, 1 month ago
- b612b6c Revert "Revert "Use explicit samplingoptions"" by Mike Reed · 4 years, 1 month ago
- fde98cb Revert "Use explicit samplingoptions" by Mike Reed · 4 years, 1 month ago
- f49c296 Add $genHType versions of frexp and ldexp. by John Stiles · 4 years, 1 month ago
- 9a6cece Simplify layer management in SkCanvas by Michael Ludwig · 4 years, 1 month ago