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
*
fix winding bug in lineclipper
reed@android.com
2009-11-23
*
retool clipping in hairlines to catch huge coordinates
reed@android.com
2009-11-19
*
new scanconversion technique
reed@android.com
2009-11-18
*
fix typos in cubic clipper
reed@android.com
2009-11-18
*
add explicit clamping after chopping w/ t to ensure we're in the clip
reed@android.com
2009-11-17
*
add quadclipping utility, plus sample test
reed@android.com
2009-11-17
*
add lineclipper, and test case
reed@android.com
2009-11-16
*
add onSendClickToChildren to views, so a view can capture all clicks.
reed@android.com
2009-11-16
*
use imageref_globalpool in samplepicture, to test flattening bitmaps
reed@android.com
2009-11-10
*
update dox for SkAvoidXfermode (as best I could)
reed@android.com
2009-11-09
*
fix cheap calc of edgelist size
reed@android.com
2009-11-05
*
default to not showing the (slow) overview slide: hit DELETE to invoke
reed@android.com
2009-11-04
*
add SkEvalCubicInterval
reed@android.com
2009-11-03
*
add OVerView slide to samplecode
reed@android.com
2009-11-03
*
rename gamma to table, since it is more general than just gamma
reed@android.com
2009-10-29
*
update on boundary patches
reed@android.com
2009-10-28
*
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
[next]