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
*
Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) we
reed@google.com
2012-04-10
*
add debuggin matrix-proc to validate its output before calling the samplers
reed@google.com
2012-03-27
*
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
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w...
agl@chromium.org
2010-06-18
*
We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading
agl@chromium.org
2010-06-16
*
fix overflow in matrixproc, and add debugging code to test that
reed@android.com
2010-04-14
*
add shaderproc32 for index bitmaps. neon version of 32->16+dither
reed@android.com
2009-10-27
*
add method to compute max count for a given buffer size in the bitmap shader.
reed@android.com
2009-08-14
*
add special matrixprocs when the matrix is at most translate. These are faster
reed@android.com
2009-08-13
*
more neon work:
reed@android.com
2009-08-07
*
add platformProcs() porting function
reed@android.com
2009-08-03
*
clean up SkBitmapProcState in preparation for adding porting-layer functions
reed@android.com
2009-08-03
*
add special proc for repeat 16->16 filter bitmap shader
reed@android.com
2009-07-17
*
remove conditional build flag for mipmaps
reed@android.com
2009-07-17
*
first cut at support for HW-specific blits/etc.
reed@android.com
2009-07-16
*
try our first special-case shaderproc
reed@android.com
2009-07-16
*
add shaderprocs for all-in-one special blits (matrix+sampler)
reed@android.com
2009-07-16
*
Handle kA8 bitmaps drawing through a matrix (was infinitely recursive)
reed@android.com
2009-02-24
*
remove obsolete state
reed@android.com
2009-01-12
*
grab from latest android
reed@android.com
2008-12-17