| Commit message (Expand) | Author | Age |
* | initial checkin for visualstudio build support | reed@android.com | 2009-12-16 |
* | add drawData() to canvas, to record data blobs | reed@android.com | 2009-12-04 |
* | fix winding bug in lineclipper | reed@android.com | 2009-11-23 |
* | doh. make the new S16 and U16 checkers inline | reed@android.com | 2009-11-21 |
* | add checks for exceeding 16bits, and apply those for glyphs in getMetrics() | reed@android.com | 2009-11-21 |
* | Remove SK_USE_OLD_255_TO_256. | senorblanco@chromium.org | 2009-11-20 |
* | retool clipping in hairlines to catch huge coordinates | reed@android.com | 2009-11-19 |
* | new scanconversion technique | reed@android.com | 2009-11-18 |
* | add quadclipping utility, plus sample test | reed@android.com | 2009-11-17 |
* | More SSE2-ification; fix for gcc -msse2. | senorblanco@chromium.org | 2009-11-16 |
* | add lineclipper, and test case | reed@android.com | 2009-11-16 |
* | remove const modifiers on function return types (unneeded, and caused an error | reed@android.com | 2009-11-13 |
* | SSE2 optimizations for 32bit blending blitters. | senorblanco@chromium.org | 2009-11-04 |
* | add OVerView slide to samplecode | reed@android.com | 2009-11-03 |
* | add BlitRow procs for 32->32, to allow for neon and other optimizations. | reed@android.com | 2009-09-23 |
* | add neon opts for matrix procs | reed@android.com | 2009-09-15 |
* | add boolean tests and IF/ELSE/END | reed@android.com | 2009-08-30 |
* | expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader | reed@android.com | 2009-08-27 |
* | special case 1x1 bitmaps when drawn as a shader (treat as a solid color) | reed@android.com | 2009-08-25 |
* | add detach() method | reed@android.com | 2009-08-25 |
* | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 |
* | Fix compliation on gcc-4.3 and ARMv5T | deanm@chromium.org | 2009-08-21 |
* | Remove assertion in getAddrLCD. | agl@chromium.org | 2009-08-11 |
* | 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 |