- 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
- 02dd0ed Change UnrefDDLTask to just be the DDLTask by Robert Phillips · 4 years, 2 months ago
- 5b85989 Roll ANGLE from d4439824c554 to 72001c7d85ba (15 revisions) by skia-autoroll · 4 years, 2 months ago
- c2b8ecf Roll Dawn from 3e17e33724b4 to c04a0132be6c (3 revisions) by skia-autoroll · 4 years, 2 months ago
- 9c81e52 use initial device coordinates as subrun positions by Herb Derby · 4 years, 2 months ago
- cd2e148 [skshaper] Fix CoreText segfault and convert UTF16 indices to UTF8 by Martin Vejdarski · 4 years, 2 months ago
- f1aa6fc Fix GrPathUtils::convertLineToCubic by Chris Dalton · 4 years, 2 months ago
- f143274 Simplify promise image callbacks. by Brian Salomon · 4 years, 2 months ago
- c6acdab refactor Sk[S]TArray methods by Mike Klein · 4 years, 2 months ago
- 84d503b Report an SkSL error if an `in` var has an initializer expression. by John Stiles · 4 years, 2 months ago
- 823b153 [canvaskit] Add config key and manual mode to unit test harness. by Kevin Lubick · 4 years, 2 months ago
- 339f0ee align SkAlignedSTStorage<N,T> to T by Mike Klein · 4 years, 2 months ago
- ee1098d Update code-signing script to have better error messages. by Jim Van Verth · 4 years, 2 months ago
- 61b099b re-enable tests on GCC (and Clang o_O) by Mike Klein · 4 years, 2 months ago
- 0ad52f6 Add unit test for fuzzer-detected error with in vars. by John Stiles · 4 years, 2 months ago
- 46f11c2 init SkSTArray storage before passing to SkTArray by Mike Klein · 4 years, 2 months ago
- 5de0b38 [bugs-central] Add documentation for sheriffs by Ravi Mistry · 4 years, 2 months ago
- 2f30936 [canvaskit] Disable GrTextBlobMoveAround by Kevin Lubick · 4 years, 2 months ago
- 7d3886d rename Gr*Subrun to *Subrun in .cpp by Herb Derby · 4 years, 2 months ago
- cffe7e6 Roll Chromium from a4f272b3a785 to 083976a7ea21 (536 revisions) by skia-autoroll · 4 years, 2 months ago
- 0780c2f Roll SwiftShader from 612ded0654a0 to 4ed9d3498dcf (2 revisions) by skia-autoroll · 4 years, 2 months ago
- 7683939 Roll ANGLE from 3dfaeeb00271 to d4439824c554 (28 revisions) by skia-autoroll · 4 years, 2 months ago
- ee0ce98 Roll Dawn from 2b6b0f45ff05 to 3e17e33724b4 (6 revisions) by skia-autoroll · 4 years, 2 months ago
- cfe647c Update SKP version by skia-recreate-skps · 4 years, 2 months ago
- ed43595 Fix issues with latest GN by Martin Vejdarski · 4 years, 2 months ago
- c2bfcff Use SkSpan to cut out some noise when flushing surfaces by Adlai Holler · 4 years, 2 months ago
- 86d4cfd Revert "Update GrTriangulator to count curves" by Chris Dalton · 4 years, 2 months ago
- d7b59c0 Have DDLs honor the reduceOpsTaskSplittingFlag by Adlai Holler · 4 years, 2 months ago
- e886b8e move concrete subruns to .cpp by Herb Derby · 4 years, 2 months ago
- 1d1c5c1 Yet another workaround Thai \n problem (same as txtlib) by Julia Lavrova · 4 years, 2 months ago
- 8c42567 [svg] Convert most presentation attributes to new style parsing by Florin Malita · 4 years, 2 months ago
- b06301e Reland "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years, 2 months ago
- 3331641 Allow public SkSL to return vec4 (aka float4) by Brian Osman · 4 years, 2 months ago
- 70bb18d [svg] Implement feColorMatrix filter by Tyler Denniston · 4 years, 2 months ago
- aee25fd Totally block trying to flush a ddl drawmgr by Adlai Holler · 4 years, 2 months ago
- b8123cc [canvaskit] Clean up readPixels API on Canvas and Image by Kevin Lubick · 4 years, 2 months ago
- 15b95d6 Move image sampling options into their own header by Mike Reed · 4 years, 2 months ago
- 7990e03 Reland "Add memsets to the GrBlockAllocator unit tests." by John Stiles · 4 years, 2 months ago
- cf27b4f Improve constant folding for int vectors. by John Stiles · 4 years, 2 months ago
- 56277e5 Add Literal<T> and getVecComponent<T> for template code. by John Stiles · 4 years, 2 months ago
- 6a1763b Fix merge conflict in RELEASE_NOTES.txt by Brian Osman · 4 years, 2 months ago
- 4eb7c23 - GrGLPath: Fix hitting an assert when a style applies a path effect that results in an empty path by kcbanner · 4 years, 2 months ago
- 1448eb9 Fix formatting nit. by Greg Daniel · 4 years, 2 months ago
- 4cb5c5e Revert "Rearrange SkSL pre-include modules to hide things" by Brian Osman · 4 years, 2 months ago
- 25f9db4 test for extents of SkTextBlob drawing by Herb Derby · 4 years, 2 months ago
- ba9a04f Revert "Revert "Additional SkSL benches"" by Ethan Nicholas · 4 years, 2 months ago
- 729a37f Fix ST array storage for vulkan memory barriers. by Greg Daniel · 4 years, 2 months ago
- 3078f85 Remove dead no-sorting GrDrawingManager code paths by Adlai Holler · 4 years, 2 months ago
- 6cafdc0 Revert "Draw image filters directly under non-axis-aligned transforms" by Michael Ludwig · 4 years, 2 months ago
- 05f74f2 Roll ANGLE from 1e494cae8d48 to 3dfaeeb00271 (13 revisions) by skia-autoroll · 4 years, 2 months ago
- 86d4f7d Roll SwiftShader from ad54c71632cc to 612ded0654a0 (4 revisions) by skia-autoroll · 4 years, 2 months ago
- 2e6a1d0 Roll Chromium from e1d559cf7760 to a4f272b3a785 (432 revisions) by skia-autoroll · 4 years, 2 months ago
- 92bc649 Roll Dawn from 6564890116fd to 2b6b0f45ff05 (4 revisions) by skia-autoroll · 4 years, 2 months ago
- 8d0f710 Test that SkSTArray and SkTArray classes are compatible. by John Stiles · 4 years, 2 months ago
- bea0dc6 Rearrange SkSL pre-include modules to hide things by Brian Osman · 4 years, 2 months ago
- f8f23b2 Draw image filters directly under non-axis-aligned transforms by Michael Ludwig · 4 years, 2 months ago
- 88d7e62 Make ManagedBackendTexture fail on invalid GrBackendTexture by Brian Salomon · 4 years, 2 months ago
- 1277971 Revert "Additional SkSL benches" by Ethan Nicholas · 4 years, 2 months ago
- 98f7823 Add a method to search for the command that shades a pixel. by Nathaniel Nifong · 4 years, 2 months ago
- 0266c8a allow overriding {target,host}_link = ... in GN by Mike Klein · 4 years, 2 months ago
- 107e862 Add int-vector folding tests to VectorFolding. by John Stiles · 4 years, 2 months ago
- a2d6b31 Additional SkSL benches by Ethan Nicholas · 4 years, 2 months ago
- 64596c5 Use GrTBlockList instead of SkAutoSTMalloc to reduce GrAtlasTextOp size by Michael Ludwig · 4 years, 2 months ago
- 71624de Allow constant propagation for negated constant-vectors and ints. by John Stiles · 4 years, 2 months ago
- efc89d2 Compact fixed state tracked in GrAtlasTextOp by Michael Ludwig · 4 years, 2 months ago
- 401321d [svg] Minor parser tweaks by Florin Malita · 4 years, 2 months ago
- e5e8e66 MakeFromYUVATexturesCopyToExternal check texture valid before dimensions. by Brian Salomon · 4 years, 2 months ago
- 96c2165 Revert "Add memsets to the GrBlockAllocator unit tests." by John Stiles · 4 years, 2 months ago
- 1e6ae6d Revert "cull glyphs that have far out positions" by Derek Sollenberger · 4 years, 2 months ago
- 7e80880 Revert "move subrun instances and support to .cpp" by Derek Sollenberger · 4 years, 2 months ago
- f843170 Revert "move subrun code to anonymous namespace" by Derek Sollenberger · 4 years, 2 months ago
- e6a05a4 Migrate work from constructors to onOnceBeforeDraw. by John Stiles · 4 years, 2 months ago
- eb7f960 Reland "heif: Add AVIF type and AVIF sniffing" by Vignesh Venkatasubramanian · 4 years, 2 months ago
- 25ebd95 Rename msaa attachment usage to color usage. by Greg Daniel · 4 years, 2 months ago
- 87bc83e Add memsets to the GrBlockAllocator unit tests. by John Stiles · 4 years, 2 months ago
- 694ff17 Revert "Revert changes to unbreak bots." by Brian Salomon · 4 years, 2 months ago
- 8cdba3e Roll ANGLE from 6372a56f3a15 to 1e494cae8d48 (7 revisions) by skia-autoroll · 4 years, 2 months ago
- 3b9bf7a Roll Dawn from db8766bb239b to 6564890116fd (6 revisions) by skia-autoroll · 4 years, 2 months ago
- dfb912f Roll Chromium from 1f9589cf9ca4 to e1d559cf7760 (402 revisions) by skia-autoroll · 4 years, 2 months ago
- 906501d Roll SwiftShader from 31e28d20f878 to ad54c71632cc (4 revisions) by skia-autoroll · 4 years, 2 months ago
- 68dcf54 Migrate CrbugOssfuzz21688 to a golden-output test. by John Stiles · 4 years, 2 months ago
- 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years, 2 months ago
- 95acbbc Fix crash when comparing against a negated constant vector. by John Stiles · 4 years, 2 months ago
- 6c88ea1 Create unit test for comparison against a negated constant vector. by John Stiles · 4 years, 2 months ago