- 441c1bc Avoid recursing into expressions in finalizeFunction. by John Stiles · 4 years, 6 months ago
- 61d694d Draw dmsaa rects with GrFillRRectOp by Chris Dalton · 4 years, 6 months ago
- 3ed0c76 Roll Chromium from 23141e38f154 to af345736ffc5 (473 revisions) by skia-autoroll · 4 years, 6 months ago
- 4e51531 Roll ANGLE from ba0bd78574b2 to 90cf278c3687 (10 revisions) by skia-autoroll · 4 years, 6 months ago
- 4bca963 Roll Dawn from 6a366e3f47d4 to 8ac6a481a3ea (7 revisions) by skia-autoroll · 4 years, 6 months ago
- 501ca21 Remove dead matrixfilter factory by Mike Reed · 4 years, 6 months ago
- 1a4fae1 Revert "Performance experiment: Disable SkSL inliner in nanobench/skpbench." by John Stiles · 4 years, 6 months ago
- fcd3ae3 Update SKP version by skia-recreate-skps · 4 years, 6 months ago
- 7db854c Hide getFilterQuality by Mike Reed · 4 years, 6 months ago
- 26265d2 Remove dead references to filter-quality by Mike Reed · 4 years, 6 months ago
- 3469c0a If no sampling is passed, assume NN for surface.draw by Mike Reed · 4 years, 6 months ago
- 12a7558 GrFPArgs no longer needs sampling by Mike Reed · 4 years, 6 months ago
- 045d751 Performance experiment: Disable SkSL inliner in nanobench/skpbench. by John Stiles · 4 years, 6 months ago
- 7cee3ef FilterQuality should no longer be needed. by Mike Reed · 4 years, 6 months ago
- 4b76265 Client doesn't control sampling in restore by Mike Reed · 4 years, 6 months ago
- bf9c63b Don't fail clip atlas instantiation when the access is out of bounds by Chris Dalton · 4 years, 6 months ago
- 965e444 reduce overhead of littleRound by Herb Derby · 4 years, 6 months ago
- 980fb4d move Run::calculateWidth to improve inlining by Herb Derby · 4 years, 6 months ago
- 339f7ea templatize iterateThroughClustersInTextOrder by Herb Derby · 4 years, 6 months ago
- 7df8d22 Do register allocation in GrResourceAllocator (take 2) by Adlai Holler · 4 years, 6 months ago
- 8046837 Remove unused quality param for skvm program by Mike Reed · 4 years, 6 months ago
- 73318b3 Start adding SkSL/SkRuntimeEffect documentation by Brian Osman · 4 years, 6 months ago
- 6147424 Correct the line height by Julia Lavrova · 4 years, 6 months ago
- 79adde4 allow Cluster::Cluster to inline by Herb Derby · 4 years, 6 months ago
- b666458 Only run the inliner one time. by John Stiles · 4 years, 6 months ago
- 225cdea Remove legacy support for inheriting sampling from the paint. by Mike Reed · 4 years, 6 months ago
- 633b9f3 Delete GrCoverageCountingPathRenderer::CropPath by Chris Dalton · 4 years, 6 months ago
- cd7ba50 Migrate FunctionCall conversion out of IRGenerator. by John Stiles · 4 years, 6 months ago
- 98a76eb Add nbsp info to the cache by Julia Lavrova · 4 years, 6 months ago
- 708faba Allow multiple expressions on the same statement to be inlined. by John Stiles · 4 years, 6 months ago
- 3401d5e improve SkParagraph's bench accuracy by Herb Derby · 4 years, 6 months ago
- 049f0df Reduce unnecessary scratch variables in Inliner. by John Stiles · 4 years, 6 months ago
- 1b7a936 Roll third_party/wuffs to version 0.3.0-alpha.21 by Leon Scroggins · 4 years, 6 months ago
- ff98f28 Add Metal compile options. by Jim Van Verth · 4 years, 6 months ago
- 20bb83f Fix ref tracking of vk immutable samplers. by Greg Daniel · 4 years, 6 months ago
- 31798c2 Remove NVPR by Robert Phillips · 4 years, 6 months ago
- 15206fb Roll Chromium from 6b48f9230a5e to 23141e38f154 (452 revisions) by skia-autoroll · 4 years, 6 months ago
- 5ef1aa3 Roll Dawn from bff9d3a3574c to 6a366e3f47d4 (5 revisions) by skia-autoroll · 4 years, 6 months ago
- 8e9c0c5 Roll ANGLE from 39296f396f5b to ba0bd78574b2 (7 revisions) by skia-autoroll · 4 years, 6 months ago
- 7bba1f5 Revert "Added more RelaxedPrecision decorations" by John Stiles · 4 years, 6 months ago
- ab52d95 Added more RelaxedPrecision decorations by Ethan Nicholas · 4 years, 6 months ago
- 10a5ff2 Must pass filtering to picture shader by Mike Reed · 4 years, 6 months ago
- 95eca3e Optimize planar conversion in YUV to RGB FP. by John Stiles · 4 years, 6 months ago
- 9f35882 Revert "Do register allocation in GrResourceAllocator" by Adlai Holler · 4 years, 6 months ago
- f96645d Textdiff device bounds match onCreateDevice request by Michael Ludwig · 4 years, 6 months ago
- 333b938 Reland "Add SVG to default modules list" by Tyler Denniston · 4 years, 6 months ago
- d51c979 Take ownership of Strings (not String pointers) in the symbol table. by John Stiles · 4 years, 6 months ago
- c8bcef1 Replace printf with std::to_string. by John Stiles · 4 years, 6 months ago
- c6f78ff Do register allocation in GrResourceAllocator by Adlai Holler · 4 years, 6 months ago
- 8b87f4e Disable NVPR by default on the bots by Robert Phillips · 4 years, 6 months ago
- adbaeaa Cache/inline ishardbreak by Mike Reed · 4 years, 6 months ago
- 7b39c3d print telemetry for diagnosing text drawing problems in Chrome by Herb Derby · 4 years, 6 months ago
- 4dff68a Remove render_target_binds GPU stat by Adlai Holler · 4 years, 6 months ago
- 8f352ce Revert "Revert "Refactored SPIR-V RelaxedPrecision handling"" by Ethan Nicholas · 4 years, 6 months ago
- 662622e reduce record time allocator's initial block size by Herb Derby · 4 years, 6 months ago
- 30fce9c Track variable writes via ProgramUsage instead of ProgramVisitor. by John Stiles · 4 years, 6 months ago
- 39465b8 Ensure function-parameter variables exist in the variable usage map. by John Stiles · 4 years, 6 months ago
- 7a20b5c Update shader and pipeline creation trace event categories by Brian Osman · 4 years, 6 months ago
- 8151337 Add DMSAA bots by Chris Dalton · 4 years, 6 months ago
- a3c0f41 Roll Chromium from cfbcfd9c28db to 6b48f9230a5e (480 revisions) by skia-autoroll · 4 years, 6 months ago
- 8ea51e4 Roll Dawn from 29d74454b844 to bff9d3a3574c (5 revisions) by skia-autoroll · 4 years, 6 months ago
- c995e65 Roll ANGLE from 27e12398b338 to 39296f396f5b (9 revisions) by skia-autoroll · 4 years, 6 months ago
- 5f1e0af Roll SwiftShader from a0aeb64e01d7 to a98fb3f8380a (1 revision) by skia-autoroll · 4 years, 6 months ago
- fd70865 Reland "Add tooling support for dmsaa" by Chris Dalton · 4 years, 6 months ago
- 1c22e62 faster layout by Mike Reed · 4 years, 6 months ago
- 22dd57b Revert "Add tooling support for dmsaa" by Chris Dalton · 4 years, 6 months ago
- 3150839 Disable CommaSideEffects test on GPU. by John Stiles · 4 years, 6 months ago
- 958f4b5 Run finalizeFunction before creating a FunctionDefinition. by John Stiles · 4 years, 6 months ago
- 2e0b5bb introduce a direct to GrAtlasTextOp text drawing system by Herb Derby · 4 years, 10 months ago
- 8937cd4 Revert "Add 'kOnlySingleReturn' complexity type to the Inliner." by John Stiles · 4 years, 6 months ago
- 28257db Code cleanup: Simplify redundant code in Inliner. by John Stiles · 4 years, 6 months ago
- 94c6b30 Revert "Add SVG to default modules list" by Tyler Denniston · 4 years, 6 months ago
- d5e94d9 Move skbug5883.gif to a better test by Leon Scroggins · 4 years, 6 months ago
- 579728e Add SVG to default modules list by Tyler Denniston · 4 years, 6 months ago
- fc32405 Revert "Revert "Add bench for skparagraph"" by Mike Reed · 4 years, 6 months ago
- bff24ab Disallow inlining a function with out-parameters. by John Stiles · 4 years, 6 months ago
- b73f737 Fix setting of new layout state during flush. by Greg Daniel · 4 years, 6 months ago
- e0707b7 No longer passing the results of OpAccessChain to function calls by Ethan Nicholas · 4 years, 6 months ago
- dc20847 Disallow inlining functions containing early returns. by John Stiles · 4 years, 6 months ago
- 188443b Add tooling support for dmsaa by Chris Dalton · 4 years, 6 months ago
- 4cfbe53 Add a shell GrResourceAllocator::Register class by Adlai Holler · 4 years, 6 months ago
- 180b4a1 Update tooling code to store surface flags instead of "useDIText" by Chris Dalton · 4 years, 6 months ago
- 5b408a3 Speed up program visitors in the Inliner. by John Stiles · 4 years, 6 months ago
- 2810bee Improve do-while test in CanExitWithoutReturningValue. by John Stiles · 4 years, 6 months ago
- 2558c46 Add Type::isVoid and make void a distinct type-kind. by John Stiles · 4 years, 6 months ago
- 0d1cf35 Roll Dawn from 8c40cad1c92d to 29d74454b844 (18 revisions) by skia-autoroll · 4 years, 6 months ago
- 4e94fd1 Add a runtime effect gm for squircle clips by Chris Dalton · 4 years, 6 months ago
- fa81333 Roll Chromium from 1797c4602f46 to cfbcfd9c28db (492 revisions) by skia-autoroll · 4 years, 6 months ago
- f573fb1 Roll ANGLE from 687d3153197e to 27e12398b338 (7 revisions) by skia-autoroll · 4 years, 6 months ago
- ec3958c Roll SwiftShader from 69b79eec6533 to a0aeb64e01d7 (1 revision) by skia-autoroll · 4 years, 6 months ago
- 3aff6ae Replace crashing pokemonwiki with intelwiki by Ravi Mistry · 4 years, 6 months ago
- 961d944 SkSL DSL now uses node pooling by Ethan Nicholas · 4 years, 6 months ago
- cc119d9 Make getUniqueKey virtual on GrSurfaceProxy by Adlai Holler · 4 years, 6 months ago
- 1143b1b Determine recylability at expire-time in GrResourceAllocator by Adlai Holler · 4 years, 6 months ago
- 9a16c13 Roll skcms from 4e5402c56973 to 57e818ae88b7 (1 revision) by skia-autoroll · 4 years, 6 months ago
- 2654187 Eliminate unused local variables during SkSL optimization. by John Stiles · 4 years, 6 months ago
- f10eff3 Fix misdetection of dead global variables. by John Stiles · 4 years, 6 months ago
- 3230255 Reland "remove the OpMemoryPool" by Herb Derby · 4 years, 6 months ago
- 34271a3 Revert "Merge MSL vertex and fragment shaders into one string before compiling." by Michael Ludwig · 4 years, 6 months ago
- bf58add Revert "Only include header once in combined MSL shader." by Michael Ludwig · 4 years, 6 months ago