index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
xcode
Commit message (
Expand
)
Author
Age
*
use statictextviews to display coordinates in unitmapper
reed@android.com
2010-02-08
*
remove -lfreetype for now
reed@android.com
2010-01-25
*
update with agl
reed@android.com
2010-01-25
*
add impl for memset32
reed@android.com
2009-11-18
*
new scanconversion technique
reed@android.com
2009-11-18
*
default to not showing the (slow) overview slide: hit DELETE to invoke
reed@android.com
2009-11-04
*
add OVerView slide to samplecode
reed@android.com
2009-11-03
*
change projects to just run with curren-os sdk, in prep for snow-lepard
reed@android.com
2009-10-14
*
require expat to use with animator
reed@android.com
2009-10-13
*
add xcode project
reed@android.com
2009-10-13
*
add BlitRow procs for 32->32, to allow for neon and other optimizations.
reed@android.com
2009-09-23
*
add neon opts for matrix procs
reed@android.com
2009-09-15
*
add tests for extractAlpha
reed@android.com
2009-08-31
*
add boolean tests and IF/ELSE/END
reed@android.com
2009-08-30
*
experimental hack to write a forth engine to drive skia
reed@android.com
2009-08-29
*
fixes around isOpaque and dithering
reed@android.com
2009-08-22
*
update location of SkNWayCanvas.cpp
reed@android.com
2009-08-14
*
update
reed@android.com
2009-08-03
*
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
*
fix gradients with alpha to convert to premul *after* the intermediate color
reed@android.com
2009-07-02
*
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
*
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 shader flag kConstInY_Flag
reed@android.com
2009-06-12
*
add experimental state tracker for opengl
reed@android.com
2009-06-12
*
only call SkDevice::gainFocus() if we're actually drawing to a different device.
reed@android.com
2009-06-10
*
fix odd-pixel bug in mipmap downsamplers (thanks brett)
reed@android.com
2009-06-08
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05
*
update for cache updates
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
*
add unimpl macro to help track bugs
reed@android.com
2009-06-01
*
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
*
update SDL port to support OpenGL
reed@android.com
2009-05-29
*
move shapes subclasses into effects
reed@android.com
2009-05-27
*
create offscreen surface so we can set its RGB ordering to match our internals
reed@android.com
2009-05-26
*
make include search paths relative
reed@android.com
2009-05-22
*
update relative paths for sample code
reed@android.com
2009-05-22
*
add actual sdl project file
reed@android.com
2009-05-22
*
add sampleapp_sdl
reed@android.com
2009-05-22
*
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
*
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
[next]