- 00e43df rename Arg to Ptr by Mike Klein · 3 years, 10 months ago
- 7296c23 a little more unused code cleanup by Mike Klein · 3 years, 10 months ago
- f8f01d4 SkCanvas::makeSurface() can fail by Mike Klein · 3 years, 10 months ago
- 7f39983 Remove unused context argument from compareConstant. by John Stiles · 3 years, 10 months ago
- 416ebde Actually abort playback on error by Mike Reed · 3 years, 10 months ago
- b06ebee Make SkBase64 interface less unpleasant. by Ben Wagner · 3 years, 11 months ago
- 2a735ba add colorspace2 GM by Mike Klein · 3 years, 10 months ago
- 09b7afc quiet dehyrdate_sksl unless it fails by Mike Klein · 3 years, 10 months ago
- 13cc59e Check for null image before querying its bounds by Mike Reed · 3 years, 10 months ago
- b3d4e74 Add SkSL DSLType by Ethan Nicholas · 3 years, 10 months ago
- 3486fac Pre-emptive fix for upcoming ANGLE change. by Stephen White · 3 years, 11 months ago
- d8d9cf1 Enable using discardable msaa attachments in vulkan. by Greg Daniel · 3 years, 11 months ago
- fafb477 [infra] Filter PathKit and CanvasKit tryjobs when cutting Chrome branch by Eric Boren · 3 years, 11 months ago
- 0355118 debug build for wasm gm tests by Nathaniel Nifong · 3 years, 11 months ago
- f5aed17 [infra] Use Mac10.15.7 and xcode12.3 for all builds. by Weston Tracey · 3 years, 11 months ago
- d2f51b1 Fix fuzzer-discovered optimizer crash. by John Stiles · 3 years, 11 months ago
- cb3bcf8 Roll Chromium from ebb8289a1933 to f936dc21b927 (446 revisions) by skia-autoroll · 3 years, 11 months ago
- b2ac129 Roll Dawn from fac169113df7 to 00fcab636a05 (5 revisions) by skia-autoroll · 3 years, 11 months ago
- f7ce1cd Roll SwiftShader from 7b2f93895418 to 937395c1ed5d (2 revisions) by skia-autoroll · 3 years, 11 months ago
- f4ea305 Revert "Cache ICU break iterators in SkUnicode_icu" by Mike Reed · 3 years, 11 months ago
- c6e2575 Always lerp when post-rotating tile in pictureshader by Mike Reed · 3 years, 11 months ago
- 811dc6a Make Comparator& refs in GrTriangulator const by Chris Dalton · 3 years, 11 months ago
- db2dad5 SkSL-to-SkVM: Prepare to handle function calling by Brian Osman · 3 years, 11 months ago
- 9504614 Beginnings of the SkSL DSL framework by Ethan Nicholas · 3 years, 11 months ago
- 7cbb09c2 Report a parsing error when invalid tokens are detected. by John Stiles · 3 years, 11 months ago
- 57e353f Remove error reporter from SkSLVMGenerator by Brian Osman · 3 years, 11 months ago
- 606488a back to exactCompare, fixed by Mike Klein · 3 years, 11 months ago
- bdd9a7b RTL run broken by text styles crashes SkParagraph by Julia Lavrova · 3 years, 11 months ago
- 2787bc8 Add unit test for invalid tokens in input stream. by John Stiles · 3 years, 11 months ago
- bd05847 Constant-propagate the ! prefix onto constant boolean expressions. by John Stiles · 3 years, 11 months ago
- 504451c Cache ICU break iterators in SkUnicode_icu by Jason Simmons · 3 years, 11 months ago
- 627c002 support generalized HLG by Mike Klein · 3 years, 11 months ago
- 8194c30 add operator/= for skvm::F32 by Mike Klein · 3 years, 11 months ago
- d60c919 Revert "Move GrTriangulator internal struct definitions to the .h file" by Chris Dalton · 3 years, 11 months ago
- df069c9 Remove compile-time constant support from PrefixExpression. by John Stiles · 3 years, 11 months ago
- 7803608 Add a new implementation of reduceOpsTaskSplitting by Adlai Holler · 3 years, 11 months ago
- 5779a86 [canvaskit] Add docs and example for flags by Kevin Lubick · 3 years, 11 months ago
- bdc3d3c Simplify map of SPIR-V numeric constants. by John Stiles · 3 years, 11 months ago
- 9cfaa4f Flatten nested vector constructors when emitting SPIR-V. by John Stiles · 3 years, 11 months ago
- e1c80d6 Implement getBVecComponent. by John Stiles · 3 years, 11 months ago
- dc8ed8f Revert "Disable tessellation when we don't have indirect draw support" by Chris Dalton · 3 years, 11 months ago
- f710147 Add getConstantBool as a sibling of getConstant(Int|Float). by John Stiles · 3 years, 11 months ago
- be0b3b7 Strip down SkSL::ExternalValues, limit them to functions by Brian Osman · 3 years, 11 months ago
- f39e768 Roll Chromium from 302da2568953 to ebb8289a1933 (437 revisions) by skia-autoroll · 3 years, 11 months ago
- 85dfc10 Roll SwiftShader from b9e179f1f239 to 7b2f93895418 (1 revision) by skia-autoroll · 3 years, 11 months ago
- d64a319 Roll Dawn from a84acc4fcca8 to fac169113df7 (3 revisions) by skia-autoroll · 3 years, 11 months ago
- 756995b Revert "Revert "Fix GPU improved noise impl and add to perlinnoise GM."" by Brian Salomon · 3 years, 11 months ago
- 9730dc4 Revert "Fix GPU improved noise impl and add to perlinnoise GM." by John Stiles · 3 years, 11 months ago
- bef02dc Fix GPU improved noise impl and add to perlinnoise GM. by Brian Salomon · 3 years, 11 months ago
- f4a7773 Use SkVM for (many) interpreter tests by Brian Osman · 3 years, 11 months ago
- a7b7964 Don't let stroke-width circles become degenerate by Chris Dalton · 3 years, 11 months ago
- b05571f Disable tessellation when we don't have indirect draw support by Chris Dalton · 3 years, 11 months ago
- 279ca2e don't dedup loads or stores by Mike Klein · 3 years, 11 months ago
- 0a80427 gathers aren't necessarily varying by Mike Klein · 3 years, 11 months ago
- cd80689 Deduplicate vector constants in SPIR-V output. by John Stiles · 3 years, 11 months ago
- 95c1a08 [canvaskit] Fix typo in docs example by Kevin Lubick · 3 years, 11 months ago
- d1b47ba Remove glslang from DEPS by Brian Osman · 3 years, 11 months ago
- a5784a7 Remake SkStrikeCache::commonSetup as constructor. by Ben Wagner · 3 years, 11 months ago
- 75887a2 Move GrTriangulator internal struct definitions to the .h file by Chris Dalton · 3 years, 11 months ago
- edc5b4d Expand GrGLGpu::flushViewport by Robert Phillips · 3 years, 11 months ago
- b746b1f Pass sampling to surface.draw by Mike Reed · 3 years, 11 months ago
- c294b82 [canvaskit] Fix examples with makeShaderCubic by Kevin Lubick · 3 years, 11 months ago
- acb091f Avoid emitting duplicate constant values in SPIR-V. by John Stiles · 3 years, 11 months ago
- 83a60d9 Roll skcms from 069b8f699b59 to 8247d3c2481b (1 revision) by skia-autoroll · 3 years, 11 months ago
- 1435784 Add GrDDLTask::dump method by Robert Phillips · 3 years, 11 months ago
- 9ead3df Refactor some IRGenerator functions by Ethan Nicholas · 3 years, 11 months ago
- d15176d Track resources on GrVkCommandBuffer as sk_sps. by Greg Daniel · 3 years, 11 months ago
- 99c4c83 Move GrcommandBufferRef.h to more generic GrRefCnt.h by Greg Daniel · 3 years, 11 months ago
- cd11e27 Fix DefaultGeoProc member variable names by Robert Phillips · 3 years, 11 months ago
- 417743f Add workaround to use full screen loads for vk discardable msaa. by Greg Daniel · 3 years, 11 months ago
- 4a56568 Accept a callback used in MultiPictureDocument::endPage by Nathaniel Nifong · 3 years, 11 months ago
- 6094ed6 Include svg module in Doxygen generated output. by Joe Gregorio · 3 years, 11 months ago
- 3e72231 Clean up constructors for SkSL Literal types. by John Stiles · 3 years, 11 months ago
- 32d6853 Add SkVM support for conversion constructors to and from boolean. by John Stiles · 3 years, 11 months ago
- 53f0ddf Unify conversion constructor simplification code. by John Stiles · 3 years, 11 months ago
- 6cab033 exclude surfacecontextwritepixels from CK by Brian Salomon · 3 years, 11 months ago
- 674d216 Revert "Add more comprehensive test for GPU write pixels." by Brian Salomon · 3 years, 11 months ago
- 91b37b1 Fix inline uploads when using vulkan load resolve. by Greg Daniel · 3 years, 11 months ago
- b43d699 Revert "Revert "Reland "Make textures used with alpha-only color-types produce 0s for RGB"""" by Brian Salomon · 3 years, 11 months ago
- c23c8c7 Fix cross-platform deviations in SkStrAppendScalar for inf/nan. by John Stiles · 3 years, 11 months ago
- cdde253 Runtime effects: Disallow bitwise ops and integer remainder by Brian Osman · 3 years, 11 months ago
- 6a718c4 Roll SwiftShader from ff29e249d317 to b9e179f1f239 (1 revision) by skia-autoroll · 3 years, 11 months ago
- cb0e22a Roll ANGLE from 026a067c38ef to b590fd1b9a59 (6 revisions) by skia-autoroll · 3 years, 11 months ago
- 8b641eb Roll Dawn from cdbd295cc6c4 to a84acc4fcca8 (7 revisions) by skia-autoroll · 3 years, 11 months ago
- 2ca3991 Roll Chromium from 46171be2c7d7 to 302da2568953 (403 revisions) by skia-autoroll · 3 years, 11 months ago
- 237911a Add more comprehensive test for GPU write pixels. by Brian Salomon · 3 years, 11 months ago
- 854ee85 Delete GrTriangulator::Mode by Chris Dalton · 3 years, 11 months ago
- 57ea1fc Convert GrTriangulator to a class by Chris Dalton · 3 years, 11 months ago
- 736c992 [svg] Deferred text position adjustments by Florin Malita · 3 years, 11 months ago
- 4bf7c21 Don't use the tessellator if caps.avoidStencilBuffers is set by Chris Dalton · 3 years, 11 months ago
- c1ac063 Guard against Inf/NaN when constructing circular blur textures by Brian Osman · 3 years, 11 months ago
- ba4b0e9 Add support for `number(boolean)` and `boolean(number)` casts in SkSL. by John Stiles · 3 years, 11 months ago
- 2833b08 [infra] Remove jobs for no-longer-existing ChromeOS devices by Eric Boren · 3 years, 11 months ago
- f471c82 Stop calling schedule() by Mike Klein · 3 years, 11 months ago
- 3b2fac6 Reland "SkRuntimeEffect: Test matrix inverse() intrinsic" by Brian Osman · 3 years, 11 months ago
- 4f50934 Pass sampling to drawImageSet by Mike Reed · 3 years, 11 months ago
- 5933d4c SkSL-to-SkVM: Misc fixes around arguments by Brian Osman · 3 years, 11 months ago
- ebcc35f [recreateskps-bot] New locations for hosted pages by Ravi Mistry · 3 years, 11 months ago
- 6356cb1 Fix skottie2movie after asyncRescaleAndReadPixels changes by Florin Malita · 3 years, 11 months ago
- 61b2e81 Fix type error with Metal mod(vec, float) intrinsic. by John Stiles · 3 years, 11 months ago