- 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 3 months ago
- d5961b3 Update SKP version by skia-recreate-skps · 4 years, 3 months ago
- 8702b8f don't return unknown from computing-convexity, as documented by Mike Reed · 4 years, 3 months ago
- 5d3314c overhaul blit_row_s32a_opaque() by Mike Klein · 4 years, 3 months ago
- 6fd391a uv in x - fix iphone6 by Herb Derby · 4 years, 3 months ago
- ae1672b Remove the kFramebufferOnly flag from our validation checks again. by Greg Daniel · 4 years, 3 months ago
- 06296c6 secure AtlasLocator by Herb Derby · 4 years, 3 months ago
- d80cb1f store the page bits in U only by Herb Derby · 4 years, 3 months ago
- 1e87a9a second guess swizzler avx-512 opts by Mike Klein · 4 years, 3 months ago
- 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years, 3 months ago
- 933abe3 Remove fProgram member from ProgramVisitor. by John Stiles · 4 years, 3 months ago
- 5c612ad create a sample to demonstrate a timing attack by Mike Klein · 4 years, 3 months ago
- 09dac44 Add helper function for making temp variables in inlineCall. by John Stiles · 4 years, 3 months ago
- fc1eb95 second-guess AVX-512 opts by Mike Klein · 4 years, 3 months ago
- 442c578 add missing include by Mike Klein · 4 years, 3 months ago
- 280fa3d Remove use of texture swizzle in GL backend. by Brian Salomon · 4 years, 3 months ago
- e7f7158 add suggested `override` by Mike Klein · 4 years, 3 months ago
- 8a43e20 Don't run glesnarrow on Mali400 bots by Brian Osman · 4 years, 3 months ago
- 43c78ab Remember to track convexity/direction for IsA shapes (e.g. oval, rrect) by Mike Reed · 4 years, 3 months ago
- ce591b7 Fix a handful of remaining C-style casts in IRGenerator. by John Stiles · 4 years, 3 months ago
- d385091 Roll Chromium from e3029d74cf64 to 15c4ec7c0cc6 (406 revisions) by skia-autoroll · 4 years, 3 months ago
- 5fc37c9 Roll ANGLE from 68c8ed7aec14 to d3eba1db0a14 (19 revisions) by skia-autoroll · 4 years, 3 months ago
- 6e093d6 Roll SwiftShader from 1f48854dae26 to ec3650f56ca2 (1 revision) by skia-autoroll · 4 years, 3 months ago
- 983b416 Roll dawn from 8c012e879646 to 900bd341a3c6 (1 revision) by skia-autoroll · 4 years, 3 months ago
- 952f088 Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver by Brian Salomon · 4 years, 3 months ago
- 716e281 use a dense index internally in SkScalerCache by Herb Derby · 4 years, 3 months ago
- 30691f8 Make sure we set vk input attachment for case when doing copy. by Greg Daniel · 4 years, 3 months ago
- ee58da9 Remove unused `count_returns` method. by John Stiles · 4 years, 3 months ago
- 656427a Prefer unique_ptr<> and make_xxxx over raw pointers and new. by John Stiles · 4 years, 3 months ago
- 638b2e8 Add GrInternalSurfaceFlag for vulkan input attachment. by Greg Daniel · 4 years, 3 months ago
- f1bc828 Replace complex `count_returns` method with a ProgramVisitor. by John Stiles · 4 years, 3 months ago
- 532a264 use bit 15 to encode page information in glyph UV by Herb Derby · 4 years, 3 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 3 months ago
- b0ebb5a Don't pre-scale tessellated strokes by the matrix scale by Chris Dalton · 4 years, 3 months ago
- 55f02eb Run glnarrow/glesnarrow on GPU perf bots by Brian Osman · 4 years, 3 months ago
- 5a1ebc6 use pathbuilder by Mike Reed · 4 years, 3 months ago
- b6bd0d2 Make SkRuntimeShaderBuilder safe for reuse by Brian Osman · 4 years, 3 months ago
- 318ad4b Improve control-flow support in early-return detection. by John Stiles · 4 years, 3 months ago
- be0e42c New helpers for SkYUVAInfo when used with pixmaps. by Brian Salomon · 4 years, 3 months ago
- 626349b Remove do-nothing MPD benchmarking from nanobench by Brian Salomon · 4 years, 3 months ago
- faa844b collapse some unused type hierarchy by Mike Klein · 4 years, 3 months ago
- 810c8cf Use an unordered map for intrinsics in the IR generator. by John Stiles · 4 years, 3 months ago
- aba6b93 Replace C-style casts with as<T> in the Control Flow Graph. by John Stiles · 4 years, 3 months ago
- e3d6db4 Roll Chromium from 0839d38f07fc to e3029d74cf64 (465 revisions) by skia-autoroll · 4 years, 3 months ago
- 6cd6d19 Roll ANGLE from 3c2454b82c05 to 68c8ed7aec14 (11 revisions) by skia-autoroll · 4 years, 3 months ago
- 5ce7158 Roll SwiftShader from 622558b02e1a to 1f48854dae26 (3 revisions) by skia-autoroll · 4 years, 3 months ago
- e6c0f01 Roll dawn from c3e3c30b0d7f to 8c012e879646 (4 revisions) by skia-autoroll · 4 years, 3 months ago
- 398ecf1 Remove unused factories that take characterizations. by Greg Daniel · 4 years, 3 months ago
- b7926b8 Enable glesfakev2 config on Android perf bots by Brian Salomon · 4 years, 3 months ago
- 4d09f2d Format and comment SkScalarInterpFunc by Ben Wagner · 4 years, 3 months ago
- b2b7f80 Add config "glesfakev2". It runs GLES with the version faked as 2. by Brian Salomon · 4 years, 3 months ago
- 64f3530 [canvaskit] Update GM:skottie_setcolor by Florin Malita · 4 years, 3 months ago
- 4e67774 Reland "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago
- f2845ac Always (pre)compute path bounds when using a builder by Mike Reed · 4 years, 3 months ago
- c113f00 Remove renderable flag from texture createLazyProxy. by Greg Daniel · 4 years, 3 months ago
- 9e506ee Add the inline keyword to top-level FPs that use an explicit return. by John Stiles · 4 years, 3 months ago
- 1798f4f Reland "Reland "ICU: SkShaper (bidi iterator only)"" by Julia Lavrova · 4 years, 3 months ago
- 06d7c9d Revert "Revert "use pathbuilder"" by Mike Reed · 4 years, 3 months ago
- 735a5a7 Allow .fp files to return a color from main(). by John Stiles · 4 years, 3 months ago
- 3be08b6 Add unit tests for early-return detection. by John Stiles · 4 years, 3 months ago
- 43e3e91 Revert "use pathbuilder" by Mike Reed · 4 years, 3 months ago
- 10c4213 Remove GrRenderTargetProxyPriv class and setGLRTFBOIDIs0 call. by Greg Daniel · 4 years, 3 months ago
- 8e4a44f Add Retries to Canaries by Ravi Mistry · 4 years, 3 months ago
- 0703d65 Update SKP version by skia-recreate-skps · 4 years, 3 months ago
- 4b25d41 use pathbuilder by Mike Reed · 4 years, 3 months ago
- 44820a9 Remove legacy runtime effect main signature by Brian Osman · 4 years, 3 months ago
- 38e81a5 Revert "Simplify the Metal Compiler wrapper code" by Adlai Holler · 4 years, 3 months ago
- cdb0f8e [skottie] Assorted shape repeater fixes by Florin Malita · 4 years, 3 months ago
- 03cde5f Revert "Reland "ICU: SkShaper (bidi iterator only)"" by Derek Sollenberger · 4 years, 3 months ago
- 765d2fe optimized SkSL inlining output by Ethan Nicholas · 4 years, 3 months ago
- 5da7327 Use GCLIENT_PY3=0 in recreate_skps.py by Ravi Mistry · 4 years, 3 months ago
- ead4ca0 Roll ANGLE from 7bce5194d1d6 to 3c2454b82c05 (19 revisions) by skia-autoroll · 4 years, 3 months ago
- 8a1acf8 Roll Chromium from 752313f1c52e to 0839d38f07fc (372 revisions) by skia-autoroll · 4 years, 3 months ago
- a139788 add arm64e slice to arm64 iOS builds by Mike Klein · 4 years, 3 months ago
- 2064111 Fix early-return misdetection in the inliner. by John Stiles · 4 years, 3 months ago
- 62a0f15 remove __ARM_FEATURE_CRC32 workaround by Mike Klein · 4 years, 3 months ago
- ad5494d use pathbuilder by Mike Reed · 4 years, 3 months ago
- c37d551 Add unit test for return statements wrapped in a block. by John Stiles · 4 years, 3 months ago
- 3c02c93 Revert "Update SKP version" by Ravi Mistry · 4 years, 3 months ago
- 052ece3 Update SKP version by skia-recreate-skps · 4 years, 3 months ago
- e60e560 set _XOPEN_SOURCE=0 when building ICU by Mike Klein · 4 years, 3 months ago
- c09645b Remove newly-added SkDEBUGFAILs when we can't make an FP in drawAtlas. by John Stiles · 4 years, 3 months ago
- 3cce112 Simplify the Metal Compiler wrapper code by Adlai Holler · 4 years, 3 months ago
- 90242db Remove Sk2f usage from curve rotation calculations by Chris Dalton · 4 years, 3 months ago
- a316aa6 Add "radial edges" to tessellated stroking by Chris Dalton · 4 years, 3 months ago
- f621e23 Fix cases of variable shadowing in SkSL. by John Stiles · 4 years, 3 months ago
- 7bc5542 Reland "ICU: SkShaper (bidi iterator only)" by Julia Lavrova · 4 years, 3 months ago
- b2b4cc8 Don't used cached memory for buffers in vulkan. by Greg Daniel · 4 years, 3 months ago
- f2f9b0d Filter transformed atlas images correctly on GPU. by John Stiles · 4 years, 3 months ago
- 5660e8b Hook DDLPromiseImageHelper up to new YUVA API. by Brian Salomon · 4 years, 3 months ago
- cd2f0b6 GrSempahore/GrGpuResource cleanup by Mike Klein · 4 years, 3 months ago
- 92f6eb1 use pathbuilder by Mike Reed · 4 years, 3 months ago
- 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 3 months ago
- 5c4880c refactor SkArenaAlloc footers by Mike Klein · 4 years, 3 months ago
- 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 3 months ago
- 3a96e2c Draw patches/atlases using the AutoLayerForImageFilter's SkPaint. by John Stiles · 4 years, 3 months ago
- 578215b Roll ANGLE from 4f7edbe1f6f0 to 7bce5194d1d6 (7 revisions) by skia-autoroll · 4 years, 3 months ago
- 221a069 Roll Chromium from 65295ec3eca4 to 752313f1c52e (354 revisions) by skia-autoroll · 4 years, 3 months ago
- 9ad0c9e Roll dawn from ef7447334713 to c3e3c30b0d7f (1 revision) by skia-autoroll · 4 years, 3 months ago
- bcca52a Revert "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago