aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/MipMapTest.cpp
Commit message (Expand)AuthorAge
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeGravatar Brian Osman2016-11-09
* tests: s/SkAutoTUnref/sk_sp/Gravatar Hal Canary2016-11-04
* respect srgb gamma when building mipsGravatar reed2016-06-10
* SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.Gravatar cblume2016-06-09
* SkMipMap::ComputeLevelSize to return SkISizeGravatar cblume2016-06-03
* Add getting the size of a given mipmap level.Gravatar cblume2016-06-02
* SkMipMap::Build supports 1xN and Nx1 inputs, so remove the special case from ...Gravatar brianosman2016-03-25
* Adding anisotropic mipmap levels to SkMipMap.Gravatar cblume2016-03-01
* Adding direct access to SkMipMap levels.Gravatar cblume2016-02-17
* Relocate anisotropic mipmap logic to SkMipMap::extractLevel()Gravatar fmalita2016-02-09
* use pixmaps in mipmap apiGravatar reed2016-01-16
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Add SkCachedData and use it for SkMipMapGravatar reed2014-10-08
* Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...Gravatar reed2014-10-03
* Add SkCachedData and use it for SkMipMapGravatar reed2014-10-02
* replace setConfig+allocPixels with single callGravatar mike@reedtribe.org2014-02-13
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* use sk_bzero to init level, since I got the number of 0s wrong using { }Gravatar reed@google.com2013-07-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-19
* use { 0, 0, 0, 0 } to fix warningGravatar reed@google.com2013-07-18
* init prevLevel to avoid warningGravatar reed@google.com2013-07-18
* pull mipmap class into its own (private) headerGravatar reed@google.com2013-07-18