| Commit message (Expand) | Author | Age |
... | |
* | add GetFileName api to SkFontHost | reed@android.com | 2009-07-31 |
* | ws fixes | reed@android.com | 2009-07-27 |
* | remove const from function return-type signature (useless, and generates gcc | reed@android.com | 2009-07-23 |
* | Add SkFontHost::FilterRect() which allows the font host to filter our request | reed@android.com | 2009-07-22 |
* | rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the | reed@android.com | 2009-07-22 |
* | Typo fix. | agl@chromium.org | 2009-07-21 |
* | Subpixel glyph rendering support. | agl@chromium.org | 2009-07-21 |
* | remove conditional build flag for mipmaps | reed@android.com | 2009-07-17 |
* | respect preferred config when png is index-based | reed@android.com | 2009-07-08 |
* | fix (aaaargh) white-space | reed@android.com | 2009-07-08 |
* | add dox for scalarcomparetype | reed@android.com | 2009-07-08 |
* | more checks for null shapes in pictures | reed@android.com | 2009-07-03 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | add unittest for matrix::flatten | reed@android.com | 2009-06-29 |
* | add shape flatten so they work properly in pictures | reed@android.com | 2009-06-29 |
* | 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 |
* | remove deprecated use of porterduff enum | reed@android.com | 2009-06-23 |
* | move xfermode modes from porterduff into xfermode itself | reed@android.com | 2009-06-22 |
* | almost there on gm (need to fix image writes/reads/compares) | reed@android.com | 2009-06-21 |
* | add width()/height() getters | reed@android.com | 2009-06-20 |
* | Fix MSVC builds by avoiding a uint to bool warning. | deanm@chromium.org | 2009-06-18 |
* | add shader flag kConstInY_Flag | reed@android.com | 2009-06-12 |
* | add equals() | 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 |
* | add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") | 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 |
* | fix trailing-ws | reed@android.com | 2009-05-29 |
* | 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 |
* | shapes checkpoint: move matrix into groupshape and out of shape | reed@android.com | 2009-05-18 |
* | add SkSize for dimensions | reed@android.com | 2009-05-13 |
* | 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 |
* | add canCopyTo(), to preflight if copyTo can succeed. update unittests for it | reed@android.com | 2009-05-06 |
* | Allow copying an Index8 bitmap when srcConfig and dstConfig are both | weita@google.com | 2009-05-03 |
* | add ADD xfermode | reed@android.com | 2009-04-24 |
* | Sync with Chromium's fork | agl@chromium.org | 2009-04-22 |
* | add SkSfntUtils to parse some known truetype tables | reed@android.com | 2009-04-14 |
* | move SkUserConfig.h into include/config/ so it can be replaced by changing the | 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 |
* | rename tests/main to testmain.cpp | reed@android.com | 2009-04-01 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | 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 |
* | rename drawable to drawing for now, so we don't collide with animator | reed@android.com | 2009-03-24 |
* | check-point for drawables (experimental) | reed@android.com | 2009-03-23 |
* | promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect | reed@android.com | 2009-03-19 |