index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
samplecode
Commit message (
Expand
)
Author
Age
...
*
add boundary patch experiment
reed@android.com
2009-10-27
*
first cut at a checkbox
reed@android.com
2009-10-21
*
first cut at rubber-sheet warping
reed@android.com
2009-10-20
*
experiment
reed@android.com
2009-10-20
*
clean up fix to drawBitmapRect
reed@android.com
2009-10-16
*
fix drawBitmapRect to not clip the src rect when computing the matrix
reed@android.com
2009-10-15
*
require expat to use with animator
reed@android.com
2009-10-13
*
check-point for reviving animator
reed@android.com
2009-10-13
*
add new cubic test for overflow
reed@android.com
2009-10-13
*
add sample for text rasterizer
reed@android.com
2009-10-12
*
capture drawings to png
reed@android.com
2009-10-06
*
add BlitRow procs for 32->32, to allow for neon and other optimizations.
reed@android.com
2009-09-23
*
update sample to use new two-point-radial gradients from senorblanco!!!
reed@android.com
2009-09-22
*
#if 0 test code for blur, since it references a private header
reed@android.com
2009-09-21
*
add tests for blurmask
reed@android.com
2009-09-21
*
update with tests for blur
reed@android.com
2009-09-18
*
use doubles in matrix.invert() to keep more precision, needed for subtle
reed@android.com
2009-09-16
*
add neon opts for matrix procs
reed@android.com
2009-09-15
*
update
reed@android.com
2009-09-02
*
add
reed@android.com
2009-09-02
*
add tests for extractAlpha
reed@android.com
2009-08-31
*
http://code.google.com/p/skia/issues/detail?id=32
reed@android.com
2009-08-28
*
fix gaps in antialiased hairlines (thanks to preda)
reed@android.com
2009-08-28
*
expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader
reed@android.com
2009-08-27
*
show the hairlines after each test iteration
reed@android.com
2009-08-25
*
special case 1x1 bitmaps when drawn as a shader (treat as a solid color)
reed@android.com
2009-08-25
*
fixes around isOpaque and dithering
reed@android.com
2009-08-22
*
respect dither setting in index8->565 sprite case
reed@android.com
2009-08-20
*
close out previous contour (so we don't miss the last segment)
reed@android.com
2009-08-14
*
add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on
reed@android.com
2009-08-14
*
test for non-scaled bitmap tiles
reed@android.com
2009-08-13
*
rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the
reed@android.com
2009-07-22
*
remove conditional build flag for mipmaps
reed@android.com
2009-07-17
*
add shaderprocs for all-in-one special blits (matrix+sampler)
reed@android.com
2009-07-16
*
handle cap==round for drawPoints
reed@android.com
2009-07-10
*
tweaks to 16bit shaders
reed@android.com
2009-07-10
*
make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.
reed@android.com
2009-07-10
*
respect preferred config when png is index-based
reed@android.com
2009-07-08
*
check if the encoder factory returned null
reed@android.com
2009-07-07
*
more checks for null shapes in pictures
reed@android.com
2009-07-03
*
fix gradients with alpha to convert to premul *after* the intermediate color
reed@android.com
2009-07-02
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
add shape recording to pictuures (sans serialization)
reed@android.com
2009-06-26
*
detect nearly translate-only matrices when drawing bitmaps (for speed)
reed@android.com
2009-06-24
*
remove remaining references to porterduff
reed@android.com
2009-06-23
*
remove deprecated use of porterduff enum
reed@android.com
2009-06-23
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
add sample for mipmaps
reed@android.com
2009-06-16
*
add optional Format* parameter to decoder helper functions.
reed@android.com
2009-06-15
[prev]
[next]