| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | add SkSize for dimensions | reed@android.com | 2009-05-08 |
* | add SK_USE_OLD_255_TO_256 define to disable alpha+1 change to SkAlpha255To256 | reed@android.com | 2009-05-08 |
* | 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 BitmapCopyTest. Still need to consider the src==no_config case | reed@android.com | 2009-05-01 |
* | Add fontconfig support. | agl@chromium.org | 2009-04-28 |
* | handle interlacing | reed@android.com | 2009-04-28 |
* | add skiamge (in tools/) that decodes and encodes images | reed@android.com | 2009-04-24 |
* | 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 |
* | update for config/ directory | reed@android.com | 2009-04-12 |
* | support -android mode when running tests, which spews out android specific | reed@android.com | 2009-04-09 |
* | move SkUserConfig.h into include/config/ so it can be replaced by changing the | reed@android.com | 2009-04-08 |
* | implement generateCountGlyphs using new font table apis | reed@android.com | 2009-04-08 |
* | add Table apis to SkFontHost | reed@android.com | 2009-04-08 |
* | update SkPostConfig.h to unset LEAN_AND_MEAN if it set it before including <w... | reed@android.com | 2009-04-06 |
* | import portability fixes from Chrome around floats | reed@android.com | 2009-04-03 |
* | extend gradients to handle (by clamping) the first and last color position if | reed@android.com | 2009-04-03 |
* | replace floorf() with sk_float_floor(), so it builds on platforms w/o floorf | reed@android.com | 2009-04-02 |
* | add sample for gradients | reed@android.com | 2009-04-02 |
* | cleanup formating (e.g. no trailing spaces) | reed@android.com | 2009-04-02 |
* | rename tests/main to testmain.cpp | reed@android.com | 2009-04-01 |
* | rename bench's main to benchmain.cpp, to avoid multiple files with same name | reed@android.com | 2009-04-01 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | add -pict option to bench, which draws everything through a picture, and then | reed@android.com | 2009-03-31 |
* | Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller... | reed@android.com | 2009-03-30 |
* | make bitmap width/height 32bits, matching the API | reed@android.com | 2009-03-27 |