aboutsummaryrefslogtreecommitdiff
path: root/bench
AgeCommit message (Expand)Author
2018-08-15add bench for cubicmapMike Reed
2018-08-14add dstAT param to xform stepsMike Klein
2018-08-09Remove dead code from BenchmarkBrian Osman
2018-08-08transform colors with steps + raster pipeline in SkColorSpaceXformerMike Klein
2018-08-07Update text blob benchmark to reflect realityHerb Derby
2018-08-07Add a bench for various single color xformsMike Klein
2018-08-07Reland "Move GrGeometryProcessor's textures out of classes and into"Brian Salomon
2018-08-06Revert "Move GrGeometryProcessor's textures out of classes and into"Brian Salomon
2018-08-06Make result of GrOp::combineIfPossible be an enum.Brian Salomon
2018-08-06Remove multitexturing support from GrTextureOp.Brian Salomon
2018-08-06Store GrMeshDrawOps' meshes in GrOpFlushState's arena.Brian Salomon
2018-08-03GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement.Brian Salomon
2018-08-01sk_tool::Registry: make an iterator.Hal Canary
2018-07-25add explicit accessor for sRGB singleton colorspacesMike Klein
2018-07-23Reland "Reland "Add some optimizations to PolyUtils""Jim Van Verth
2018-07-20Vertex color xform benchBrian Osman
2018-07-18Revert "Reland "Add some optimizations to PolyUtils""Ben Wagner
2018-07-18Reland "Add some optimizations to PolyUtils"Jim Van Verth
2018-07-17Revert "Add some optimizations to PolyUtils"Jim Van Verth
2018-07-17Add some optimizations to PolyUtilsJim Van Verth
2018-07-12Remove SkSafeSetNull.Ben Wagner
2018-07-12Replace nearly all kRespect with kIgnoreBrian Osman
2018-07-11collapse parametric_{r,g,b} into parametric, remove _a and gamma_dstMike Klein
2018-07-11Whitespace FixupHal Canary
2018-07-11Add more tests for PolyUtilsJim Van Verth
2018-07-09Interpolate patch vertices in destination color spaceBrian Osman
2018-06-19update software DM/nanobench configs for color testingMike Klein
2018-06-19Fold SkJSON into Skia/utilsFlorin Malita
2018-06-19Stop using SkTSwap.Ben Wagner
2018-06-18remove SkTCastMike Klein
2018-06-14Revert "Revert "SkTypes: extract SkTo""Hal Canary
2018-06-13Revert "SkTypes: extract SkTo"Hal Canary
2018-06-12SkTypes: extract SkToHal Canary
2018-06-11trim #include <new> from SkPostConfig.hMike Klein
2018-06-08Reland "Reland "Require mips to be allocated at texture creation time and dis...Greg Daniel
2018-06-08Revert "Reland "Require mips to be allocated at texture creation time and dis...Greg Daniel
2018-06-08remove unimportant benchMike Klein
2018-06-08Reland "Require mips to be allocated at texture creation time and disable lat...Greg Daniel
2018-06-07remove "srgb" config from DM,nanobenchMike Klein
2018-06-01Dest color space no longer impacts mipmaps or texture samplingBrian Osman
2018-05-31SkFloatToDecimal: optimize the less common cases.Hal Canary
2018-05-31add std::sort() to SortBenchMike Klein
2018-05-31Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman
2018-05-23Remove ColorCodecBenchBrian Osman
2018-05-11Make GrCaps and GrShaderCaps private.Brian Salomon
2018-04-24prepare to remove obsolete macrosCary Clark
2018-04-24ccpr: Cull extremely thin trianglesChris Dalton
2018-04-19ccpr: Clean up GrCCGeometryChris Dalton
2018-04-19Untangle strike cache and glyph cacheHerb Derby
2018-04-18Move strike cache Find*() to strike cacheHerb Derby