index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapProcState.cpp
Commit message (
Expand
)
Author
Age
*
use SkBitmapProvider for shader-context
reed
2015-09-15
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
switch bitmapshader internals over to pixmap
reed
2015-06-04
*
refactor bitmapshader to use a controller
reed
2015-06-04
*
add SkMatrix::decomposeScale
reed
2015-03-19
*
remove unneeded SK_SUPPORT_LEGACY_MIPMAP_EFFECTIVE_SCALE guard
reed
2015-03-19
*
add kGray_8_SkColorType
reed
2015-03-17
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
Make SkPixelRef::isLocked() debug-only, remove related dead code.
mtklein
2015-02-20
*
Revert of Make SkPixelRef::isLocked() debug-only, remove related dead code. (...
reed
2015-02-19
*
Make SkPixelRef::isLocked() debug-only, remove related dead code.
mtklein
2015-02-19
*
use geometric ave for choosing mip level
reed
2015-02-19
*
check effective cache-size for fixed-budget caches
reed
2015-01-26
*
remove dead code after HQ change
reed
2015-01-20
*
remove legacy flags for old image filtering
reed
2015-01-20
*
reorg filter quality cascade
reed
2015-01-16
*
separate out the scaline-choosing to simplify chooseProcs
reed
2015-01-14
*
check (thread-tricky) colortable after we've copied the bitmap into a per-thr...
reed
2014-12-04
*
remove now unused (by Chrome) ifdef
humper
2014-10-29
*
Fix the way we patch up the matrix for scaled images that aren't
humper
2014-10-27
*
Revert "Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:12...
mtklein
2014-10-23
*
Revert of create shaderproc for nofilter-opaque-dx (patchset #7 id:120001 of ...
mtklein
2014-10-23
*
create shaderproc for nofilter-opaque-dx
reed
2014-10-23
*
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
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Hide fields in SkImageInfo
reed
2014-09-03
*
harden requirements on SkBitmapCache
reed
2014-08-29
*
Second attempt to land the integral image scaling change.
humper
2014-08-28
*
rename ScaledImageCache to ResourceCache
reed
2014-08-28
*
manual revert of bitmap scale change while I investigate failures
humper
2014-08-28
*
always scale to an integer; compensate for fractional image sizes by leaving ...
humper
2014-08-27
*
retool image cache to be generic cache, allowing the client to subclass "Rec"...
reed
2014-08-26
*
expose generalized imagecache key
reed
2014-08-21
*
short circuit high quality scales that are actually the identity
humper
2014-08-08
*
Set maximum output size for scaled-image-cache images
halcanary
2014-07-17
*
don't draw unpremul alpha (yet)
reed
2014-07-12
*
Refactor bitmap scaler to make it easier to migrate rest of chrome to use it
humper
2014-06-27
*
Remove SK_IGNORE_CORRECT_HIGH_QUALITY_IMAGE_SCALE
fmalita
2014-06-10
*
replace config() with colorType()
commit-bot@chromium.org
2014-05-29
*
Make image scaling have floating point scales. Third attempt to land this
commit-bot@chromium.org
2014-05-28
*
Manual SVN revert of https://code.google.com/p/skia/source/detail?r=14905
epoger@google.com
2014-05-27
*
floating point scale factors for images
commit-bot@chromium.org
2014-05-27
*
Revert of Revert of Extract most of the mutable state of SkShader into a sepa...
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-23
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-17
*
add some asserts for mipmaps, and cleanup fFilterLevel if mipping failed
commit-bot@chromium.org
2014-04-17
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-16
[next]