- 1de89c4 Don't use filter-quality by Mike Reed · 4 years ago
- e1314a3 Fix a ref on a temporary in benchmark_wangs_formula_cubic_log2 by Chris Dalton · 4 years ago
- ebb37e7 Rewrite GrPathTessellateOp as GrPathInnerTriangulateOp by Chris Dalton · 4 years ago
- 039f136 filter-quality is deprecated, pass sampling to drawImage by Mike Reed · 4 years ago
- 330cfa4 Make GrTriangulator immutable by Chris Dalton · 4 years ago
- 9911630 Hide misc non-sampling draw methods by Mike Reed · 4 years ago
- 069e484 drawBitmap is deprecated by Mike Reed · 4 years ago
- 8a42b09 Update GrInnerFanTriangulator to use an existing SkArenaAlloc by Chris Dalton · 4 years ago
- ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 4 years ago
- e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 4 years ago
- e465205 Remove the offthread triangulation from GrPathTessellateOp by Chris Dalton · 4 years ago
- d717743 Extract some GrPathTessellatoOp logic into virtual helper classes by Chris Dalton · 4 years ago
- 2ac6ce8 Simplify common case for recttorect by Mike Reed · 4 years ago
- 5ec2238 Simplify common case of linear filtering with no mips by Mike Reed · 4 years ago
- ad48280 Avoid uninitialized values in strokeIndirect SIMD queues by Chris Dalton · 4 years ago
- dc607e3 Use bitmap.asImage() by Mike Reed · 4 years ago
- 839eef3 Work on hiding filter-quality by Mike Reed · 4 years ago
- 8f7d953 Remove public getter for GrSurfaceDrawContext on SkSCanvas. by Brian Salomon · 4 years ago
- ac9f0c9 Bitmap.asImage() by Mike Reed · 4 years ago
- 9194675 SkSL: In the front-end, rename PipelineStage to RuntimeEffect by Brian Osman · 4 years ago
- 0047aff remove very oldest SkVM testing by Mike Klein · 4 years ago
- 15f5184 Reland "Disable HW tessellation shaders by default" by Chris Dalton · 4 years ago
- f124108 how to use SkArenaAlloc with no friends by Mike Klein · 4 years ago
- 057fcbe Use sampling for bitmap shaders by Mike Reed · 4 years, 1 month ago
- 82abece Bitmap should use sampling options by Mike Reed · 4 years, 1 month ago
- eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 4 years, 1 month ago
- c2a1746 Implement stroke tessellation with indirect draws by Chris Dalton · 4 years, 1 month ago
- 99c9446 Add flag to hide non-sampling imageshader factories by Mike Reed · 4 years, 1 month ago
- 8ab65bf don't parse svgs we won't run by Mike Klein · 4 years, 1 month ago
- 1a4140e deprecate getTotalMatrix by Mike Reed · 4 years, 1 month ago
- 4089418 hoist the common matrix code for filling vertices by Herb Derby · 4 years, 1 month ago
- 46d1e9f remove use of initial matrix by Herb Derby · 4 years, 1 month ago
- 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 4 years, 1 month ago
- d90024d split subrun API into Blob and Op interfaces by Herb Derby · 4 years, 1 month ago
- a03f8bf other ways to organize samplingoptions? by Mike Reed · 4 years, 1 month ago
- 2c21a11 Remove uses of SkCanvas::flush by Robert Phillips · 4 years, 1 month ago
- 5626998 SkSL: Reduce default heap usage, improve heap benchmarks by Brian Osman · 4 years, 1 month ago
- 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years, 1 month ago
- 0006ad0 Stop cloning builtin functions by Brian Osman · 4 years, 1 month ago
- e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years, 1 month ago
- 281583a processGlyphRunList -> processGlyphRun: move out loop by Herb Derby · 4 years, 1 month ago
- fbbc3bb Move SkTTopoSort to src/gpu and rename it to GrTTopoSort by Robert Phillips · 4 years, 1 month ago
- 7ac2be2 Reland "add ERMS (enhanced rep mov/sto) SkOpts slice" by Mike Klein · 4 years, 2 months ago
- db0b998 mark bitmap immutable in bench by Mike Reed · 4 years, 2 months ago
- d32c57d Revert "add ERMS (enhanced rep mov/sto) SkOpts slice" by Mike Klein · 4 years, 2 months ago
- 26ad8cc add ERMS (enhanced rep mov/sto) SkOpts slice by Mike Klein · 4 years, 2 months ago
- 90ad0fe Add a mock implementation of GrMeshDrawOp::Target by Chris Dalton · 4 years, 2 months ago
- fb5850f replace std::aligned_storage by Mike Klein · 4 years, 2 months ago
- ba9a04f Revert "Revert "Additional SkSL benches"" by Ethan Nicholas · 4 years, 2 months ago
- 1277971 Revert "Additional SkSL benches" by Ethan Nicholas · 4 years, 2 months ago
- a2d6b31 Additional SkSL benches by Ethan Nicholas · 4 years, 2 months ago
- 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 4 years, 2 months ago
- d7e7659 Move GrShaderCaps from Program::Settings to Compiler by Brian Osman · 4 years, 2 months ago
- 0e54309 Merge GrStrokePatchBuilder into GrStrokeTessellateOp by Chris Dalton · 4 years, 2 months ago
- 2882e70 Add GrPathUtils::findCubicConvex180Chops by Chris Dalton · 4 years, 2 months ago
- 83c38a8 Allow uniqueKey invalidation messages to reach the thread safe cache by Robert Phillips · 4 years, 2 months ago
- e32e1ab replace GrOpMemoryPool with GrMemoryPool by Herb Derby · 4 years, 2 months ago
- 0e13db7 Clean up GrPathUtils by Chris Dalton · 4 years, 2 months ago
- c76d409 add API for Op creation by Herb Derby · 4 years, 3 months ago
- 312535b Create sksl_small nanobench test. by John Stiles · 4 years, 2 months ago
- 58a26a8 Fix the formula for fNumRadialSegmentsPerRadian in GrStrokePatchBuilder by Chris Dalton · 4 years, 2 months ago
- b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 4 years, 2 months ago
- d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 4 years, 2 months ago
- 6fc4106 [svg] Relocate out of experimental by Florin Malita · 4 years, 2 months ago
- f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 4 years, 3 months ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 3 months ago
- 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 4 years, 3 months ago
- ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 4 years, 3 months ago
- bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 4 years, 3 months ago
- c1916c3 Remove use of legacy display globals. by Ben Wagner · 4 years, 3 months ago
- 7f88b72 Update nanobench SkSL tests. by John Stiles · 4 years, 3 months ago
- 24c5d24 Add a benchmark that measures SkSL::Compiler startup time by Brian Osman · 4 years, 3 months ago
- 0b0fb4d minimize includes and forwards for remote glyph cache by Herb Derby · 4 years, 3 months ago
- 5e1545f Finish recording tessellation pipelines by Chris Dalton · 4 years, 3 months ago
- e74cebe Begin implementing onPrePrepare for tessellation ops by Chris Dalton · 4 years, 3 months ago
- e206764 Optimize GrWangsFormula by Chris Dalton · 4 years, 3 months ago
- e4b7969 Use SkClipOp::kIntersect instead of kReplace_ClipOp by Michael Ludwig · 4 years, 3 months ago
- 34b19c5 SkSL optimization now happens in convertProgram rather than being a by Ethan Nicholas · 4 years, 4 months ago
- d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years, 4 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 4 months ago
- 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 4 months ago
- 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years, 4 months ago
- bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 4 months ago
- 626349b Remove do-nothing MPD benchmarking from nanobench by Brian Salomon · 4 years, 4 months ago
- 92f6eb1 use pathbuilder by Mike Reed · 4 years, 4 months ago
- 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 5 months ago
- 457c6dd remove unused enums for picture-recorder by Mike Reed · 4 years, 4 months ago
- 4aac2f9 Can we remove this flag to picture-recording? by Mike Reed · 4 years, 4 months ago
- 853d4ed Revert "remove sksl interpreter guards" by Mike Klein · 4 years, 4 months ago
- 7f1117e remove sksl interpreter guards by Mike Klein · 4 years, 4 months ago
- a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 4 months ago
- c27d535 benchmark for text vertex fill by Herb Derby · 4 years, 5 months ago
- 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 5 months ago
- 5edf510 Add plumbing for access to the flush-time GrSmallPathAtlasMgr by Robert Phillips · 4 years, 5 months ago
- 60fc650 Lower cubic stroke recursion limit to 24 by Tyler Denniston · 4 years, 5 months ago
- 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 5 months ago
- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 5 months ago
- 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years, 5 months ago
- fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 5 months ago
- 078f875 Rename GrTessellateStroke* -> GrStrokeTessellate* and friends by Chris Dalton · 4 years, 5 months ago