- 031a767 Stop the inliner after it has inlined 2500 statements in a program. by John Stiles · 4 years, 2 months ago
- 4757a60 Accept SkFilterQuality in SkImageFilters::Shader by Michael Ludwig · 4 years, 2 months ago
- 6ba3be1 Fix step & smoothstep on Vulkan by Brian Osman · 4 years, 2 months ago
- 053739d Add unit test for O(n^3) behavior in the inliner. by John Stiles · 4 years, 2 months ago
- b4b627e Disallow usage of private types ($vec, etc) in non-builtin code. by John Stiles · 4 years, 2 months ago
- bfce87b Fix fuzzing error with duplicate function definitions. by John Stiles · 4 years, 2 months ago
- 3e1b771 Replace skslc worklist files with -- delimited command lines. by John Stiles · 4 years, 2 months ago
- ebbacd8 [skottie] Initial direction for text shaping by Florin Malita · 4 years, 2 months ago
- cae335d Add temporary Make for SkSamplingOptions by Mike Reed · 4 years, 2 months ago
- 0fc077e use SkMask::Format in SkGlyph and SkScalerContextRec by Herb Derby · 4 years, 2 months ago
- a29ed26 Remove unused copy-to-external YUV SkImage factories. by Brian Salomon · 4 years, 2 months ago
- e9783f2 Skottie perf metric improvements by Stan Iliev · 4 years, 5 months ago
- 267a858 Revert "SkAndroidCodec: Support decoding all frames" by Leon Scroggins III · 4 years, 2 months ago
- efd628a Revert "SkAnimatedImage: Use fSampleSize" by Leon Scroggins · 4 years, 2 months ago
- 586df95 Simplify the ModifiersPool class. by John Stiles · 4 years, 2 months ago
- 011218e add M88 release notes by Heather Miller · 4 years, 2 months ago
- 49c0cf9 Roll ANGLE from 47b3db22be33 to 9eff98952674 (36 revisions) by skia-autoroll · 4 years, 2 months ago
- 9a2cb05 Roll Chromium from 2cd5dabd7743 to 3fae529574ca (1029 revisions) by skia-autoroll · 4 years, 2 months ago
- cad2928 Roll Dawn from f3c829047220 to b6f4d53126d3 (9 revisions) by skia-autoroll · 4 years, 2 months ago
- 8ead30d Roll SwiftShader from 4804ac8724ff to e4c1a25cc679 (6 revisions) by skia-autoroll · 4 years, 2 months ago
- a06b63c Deprecate some debugger bindings in favor of ones that better serve the lit html debugger by Nathaniel Nifong · 4 years, 2 months ago
- 4fdf9f9 SkAnimatedImage: Use fSampleSize by Leon Scroggins · 4 years, 2 months ago
- fc4fdc5 SkAndroidCodec: Support decoding all frames by Leon Scroggins · 4 years, 2 months ago
- 351c9b5 Switch to using GrMtlBackendContext for GrDirectContext creation. by Jim Van Verth · 4 years, 2 months ago
- afdbd9d SkAnimatedImage: Reject invalid crops by Leon Scroggins · 4 years, 2 months ago
- 7a1928f make constexpr variants for SkCLZ/SkCLT and similar functions by Herb Derby · 4 years, 2 months ago
- 7d1153f Handle EXIF orientation in SkAnimatedImage by Leon Scroggins · 4 years, 2 months ago
- 4ad2cca [skottie] Fix font style parsing by Florin Malita · 4 years, 2 months ago
- 4168981 don't use MASK_FORMAT_UNKNOWN to represent scaler context state by Herb Derby · 4 years, 2 months ago
- 7ac2be2 Reland "add ERMS (enhanced rep mov/sto) SkOpts slice" by Mike Klein · 4 years, 2 months ago
- 8f6d4d3 Test & implement exponential intrinsics by Brian Osman · 4 years, 2 months ago
- db0b998 mark bitmap immutable in bench by Mike Reed · 4 years, 2 months ago
- 24000785 Implement two-argument atan in public SkSL, improve GM by Brian Osman · 4 years, 2 months ago
- ba06e1a Improve performance of skia_compile_processors. by John Stiles · 4 years, 2 months ago
- c6e3881 Update Skia milestone to 89 by Heather Miller · 4 years, 2 months ago
- b4382ce Remove windows:enabled from skia_deps by Martin Stjernholm · 4 years, 2 months ago
- a957ac9 support NDK r22 beta by Mike Klein · 4 years, 2 months ago
- 0f3afa7 Revert "make quickReject treat empty rects and paths the same" by Derek Sollenberger · 4 years, 2 months ago
- d32c57d Revert "add ERMS (enhanced rep mov/sto) SkOpts slice" by Mike Klein · 4 years, 2 months ago
- 83bbd7c [canvaskit] Roll to 0.20.0 by Kevin Lubick · 4 years, 2 months ago
- 3343227 Remove intermediary RenderTaskDAG class by Adlai Holler · 4 years, 2 months ago
- 80bfda8 Remove GrSurfaceContext::flush calls ... by Robert Phillips · 4 years, 2 months ago
- c90084a Revert "Some testing images in Google3 look slightly different with this change. Need to change them, too." by Julia Lavrova · 4 years, 2 months ago
- a1e8fe3 Update skslc to compile multiple files during one invocation. by John Stiles · 4 years, 2 months ago
- 26ad8cc add ERMS (enhanced rep mov/sto) SkOpts slice by Mike Klein · 4 years, 2 months ago
- bcf0bda add arm64 mac builders by Mike Klein · 4 years, 2 months ago
- 6df5cd2 [canvaskit] Revert raster change. by Kevin Lubick · 4 years, 2 months ago
- bc098ef Handle EXIF orientation in SkAnimCodecPlayer by Leon Scroggins · 4 years, 2 months ago
- c4ff4df Roll SwiftShader from 019feda602ec to 4804ac8724ff (9 revisions) by skia-autoroll · 4 years, 2 months ago
- 43f0a7d [canvaskit] Fix the build by Kevin Lubick · 4 years, 2 months ago
- 59bafee [canvaskit] Deprecate measureText by Kevin Lubick · 4 years, 2 months ago
- 15d7a38 [canvaskit] Use Raster instead of RasterDirect for Canvas2D surface by Kevin Lubick · 4 years, 2 months ago
- e438738 Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums by Brian Salomon · 4 years, 2 months ago
- 70eba23 Remove SkAnimatedImage::dimensions by Leon Scroggins · 4 years, 2 months ago
- 398fbed Remove unused SkAnimatedImage factory by Leon Scroggins · 4 years, 2 months ago
- b776a10 Some testing images in Google3 look slightly different with this change. Need to change them, too. by Julia Lavrova · 4 years, 2 months ago
- 3a004df GM to test (almost) all SkSL Angle/Trigonometric intrinsics by Brian Osman · 4 years, 2 months ago
- d986835 make quickReject treat empty rects and paths the same by Mike Reed · 4 years, 2 months ago
- e9bbbfe remove unused getAdvance from SkScalerContext by Herb Derby · 4 years, 2 months ago
- ff5d870 Roll back #10487 fix (so now spaces always resolved in the main font) by Julia Lavrova · 4 years, 2 months ago
- e266180 Don't limit pinch zooming in viewer by Chris Dalton · 4 years, 2 months ago
- 6330939 implement SkotieAnimation as an Animator to better work in an Android environment by Jorge Betancourt · 4 years, 2 months ago
- dfe8cbc Update SkFont::measureText documentation. by Ben Wagner · 4 years, 2 months ago
- f7c9ccf Avoid over-allocation in SkTArray assignment and reserve_back. by John Stiles · 4 years, 2 months ago
- a0e248d Revert "Change UnrefDDLTask to just be the DDLTask" by Robert Phillips · 4 years, 2 months ago
- b4ce944 Runtime effects: Fix error when mutating main's coords by Brian Osman · 4 years, 2 months ago
- 47fd8b2 Remove the skipping of some GMs for the *ooprddl configs on the bots by Robert Phillips · 4 years, 2 months ago
- ba3e8f9 Improve Viewer on UNIX by Brian Osman · 4 years, 2 months ago
- 7601370 Add unit tests for overflowing int and uint literal limits. by John Stiles · 4 years, 2 months ago
- ef0cdc1 Remove "output color" placeholder from PipelineStageArgs by Brian Osman · 4 years, 2 months ago
- bd3792d Add SkYUVAInfo-based promise texture image factory by Brian Salomon · 4 years, 2 months ago
- 9902cff Use SkSpan to clean up GrOnFlushCallbackObject API by Adlai Holler · 4 years, 2 months ago
- 5acf6a8 Code cleanup: replace macros with lambda functions. by John Stiles · 4 years, 2 months ago
- 869eb97 Roll Chromium from 083976a7ea21 to 2cd5dabd7743 (870 revisions) by skia-autoroll · 4 years, 2 months ago
- ea8db5a Roll ANGLE from 72001c7d85ba to 47b3db22be33 (12 revisions) by skia-autoroll · 4 years, 2 months ago
- 5a31c32 Roll Dawn from c04a0132be6c to f3c829047220 (1 revision) by skia-autoroll · 4 years, 2 months ago
- 480d950 Roll SwiftShader from 4ed9d3498dcf to 019feda602ec (1 revision) by skia-autoroll · 4 years, 2 months ago
- 7006e15 [svg] Allow clients to pass a custom SkFontMgr by Florin Malita · 4 years, 2 months ago
- 24c1852 Make runtime effect error tests simpler / more explicit by Brian Osman · 4 years, 2 months ago
- 1fe2b80 Revert "Reland "Draw image filters directly under non-axis-aligned transforms"" by Michael Ludwig · 4 years, 2 months ago
- 282f8f4 Recompute the last-move-to inside addPath() by Mike Reed · 4 years, 2 months ago
- a0a5146 [svg] Use new parsing for gradient classes by Tyler Denniston · 4 years, 2 months ago
- 7712db9 Reland "Draw image filters directly under non-axis-aligned transforms" by Michael Ludwig · 4 years, 2 months ago
- 88e8bb2 Fix UMR (valgrind) bug in GrDrawingManager by Robert Phillips · 4 years, 2 months ago
- 40022ad use SkFourByteTag to squelch warnings by Mike Klein · 4 years, 2 months ago
- 7f7b485 Fix flipped array dimensions in SkSL. by John Stiles · 4 years, 2 months ago
- 267826c Disable both preservefillrule _big and _little for the *ooprddl configs by Robert Phillips · 4 years, 2 months ago
- 624f3f7 cull glyphs that have far out positions - try #2 by Herb Derby · 4 years, 2 months ago
- a695d62 Limit struct nesting depth to a maximum of eight levels. by John Stiles · 4 years, 2 months ago
- 8d05659 Limit arrays to a maximum of eight dimensions. by John Stiles · 4 years, 2 months ago
- 008d63e replace std::aligned_union by Mike Klein · 4 years, 2 months ago
- 4888cda Fix up a ton of implicit memory_order_seq_cst for unique id gen by Adlai Holler · 4 years, 2 months ago
- 9e2544e Add unit test for array with many dimensions. by John Stiles · 4 years, 2 months ago
- 90ad0fe Add a mock implementation of GrMeshDrawOp::Target by Chris Dalton · 4 years, 2 months ago
- cca1976 Remove the bulk add-renderTasks entry point from the drawing manager by Robert Phillips · 4 years, 2 months ago
- a502878 [canvaskit] Add support for woff2 fonts by Kevin Lubick · 4 years, 2 months ago
- fb5850f replace std::aligned_storage by Mike Klein · 4 years, 2 months ago
- 0c08849 Update DDL testing harness to support drawing DDL w/ integer offsets by Robert Phillips · 4 years, 2 months ago
- e96c19e Add unit test demonstrating array function param bug. by John Stiles · 4 years, 2 months ago
- b25caae [svg] Implement feComposite, basic filter result storage by Tyler Denniston · 4 years, 2 months ago