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
*
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
*
add shader flag kConstInY_Flag
reed@android.com
2009-06-12
*
Some Linux / 64-bit compile fixes.
deanm@chromium.org
2009-06-11
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05
*
fix dumpcanvas to recurse on pictures and shapes
reed@android.com
2009-06-05
*
add isConvex() hit to SkPath, to be used to speed up fills and opengl
reed@android.com
2009-06-03
*
update includes for android for gl backend
reed@android.com
2009-06-01
*
call notifyPixelsChanged() when the pages are flipped in pageflippixelref
reed@android.com
2009-05-30
*
animate matrixref in sample shapes
reed@android.com
2009-05-27
*
move shapes subclasses into effects
reed@android.com
2009-05-27
*
add SDL support
reed@android.com
2009-05-22
*
add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our
reed@android.com
2009-05-22
*
add sample effects
reed@android.com
2009-05-22
*
shapes checkpoint: move matrix into groupshape and out of shape
reed@android.com
2009-05-18
*
add SkSize for dimensions
reed@android.com
2009-05-13
*
fix copyTo to only copy the minimum pixels per row, and to lock the src before
reed@android.com
2009-05-05
*
add sample for gradients
reed@android.com
2009-04-02
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...
reed@android.com
2009-03-30
*
add check/hack to avoid drawing outside of the clip for hairlines
reed@android.com
2009-03-23
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
disable cubic test for now (currently broken)
reed@android.com
2009-03-16
*
add sanity checks to handles extremely large coordinates or filter margins.
reed@android.com
2009-03-16
*
Change (correct) SkImageRef's ownership rule for streams to the skia standard
reed@android.com
2009-03-16
*
remember to specify the bloody font tag in the constructor!
reed@android.com
2009-03-10
*
mac fonts sort of work now
reed@android.com
2009-03-09
*
migrate more legacy unittests into tests/
reed@android.com
2009-03-07
*
patch SkMath.h to build in ARMv4
reed@android.com
2009-03-05
[next]