- 8b5ed02 Fix skia_use_ffmpeg builds by Florin Malita · 4 years, 4 months ago
- d8efe70 Change default of fBuiltinFMASupport back to false by Brian Osman · 4 years, 4 months ago
- b28e141 Use analytic coverage FPs with MSAA by Michael Ludwig · 4 years, 4 months ago
- 5d8b7e9 Remove RTAdjust plumbing by Brian Osman · 4 years, 4 months ago
- 77960d9 Revert "include freetype in wasm build, see cl/332073924 for complete change" by Greg Daniel · 4 years, 4 months ago
- 7a1f241 Roll Chromium from 688a0b341c70 to 1d6daec3949b (400 revisions) by skia-autoroll · 4 years, 4 months ago
- 4395b2a Roll ANGLE from 48588bd1810d to f39e0f01aa1f (25 revisions) by skia-autoroll · 4 years, 4 months ago
- 6f1356d Roll SwiftShader from fe878dedd5ad to 6aadd31a5f98 (1 revision) by skia-autoroll · 4 years, 4 months ago
- 3bb94e7 Roll dawn from dcd37fa4f476 to 52a588f3c9ba (1 revision) by skia-autoroll · 4 years, 4 months ago
- 1a49a53 Restructure blend functions to allow for smarter inlining. by John Stiles · 4 years, 4 months ago
- 371fde5 Rename 'DefaultSettings' golden outputs to 'StandaloneSettings'. by John Stiles · 4 years, 4 months ago
- 5fba9ae Revert "Reland "Use Microsoft's ComPtr to wrap D3D12 objects."" by Jim Van Verth · 4 years, 4 months ago
- 2b788b1 Create golden outputs for SkSL blend functions. by John Stiles · 4 years, 4 months ago
- eed481a Add convenience methods to CFG builder. by John Stiles · 4 years, 4 months ago
- 9a48697 Allow client to pass in VK_IMAGE_LAYOUT_UNDEFINED into mutable state change requests. by Greg Daniel · 4 years, 4 months ago
- e77162e Make GrStencilAttachment derive from GrSurface. by Greg Daniel · 4 years, 4 months ago
- 4e5c3da Remove needless do-while(false) block from inlined blend methods. by John Stiles · 4 years, 4 months ago
- 44dff4f Optimize early-return detection. by John Stiles · 4 years, 4 months ago
- a02ce0c Fixed a bug with SkSL ternaries in binary files by Ethan Nicholas · 4 years, 4 months ago
- 731f67c Migrate skottie to GrDirectContext by Adlai Holler · 4 years, 4 months ago
- 6cc032c include freetype in wasm build, see cl/332073924 for complete change by Nathaniel Nifong · 4 years, 4 months ago
- b61ee90 Remove duplicate copy of ensureScopedBlocks. by John Stiles · 4 years, 4 months ago
- d8ca58a Remove SkCanvas::getGrContext & GrRecordingContext::backdoor by Adlai Holler · 4 years, 4 months ago
- 6c6678f Separate YUVATextures, YUVATexturesCopy, and YUVAPixmaps in wacky GMs. by Brian Salomon · 4 years, 4 months ago
- 1a42d52 [canvaskit] Fix Debug build by Kevin Lubick · 4 years, 4 months ago
- 8614e49 Replace VariableReference::copy_constant with clone(). by John Stiles · 4 years, 4 months ago
- 32d41b7 Stop building GL backend on Android Vulkan builders by Brian Salomon · 4 years, 4 months ago
- eb70946 Fix D3D non-dev release build. by Jim Van Verth · 4 years, 4 months ago
- c1cb270 Allow a BasicBlock to be dumped, outside the CFG. by John Stiles · 4 years, 4 months ago
- 4559368 Add MRU to GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 4 years, 4 months ago
- d970d65 Roll ANGLE from 8d4331eeb5ea to 48588bd1810d (27 revisions) by skia-autoroll · 4 years, 4 months ago
- 7c8b0c3 Roll Chromium from 33c87dade16e to 688a0b341c70 (560 revisions) by skia-autoroll · 4 years, 4 months ago
- 8e660dd Roll dawn from d6498a41ab4e to dcd37fa4f476 (4 revisions) by skia-autoroll · 4 years, 4 months ago
- 822d3ab Update SKP version by skia-recreate-skps · 4 years, 4 months ago
- 046828f Fix generated file. by John Stiles · 4 years, 4 months ago
- 881a10c Revert "Add program-settings flag to disable the inliner." by John Stiles · 4 years, 4 months ago
- 941fc71 Revert "Remove inliner from IR generation stage." by John Stiles · 4 years, 4 months ago
- ca4d074 Fix unit test for InlinerWrapsEarlyReturnsWithDoWhileBlock. by John Stiles · 4 years, 4 months ago
- 64fc15a Add unit test for a dead do-while loop. by John Stiles · 4 years, 4 months ago
- 94f65d7 Expand SkYUVAInfo::PlanarConfig/SkYUVAPixmapInfo::DataType values. by Brian Salomon · 4 years, 4 months ago
- 597c33a Fix CanvasKit warnings compiling on Mac with emsdk 2.0.0 by Chris Dalton · 4 years, 4 months ago
- 910845f Add program-settings flag to disable the inliner. by John Stiles · 4 years, 4 months ago
- 394a6d5 quad-pump avx2 and up by Mike Klein · 4 years, 4 months ago
- f3e2b3c Switch the thread-safe proxy cache over to using an arena for its entries by Robert Phillips · 4 years, 4 months ago
- be0a9ca Migrate remaining SkSL GLSL tests to golden outputs. by John Stiles · 4 years, 4 months ago
- 21d7778 Remove inliner from IR generation stage. by John Stiles · 4 years, 4 months ago
- 752f7e1 Actually test the direct-context's thread-safe proxy cache by Robert Phillips · 4 years, 4 months ago
- 87e6ccd Migrate geometry SkSL tests to golden outputs. by John Stiles · 4 years, 4 months ago
- c884631 Migrate Derivatives tests to golden outputs. by John Stiles · 4 years, 4 months ago
- fd53e63 Lift SkMeasureAngleInsideVectors and SkFindBisector to public SkGeometry API by Chris Dalton · 4 years, 4 months ago
- eac4983 SkSL: Cleanup interpreter intrinsics, etc. by Brian Osman · 4 years, 4 months ago
- 34c5052 Don't simplify a stroked shape if it isn't closed by Chris Dalton · 4 years, 4 months ago
- f4858d3 Add a define causing debugger to use an older clip feature by Nathaniel Nifong · 4 years, 4 months ago
- 2e69a13 avx2 specialization for gather32 by Mike Klein · 4 years, 4 months ago
- 6798e5d Migrate SkSL error tests to golden outputs. by John Stiles · 4 years, 4 months ago
- fbbf9e2 D3D: Reset current descriptor tables when changing root sig. by Jim Van Verth · 4 years, 4 months ago
- feb4d10 tweak gathers in skvm interpreter by Mike Klein · 4 years, 4 months ago
- ec598d5 Roll ANGLE from 0a8a3ea25b36 to 8d4331eeb5ea (13 revisions) by skia-autoroll · 4 years, 4 months ago
- 2e89397 Roll Chromium from 70a60d856acd to 33c87dade16e (467 revisions) by skia-autoroll · 4 years, 4 months ago
- 795fa78 Roll dawn from 6419bddd9b0c to d6498a41ab4e (4 revisions) by skia-autoroll · 4 years, 4 months ago
- 3163428 Add gms that test limited hw tessellation segments by Chris Dalton · 4 years, 4 months ago
- ad48610 use digests internally for SkScalerCache by Herb Derby · 4 years, 4 months ago
- b4aa639 Refactor API for mipmap-builder, by Mike Reed · 4 years, 4 months ago
- 7e129b8 Reland "refactor any()/all(), ptest for all()" by Mike Klein · 4 years, 4 months ago
- 27f189f Allow constant propagation of unary negation. by John Stiles · 4 years, 4 months ago
- c21dc07 [canvaskit] Add demo on how to decode images in web worker by Kevin Lubick · 4 years, 4 months ago
- 952f8f1 Reland "update skvx scalar-fallback strategy" by Mike Klein · 4 years, 4 months ago
- 3ed22a9 Disallow narrowing conversions as part of matrix multiply-assignment by Brian Osman · 4 years, 4 months ago
- 95cf99b Don't always set vulkan blend constant when not using it. by Greg Daniel · 4 years, 4 months ago
- 45f41b3 rename SkGlyphIndex to SkGlyphDigest by Herb Derby · 4 years, 4 months ago
- 02e5c39 refactor making a new glyph by Herb Derby · 4 years, 4 months ago
- bf2163f SkSL: Only allow bitwise ops on integral types by Brian Osman · 4 years, 4 months ago
- 6dc5265 Migrate several SkSLFP tests to golden outputs. by John Stiles · 4 years, 4 months ago
- 0ed9f31 Migrate several GLSL workaround unit tests to golden files. by John Stiles · 4 years, 4 months ago
- dd16cb5 Add SkVx.h to core.gni by Mike Klein · 4 years, 4 months ago
- 12d06a3 Add plumbing for the GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 4 years, 4 months ago
- ed423aa Revert "update skvx scalar-fallback strategy" by Mike Klein · 4 years, 4 months ago
- 7e8f13e Revert "refactor any()/all(), ptest for all()" by Mike Klein · 4 years, 4 months ago
- 51a7f95 slightly simplify skvm interpreter asserts by Mike Klein · 4 years, 4 months ago
- e24f7f3 refactor any()/all(), ptest for all() by Mike Klein · 4 years, 4 months ago
- e6467c8 Roll Chromium from da6c6f8f1a68 to 70a60d856acd (419 revisions) by skia-autoroll · 4 years, 4 months ago
- d0fa747 Roll ANGLE from 4d3a0f602852 to 0a8a3ea25b36 (21 revisions) by skia-autoroll · 4 years, 4 months ago
- 520701e Roll dawn from dbd34449af20 to 6419bddd9b0c (3 revisions) by skia-autoroll · 4 years, 4 months ago
- f9fdf29 Roll SwiftShader from b33e0b36a08c to fe878dedd5ad (1 revision) by skia-autoroll · 4 years, 4 months ago
- bf66ffb Reland "Revert "moved BinaryExpression's data into IRNode"" by Ethan Nicholas · 4 years, 4 months ago
- 72664be Add support for #pragma settings comments in SkSL. by John Stiles · 4 years, 4 months ago
- 3ee25e9 Don't link against MetalKit when building the base Skia library. by Chinmay Garde · 4 years, 5 months ago
- 4985db4 update skvx scalar-fallback strategy by Mike Klein · 4 years, 4 months ago
- 152dfbb Remove "Recompiling..." output when building .fp files by Brian Osman · 4 years, 4 months ago
- 9080540 Convert additional GLSL tests to use golden files. by John Stiles · 4 years, 4 months ago
- 1d3e0e0 Revert "Revert "moved BinaryExpression's data into IRNode"" by Ethan Nicholas · 4 years, 4 months ago
- b23ea38 Avoid generating identity swizzles in the IR. by John Stiles · 4 years, 4 months ago
- b25e6e1 Remove unnecessary casting from SkSL in GMs by Brian Osman · 4 years, 4 months ago
- db4a9fb verify there are no glyph searches by Herb Derby · 4 years, 4 months ago
- 395ddc3 Reland "Enable novel GrClipStack on bots, disable elsewhere" by Michael Ludwig · 4 years, 4 months ago
- ebf91b2 Remove swizzle helper function for type creation by Brian Osman · 4 years, 4 months ago
- 6e49a37 Avoid redundant zeros and ones in swizzle constructor. by John Stiles · 4 years, 4 months ago
- ef3aadb simplify setMetricsAndImage API by Herb Derby · 4 years, 4 months ago
- 2780656 Remove SkSurface::getContext by Adlai Holler · 4 years, 4 months ago
- e4b7969 Use SkClipOp::kIntersect instead of kReplace_ClipOp by Michael Ludwig · 4 years, 4 months ago