- c4cae85 add BlitRow procs for 32->32, to allow for neon and other optimizations. by reed@android.com · 15 years ago
- ed881c2 add neon opts for matrix procs by reed@android.com · 15 years ago
- 19a89f2 add boolean tests and IF/ELSE/END by reed@android.com · 15 years ago
- 3c9b2a4 expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader by reed@android.com · 15 years ago
- c645996 special case 1x1 bitmaps when drawn as a shader (treat as a solid color) by reed@android.com · 15 years ago
- 0da41db add detach() method by reed@android.com · 15 years ago
- cafc9f9 fixes around isOpaque and dithering by reed@android.com · 15 years ago
- d5ed395 Fix compliation on gcc-4.3 and ARMv5T by deanm@chromium.org · 15 years ago
- 4484d23 Remove assertion in getAddrLCD. by agl@chromium.org · 15 years ago
- ac98154 add GetFileName api to SkFontHost by reed@android.com · 15 years ago
- e2ca207 ws fixes use enum in getHinting() function, rather than hard-coded constants by reed@android.com · 15 years ago
- 41f8d48 remove const from function return-type signature (useless, and generates gcc by reed@android.com · 15 years ago
- 36a4c2a Add SkFontHost::FilterRect() which allows the font host to filter our request by reed@android.com · 15 years ago
- f549369 rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the by reed@android.com · 15 years ago
- f036426 Typo fix. by agl@chromium.org · 15 years ago
- 309485b Subpixel glyph rendering support. by agl@chromium.org · 15 years ago
- 83f7bc3 remove conditional build flag for mipmaps by reed@android.com · 15 years ago
- 1134426 respect preferred config when png is index-based by reed@android.com · 15 years ago
- 40443b2 fix (aaaargh) white-space by reed@android.com · 15 years ago
- 187d559 add dox for scalarcomparetype by reed@android.com · 15 years ago
- 8433b5d more checks for null shapes in pictures by reed@android.com · 15 years ago
- 4516f47 use sk_bzero instead of bzero, since it isn't always available. by reed@android.com · 15 years ago
- 4b7577b add unittest for matrix::flatten by reed@android.com · 15 years ago
- 0ad336f add shape flatten so they work properly in pictures by reed@android.com · 15 years ago
- 0baf193 detect nearly translate-only matrices when drawing bitmaps (for speed) by reed@android.com · 15 years ago
- 048522d remove remaining references to porterduff by reed@android.com · 15 years ago
- 845fdac remove deprecated use of porterduff enum by reed@android.com · 15 years ago
- a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
- 8015dd8 almost there on gm (need to fix image writes/reads/compares) by reed@android.com · 15 years ago
- 086f289 add width()/height() getters by reed@android.com · 15 years ago
- 81aaa9d Fix MSVC builds by avoiding a uint to bool warning. by deanm@chromium.org · 15 years ago
- 5119bdb add shader flag kConstInY_Flag by reed@android.com · 15 years ago
- f16c899 add equals() by reed@android.com · 15 years ago
- 199f108 only call SkDevice::gainFocus() if we're actually drawing to a different device. by reed@android.com · 15 years ago
- bbff1d5 add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") by reed@android.com · 15 years ago
- 6b82d1a add isConvex() hit to SkPath, to be used to speed up fills and opengl by reed@android.com · 15 years ago
- 89bb83a fix trailing-ws initialize fFlags in bitmapprocshader by reed@android.com · 15 years ago
- 671cd65 add SDL support by reed@android.com · 15 years ago
- 149e2f6 add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our by reed@android.com · 15 years ago
- f48f281 shapes checkpoint: move matrix into groupshape and out of shape by reed@android.com · 15 years ago
- f76bacf add SkSize for dimensions by reed@android.com · 15 years ago
- 6a5a266 add SkSize for dimensions by reed@android.com · 15 years ago
- f76b1b6 add SK_USE_OLD_255_TO_256 define to disable alpha+1 change to SkAlpha255To256 by reed@android.com · 15 years ago
- fbaa88d add canCopyTo(), to preflight if copyTo can succeed. update unittests for it by reed@android.com · 15 years ago
- f9ab99a Allow copying an Index8 bitmap when srcConfig and dstConfig are both Index8. by weita@google.com · 16 years ago
- 543ed93 add ADD xfermode safely handle (don't draw) if the size of SkMask exceeds 31bits by reed@android.com · 16 years ago
- cc3096b Sync with Chromium's fork by agl@chromium.org · 16 years ago
- 9781ca5 add SkSfntUtils to parse some known truetype tables by reed@android.com · 16 years ago
- c4d4090 move SkUserConfig.h into include/config/ so it can be replaced by changing the by reed@android.com · 16 years ago
- d6638e6 add Table apis to SkFontHost need to implement in _win backend by reed@android.com · 16 years ago
- 16690af update SkPostConfig.h to unset LEAN_AND_MEAN if it set it before including <windows.h> by reed@android.com · 16 years ago
- 9c97045 import portability fixes from Chrome around floats by reed@android.com · 16 years ago
- 57b799e rename tests/main to testmain.cpp by reed@android.com · 16 years ago
- d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 16 years ago
- aefd2bc Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller wants to treat the allocats like temp memory (see PictureRecord) by reed@android.com · 16 years ago
- f459a49 make bitmap width/height 32bits, matching the API by reed@android.com · 16 years ago
- 3eab80c rename drawable to drawing for now, so we don't collide with animator by reed@android.com · 16 years ago
- ae64551 check-point for drawables (experimental) by reed@android.com · 16 years ago
- 49f0ff2 promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect by reed@android.com · 16 years ago
- a14ea0e Simplify font-chaining (fallbacks) to have fonthost just return the next by reed@android.com · 16 years ago
- 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 16 years ago
- 62533ed fix leak in Deserialize by reed@android.com · 16 years ago
- 54043a3 patch SkMath.h to build in ARMv4 test code for mac fonts (disabled) by reed@android.com · 16 years ago
- b1d9d2e Significant cleanup in api, and more importantly in sementics, of SkFontHost by reed@android.com · 16 years ago
- 069b827 API cleanup: rename typeface Create to CreateFromName, and remove default arg by reed@android.com · 16 years ago
- 0650c6c Move SkTSort.h back to private, and instead allow in the makefile for tests to by reed@android.com · 16 years ago
- ef772dd remove unimplemented (and uncalled) SkTypeface::Hash() by reed@android.com · 16 years ago
- 3abec1d add initial unittests for Path by reed@android.com · 16 years ago
- a396a16 add tests (unittests) to Makefile move SkTSort.h into public includes by reed@android.com · 16 years ago
- d8730ea more tests (need more meat in there) by reed@android.com · 16 years ago
- ed67331 add initial unittest framework (tests) by reed@android.com · 16 years ago
- ae814c8 add picture-record option to speedup complex clips by reed@android.com · 16 years ago
- 62900b4 handle failure when creating a scalercontext by reed@android.com · 16 years ago
- f523e25 add BitmapBench by reed@android.com · 16 years ago
- 00bf85a pull from android: use registry to build up list of image codecs by reed@android.com · 16 years ago
- f13c6e1 Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h by reed@android.com · 16 years ago
- fc25abd fix warnings by reed@android.com · 16 years ago
- 6f25297 fix multiple warnings (e.g. hidden virtuals, unused static functions) by reed@android.com · 16 years ago
- 5c80ea1 first pass at clean up of the 3 config files by reed@android.com · 16 years ago
- b08eb2b separate image encode and decode remove obsolete build-flag for encode by reed@android.com · 16 years ago
- 6e073b9 remove defines for strcasecmp (issue #5) support setMatrix in pictures by reed@android.com · 16 years ago
- 03ca3d1 move CreateTypefaceFromFile into fonthost porting layer, so we don't force a given port to have mmap access. by reed@android.com · 16 years ago
- 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago
- fadd796 make this header public (at least for now) by reed@android.com · 16 years ago
- 8a1c16f grab from latest android by reed@android.com · 16 years ago