aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* make include search paths relativeGravatar reed@android.com2009-05-22
* update relative paths for sample codeGravatar reed@android.com2009-05-22
* add actual sdl project fileGravatar reed@android.com2009-05-22
* add sampleapp_sdlGravatar reed@android.com2009-05-22
* add SDL supportGravatar reed@android.com2009-05-22
* add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourGravatar reed@android.com2009-05-22
* add sample effectsGravatar reed@android.com2009-05-22
* init bounds to empty if we return false from getClipBounds()Gravatar reed@android.com2009-05-18
* shapes checkpoint: move matrix into groupshape and out of shapeGravatar reed@android.com2009-05-18
* fix parse error:Gravatar reed@android.com2009-05-18
* Fix reference count on openStreamGravatar reed@android.com2009-05-18
* fix impl of drawPictureGravatar reed@android.com2009-05-13
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* Honor pref config in image decoding whenever possible.Gravatar weita@google.com2009-05-11
* add SkSize for dimensionsGravatar reed@android.com2009-05-08
* add SK_USE_OLD_255_TO_256 define to disable alpha+1 change to SkAlpha255To256Gravatar reed@android.com2009-05-08
* Typo fix for VDMX parsing in Chromium.Gravatar agl@chromium.org2009-05-07
* add canCopyTo(), to preflight if copyTo can succeed. update unittests for itGravatar reed@android.com2009-05-06
* fix copyTo to only copy the minimum pixels per row, and to lock the src beforeGravatar reed@android.com2009-05-05
* add simple port of memory APIs, to be used as a template for other platformsGravatar reed@android.com2009-05-04
* update license headerGravatar reed@android.com2009-05-04
* check for 0 upem in freetypeGravatar reed@android.com2009-05-04
* Allow copying an Index8 bitmap when srcConfig and dstConfig are bothGravatar weita@google.com2009-05-03
* add BitmapCopyTest. Still need to consider the src==no_config caseGravatar reed@android.com2009-05-01
* Add fontconfig support.Gravatar agl@chromium.org2009-04-28
* handle interlacingGravatar reed@android.com2009-04-28
* add skiamge (in tools/) that decodes and encodes imagesGravatar reed@android.com2009-04-24
* add ADD xfermodeGravatar reed@android.com2009-04-24
* fix mac buildGravatar reed@android.com2009-04-23
* Sync with Chromium's forkGravatar agl@chromium.org2009-04-22
* trivial: fix wsGravatar reed@android.com2009-04-14
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* SkFontHost_tables: fix minor bugsGravatar agl@chromium.org2009-04-13
* update for config/ directoryGravatar reed@android.com2009-04-12
* support -android mode when running tests, which spews out android specificGravatar reed@android.com2009-04-09
* move SkUserConfig.h into include/config/ so it can be replaced by changing theGravatar reed@android.com2009-04-08
* implement generateCountGlyphs using new font table apisGravatar reed@android.com2009-04-08
* add Table apis to SkFontHostGravatar reed@android.com2009-04-08
* update SkPostConfig.h to unset LEAN_AND_MEAN if it set it before including <w...Gravatar reed@android.com2009-04-06
* import portability fixes from Chrome around floatsGravatar reed@android.com2009-04-03
* extend gradients to handle (by clamping) the first and last color position ifGravatar reed@android.com2009-04-03
* replace floorf() with sk_float_floor(), so it builds on platforms w/o floorfGravatar reed@android.com2009-04-02
* add sample for gradientsGravatar reed@android.com2009-04-02
* cleanup formating (e.g. no trailing spaces)Gravatar reed@android.com2009-04-02
* rename tests/main to testmain.cppGravatar reed@android.com2009-04-01
* rename bench's main to benchmain.cpp, to avoid multiple files with same nameGravatar reed@android.com2009-04-01
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* add -pict option to bench, which draws everything through a picture, and thenGravatar reed@android.com2009-03-31
* Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...Gravatar reed@android.com2009-03-30
* make bitmap width/height 32bits, matching the APIGravatar reed@android.com2009-03-27