aboutsummaryrefslogtreecommitdiffstats
path: root/bench/MipMapBench.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland "Stop conflating F16 with linear gamma"Brian Osman2018-08-281-4/+3
* Revert "Stop conflating F16 with linear gamma"Brian Osman2018-08-231-3/+4
* Stop conflating F16 with linear gammaBrian Osman2018-08-221-4/+3
* Dest color space no longer impacts mipmaps or texture samplingBrian Osman2018-06-011-27/+16
* Reland: Finish up mip opts: 2x3 and 3x2Matt Sarett2017-04-111-0/+6
* Revert "Finish up mip opts: 2x3 and 3x2"Matt Sarett2017-04-041-6/+0
* Finish up mip opts: 2x3 and 3x2Matt Sarett2017-04-041-0/+6
* Small downsample_3_3 optimizationMatt Sarett2017-03-221-0/+3
* Optimize mipmap downsample_2_2 in sRGB modeMatt Sarett2017-03-091-0/+3
* Revert "Optimize mipmap downsample_2_2 in sRGB mode"Derek Sollenberger2017-03-081-3/+0
* Optimize mipmap downsample_2_2 in sRGB modeMatt Sarett2017-03-081-0/+3
* Add half-float mipmap benchmarks tooBrian Osman2017-03-061-3/+12
* Add bench for odd-sized mipmapping w/sRGB filteringBrian Osman2017-03-061-0/+2
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeBrian Osman2016-11-091-10/+11
* respect srgb gamma when building mipsreed2016-06-101-8/+13
* update mipbuilder bench to exercise all 4 procsreed2016-01-151-6/+11
* test pow2 and non mipbuildersreed2016-01-151-5/+10
* Remove const from `const int loops`.mtklein2015-10-011-1/+1
* Fix for nexus 5 crashing in GL benchesjoshualitt2015-09-301-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* add bench for building mipmapsreed2015-01-261-0/+40