index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkMipMap.cpp
Commit message (
Expand
)
Author
Age
*
Dest color space no longer impacts mipmaps or texture sampling
Brian Osman
2018-06-01
*
Remove sk_64_isS32 and sk_64_asS32
Herb Derby
2018-05-21
*
move a bunch of helpers from SkImageInfo.h into priv
Mike Reed
2018-02-09
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
Reland: Finish up mip opts: 2x3 and 3x2
Matt Sarett
2017-04-11
*
Revert "Finish up mip opts: 2x3 and 3x2"
Matt Sarett
2017-04-04
*
Finish up mip opts: 2x3 and 3x2
Matt Sarett
2017-04-04
*
Small downsample_3_3 optimization
Matt Sarett
2017-03-22
*
Optimize mipmap downsample_2_2 in sRGB mode
Matt Sarett
2017-03-09
*
Revert "Optimize mipmap downsample_2_2 in sRGB mode"
Derek Sollenberger
2017-03-08
*
Optimize mipmap downsample_2_2 in sRGB mode
Matt Sarett
2017-03-08
*
Revert "Revert "SkNx basically always is fast now.""
Mike Klein
2016-12-14
*
Revert "SkNx basically always is fast now."
Mike Klein
2016-12-14
*
SkNx basically always is fast now.
Mike Klein
2016-12-13
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
Flush denorm half floats to zero.
mtklein
2016-08-22
*
Improve naive SkColorXform to half floats
msarett
2016-07-19
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-15
*
Revert of Expand _01 half<->float limitation to _finite. Simplify. (patchset...
mtklein
2016-07-14
*
Expand _01 half<->float limitation to _finite. Simplify.
mtklein
2016-07-14
*
update callers to not use SkColorProfileType
reed
2016-06-21
*
Differentiate between sRGBGamma and 2Dot2Gamma
msarett
2016-06-16
*
respect srgb gamma when building mips
reed
2016-06-10
*
SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.
cblume
2016-06-09
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
SkMipMap::ComputeLevelSize to return SkISize
cblume
2016-06-03
*
Add getting the size of a given mipmap level.
cblume
2016-06-02
*
Add SkColorSpace to SkImageInfo
msarett
2016-05-27
*
Add mipmap procs for F16 format.
brianosman
2016-04-06
*
Adding anisotropic mipmap levels to SkMipMap.
cblume
2016-03-01
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Adding direct access to SkMipMap levels.
cblume
2016-02-17
*
Use geometric mean when selecting a mipmap scale
fmalita
2016-02-17
*
Relocate anisotropic mipmap logic to SkMipMap::extractLevel()
fmalita
2016-02-09
*
SkNx Load/store: take any pointer.
mtklein
2016-01-31
*
Cleaning up trailing spaces and typos.
cblume
2016-01-26
*
Delete 2 legacy flags
fmalita
2016-01-25
*
Anisotropic mipmap fixes
fmalita
2016-01-22
*
SkNx miplevel building
mtklein
2016-01-20
*
Revert of SkNx miplevel building (patchset #3 id:40001 of https://codereview....
mtklein
2016-01-20
*
SkNx miplevel building
mtklein
2016-01-19
*
remove SK_SUPPORT_LEGACY_MIPLEVEL_BUILDER code
reed
2016-01-17
*
use pixmaps in mipmap api
reed
2016-01-16
*
speedup mip builders
reed
2016-01-16
*
use triangle filter for odd dimensions in mip-levels
reed
2016-01-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
check (runtime) for null-pixels even when lock succeeds
reed
2015-06-02
[next]