index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
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
*
make the same prerounding fix for the shadeSpan16 case
reed@android.com
2009-06-12
*
preround our fx fractional coordiante, so we get rounded integers (0..255) when
reed@android.com
2009-06-12
*
add experimental state tracker for opengl
reed@android.com
2009-06-12
*
Some Linux / 64-bit compile fixes.
deanm@chromium.org
2009-06-11
*
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
*
Replace nil -> NULL in the views code.
deanm@chromium.org
2009-06-04
*
add isConvex() hit to SkPath, to be used to speed up fills and opengl
reed@android.com
2009-06-03
*
initialize fFlags in gradients
reed@android.com
2009-06-02
*
fix break in setConfig() where we always reset the bitmap
reed@android.com
2009-06-02
*
Style only change to make SkBitmap to make it build with VC2005.
agl@chromium.org
2009-06-01
*
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
*
fontconfig: allow fallback for certain magical font names.
agl@chromium.org
2009-06-01
*
call notifyPixelsChanged() when the pages are flipped in pageflippixelref
reed@android.com
2009-05-30
*
fix trailing-ws
reed@android.com
2009-05-29
*
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
*
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
*
init bounds to empty if we return false from getClipBounds()
reed@android.com
2009-05-18
*
shapes checkpoint: move matrix into groupshape and out of shape
reed@android.com
2009-05-18
*
fix parse error:
reed@android.com
2009-05-18
*
Fix reference count on openStream
reed@android.com
2009-05-18
*
fix impl of drawPicture
reed@android.com
2009-05-13
*
add SkSize for dimensions
reed@android.com
2009-05-13
*
Honor pref config in image decoding whenever possible.
weita@google.com
2009-05-11
*
Typo fix for VDMX parsing in Chromium.
agl@chromium.org
2009-05-07
*
add canCopyTo(), to preflight if copyTo can succeed. update unittests for it
reed@android.com
2009-05-06
*
fix copyTo to only copy the minimum pixels per row, and to lock the src before
reed@android.com
2009-05-05
*
add simple port of memory APIs, to be used as a template for other platforms
reed@android.com
2009-05-04
*
update license header
reed@android.com
2009-05-04
*
check for 0 upem in freetype
reed@android.com
2009-05-04
*
Allow copying an Index8 bitmap when srcConfig and dstConfig are both
weita@google.com
2009-05-03
*
Add fontconfig support.
agl@chromium.org
2009-04-28
*
handle interlacing
reed@android.com
2009-04-28
*
add ADD xfermode
reed@android.com
2009-04-24
*
fix mac build
reed@android.com
2009-04-23
*
Sync with Chromium's fork
agl@chromium.org
2009-04-22
*
trivial: fix ws
reed@android.com
2009-04-14
*
add SkSfntUtils to parse some known truetype tables
reed@android.com
2009-04-14
*
SkFontHost_tables: fix minor bugs
agl@chromium.org
2009-04-13
*
implement generateCountGlyphs using new font table apis
reed@android.com
2009-04-08
*
add Table apis to SkFontHost
reed@android.com
2009-04-08
[next]