index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapProcState.h
Commit message (
Expand
)
Author
Age
*
Add SSSE3 acceleration for S32_D16_filter_DXDY
qiankun.miao
2014-12-04
*
Revert of Add SSSE3 acceleration for S32_D16_filter_DXDY (patchset #3 id:4000...
jam
2014-12-03
*
Add SSSE3 acceleration for S32_D16_filter_DXDY
qiankun.miao
2014-12-02
*
Switch SkBitmapProcState's SkFractionalInt to 32.32.
mtklein
2014-11-21
*
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
*
remove commented-out code
reed
2014-08-26
*
retool image cache to be generic cache, allowing the client to subclass "Rec"...
reed
2014-08-26
*
Refactor bitmap scaler to make it easier to migrate rest of chrome to use it
humper
2014-06-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
*
start to remove lockPixels from bitmapshader
reed@google.com
2013-09-13
*
remove fConvolutionProcs from State, and just use it locally
reed@google.com
2013-09-05
*
Implement highQualityFilter16 so GM doesn't crash when you give it resources.
mtklein@google.com
2013-08-26
*
free cache in destructor, in case endContext was not called. change Resize to...
reed@google.com
2013-07-24
*
add scaledimagecache
reed@google.com
2013-07-23
*
stop using bitmap-filter flags outside of paint itself, as a step towards rea...
reed@google.com
2013-07-22
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-20
*
struct and class forward declarations incompatible on some compilers
humper@google.com
2013-07-19
*
The image resampling code has been transplanted from Chrome; it's incredibly ...
humper@google.com
2013-07-19
*
fix trivial matrix computation
humper@google.com
2013-07-14
*
Reverted 10056-10059
robertphillips@google.com
2013-07-13
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-13
*
Working plumb of image scaling:
humper@google.com
2013-07-12
*
don't leak the bitmap filter
commit-bot@chromium.org
2013-07-10
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-10
*
New bitmap filter checkin; this time with less build breakage
humper@google.com
2013-07-09
*
Revert "More general image filter interface; tested implementation of standal...
humper@google.com
2013-07-09
*
More general image filter interface; tested implementation of standalone
humper@google.com
2013-07-09
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-24
*
clone of https://codereview.chromium.org/15316014/ with teaks
reed@google.com
2013-05-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-21
*
detect gigantoid matrices, and do nothing to avoid wacky overflows from float...
reed@google.com
2012-11-20
*
fast case for translate-only repeat bitmapshader, so Tom can be happy
reed@google.com
2012-10-16
*
reland 5926 w/ fix in middle loop (thank you asserts)
reed@google.com
2012-10-12
*
revert 5926 (debug assert)
reed@google.com
2012-10-12
*
add shaderproc32 for translate+clamp+nofilter.
reed@google.com
2012-10-12
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
land http://codereview.appspot.com/6353063/ by Lei
reed@google.com
2012-07-24
*
add debuggin matrix-proc to validate its output before calling the samplers
reed@google.com
2012-03-27
*
enable fractionalint (64bit) math in bitmap procs
reed@google.com
2012-03-14
*
don't flip the fractional bits (low 4) for bilerp when in kMirror_TileMode
reed@google.com
2012-03-09
*
disable 64bit opt for now, as I debug skew failure in DRT
reed@google.com
2012-03-08
*
apply FractionalInt improvement to rotated
reed@google.com
2012-03-08
*
use higher precision (64bit) fixed-point for matrix proc
reed@google.com
2012-03-07
*
SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup.
tomhudson@google.com
2012-03-06
*
SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang.
tomhudson@google.com
2012-02-28
[next]