index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
MipMapTest.cpp
Commit message (
Expand
)
Author
Age
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
tests: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-04
*
respect srgb gamma when building mips
reed
2016-06-10
*
SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.
cblume
2016-06-09
*
SkMipMap::ComputeLevelSize to return SkISize
cblume
2016-06-03
*
Add getting the size of a given mipmap level.
cblume
2016-06-02
*
SkMipMap::Build supports 1xN and Nx1 inputs, so remove the special case from ...
brianosman
2016-03-25
*
Adding anisotropic mipmap levels to SkMipMap.
cblume
2016-03-01
*
Adding direct access to SkMipMap levels.
cblume
2016-02-17
*
Relocate anisotropic mipmap logic to SkMipMap::extractLevel()
fmalita
2016-02-09
*
use pixmaps in mipmap api
reed
2016-01-16
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Add SkCachedData and use it for SkMipMap
reed
2014-10-08
*
Speculative revert to diagnose crash in chrome. Revert "Add SkCachedData and ...
reed
2014-10-03
*
Add SkCachedData and use it for SkMipMap
reed
2014-10-02
*
replace setConfig+allocPixels with single call
mike@reedtribe.org
2014-02-13
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Switch out random number generator for tests, benches, samples.
commit-bot@chromium.org
2013-09-06
*
use sk_bzero to init level, since I got the number of 0s wrong using { }
reed@google.com
2013-07-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-19
*
use { 0, 0, 0, 0 } to fix warning
reed@google.com
2013-07-18
*
init prevLevel to avoid warning
reed@google.com
2013-07-18
*
pull mipmap class into its own (private) header
reed@google.com
2013-07-18