aboutsummaryrefslogtreecommitdiff
path: root/bench
AgeCommit message (Expand)Author
2021-06-14Add scratch-only version of performDeferredCleanupMichael Ludwig
2021-05-12Use Wang's formula for quadratic and cubic point countsMichael Ludwig
2021-05-06Remove SkTextBlobDiffCanvas, use tracking device directly with base SkCanvasMichael Ludwig
2021-05-05Add mapRect function and RectToRect constructor to SkM44Michael Ludwig
2021-05-01Collect DMSAA statsChris Dalton
2021-04-30MSKP support in nanobenchBrian Salomon
2021-04-30nanobench: Don't tile skps outside their cull rectChris Dalton
2021-04-22Implement a fixed count stroke tessellatorChris Dalton
2021-04-22Delete mixed samplesChris Dalton
2021-04-22use GrArenas for direct glyph drawingHerb Derby
2021-04-21Update GrStrokeTessellator to make its own shaderChris Dalton
2021-04-21Convert some SkRuntimeEffect::Make to use stage-specific factoriesBrian Osman
2021-04-20Convert dmsaa to an SkSurfacePropChris Dalton
2021-04-20Make SkSurfaceProps non-optional for SDCs and SkSpecialImagesChris Dalton
2021-04-19Use the word "precision" to describe "1/tolerance" for linearizationChris Dalton
2021-04-15Add runtime color filter and shader modes to the SkSL compilerBrian Osman
2021-04-14No VS specialization for identity or scale/trans in reduced shader modeBrian Salomon
2021-04-14add bounds generation code to SkGlyphRunHerb Derby
2021-04-13Runtime effects: Support input color as a parameter to main()Brian Osman
2021-04-02clean up drawTextUTF8 and rename to textToGlyphRunListHerb Derby
2021-03-31Extract a GrVertexChunkArray class with a builderChris Dalton
2021-03-25Fix Python3 compatibilityEric Boren
2021-03-24Update blendmode benchmark to allow less than 1000 iterations.John Stiles
2021-03-24Revert "Performance experiment: Disable SkSL inliner in nanobench/skpbench."John Stiles
2021-03-24Performance experiment: Disable SkSL inliner in nanobench/skpbench.John Stiles
2021-03-23split off --dylib from --jit in nanobenchMike Klein
2021-03-23Abort in Nanobench if a shader compilation error occurs.John Stiles
2021-03-23Add a custom ShaderErrorHandler to Nanobench.John Stiles
2021-03-23remove paint from SkGlyphRunListHerb Derby
2021-03-23Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ...Robert Phillips
2021-03-22Fuse GrPrimitiveProcessor & GrGeometryProcessor into a new GrGeometryProcessorRobert Phillips
2021-03-21Revert "Performance experiment: Disable SkSL inliner in nanobench/skpbench."John Stiles
2021-03-20Performance experiment: Disable SkSL inliner in nanobench/skpbench.John Stiles
2021-03-19improve SkParagraph's bench accuracyHerb Derby
2021-03-18Must pass filtering to picture shaderMike Reed
2021-03-18Reland "Add tooling support for dmsaa"Chris Dalton
2021-03-17Revert "Add tooling support for dmsaa"Chris Dalton
2021-03-17Revert "Revert "Add bench for skparagraph""Mike Reed
2021-03-17Add tooling support for dmsaaChris Dalton
2021-03-17Update tooling code to store surface flags instead of "useDIText"Chris Dalton
2021-03-16Update SkSL benchmark code to match actual Skia output.John Stiles
2021-03-15Revert "Add bench for skparagraph"Mike Reed
2021-03-15Add bench for skparagraphMike Reed
2021-03-13Revert "Performance experiment: Disable SkSL inliner in nanobench/skpbench."John Stiles
2021-03-12Performance experiment: Disable SkSL inliner in nanobench/skpbench.John Stiles
2021-03-11Add a benchmark of filterColor4f with the matrix color filterBrian Osman
2021-03-10Declare outputColor and outputCoverage inside emitCode.John Stiles
2021-03-09move subrun creation to GrTextBlob::MakeHerb Derby
2021-03-05Reland "rename GrSDFTOptions to GrSDFTControl"Herb Derby
2021-03-05Revert "rename GrSDFTOptions to GrSDFTControl"Mike Reed