| Commit message (Expand) | Author | Age |
* | Fix valgrind warnings triggered in vertical mode. | agl@chromium.org | 2009-07-22 |
* | 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 |
* | remove crufty #undefs | reed@android.com | 2009-07-22 |
* | fix NaN in path iterator | reed@android.com | 2009-07-22 |
* | Remove unused variable to fix warning on Windows: | agl@chromium.org | 2009-07-21 |
* | Delete duplicated code. | agl@chromium.org | 2009-07-21 |
* | Subpixel glyph rendering support. | agl@chromium.org | 2009-07-21 |
* | fix quickReject() to handle perspective correctly (i.e. transform forward into | reed@android.com | 2009-07-21 |
* | add special proc for repeat 16->16 filter bitmap shader | reed@android.com | 2009-07-17 |
* | remove obsolete header | reed@android.com | 2009-07-17 |
* | remove conditional build flag for mipmaps | reed@android.com | 2009-07-17 |
* | first cut at support for HW-specific blits/etc. | reed@android.com | 2009-07-16 |
* | try our first special-case shaderproc | reed@android.com | 2009-07-16 |
* | add shaderprocs for all-in-one special blits (matrix+sampler) | reed@android.com | 2009-07-16 |
* | handle cap==round for drawPoints | reed@android.com | 2009-07-10 |
* | tweaks to 16bit shaders | reed@android.com | 2009-07-10 |
* | make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit. | reed@android.com | 2009-07-10 |
* | speedup 16bit shaders in the blitRect case | reed@android.com | 2009-07-10 |
* | check for underflow in restore() during picture record, and ignore it | reed@android.com | 2009-07-09 |
* | use scalarcomparetype in matrix tests, so we don't do anything tricky | reed@android.com | 2009-07-08 |
* | add dox for scalarcomparetype | reed@android.com | 2009-07-08 |
* | initialize fShapeCount in init() | reed@android.com | 2009-07-07 |
* | fix white-space | reed@android.com | 2009-07-07 |
* | Optimize some alpha blending modes. | deanm@chromium.org | 2009-07-03 |
* | more checks for null shapes in pictures | reed@android.com | 2009-07-03 |
* | fix gradients with alpha to convert to premul *after* the intermediate color | reed@android.com | 2009-07-02 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | add shape flatten so they work properly in pictures | reed@android.com | 2009-06-29 |
* | add shape recording to pictuures (sans serialization) | reed@android.com | 2009-06-26 |
* | detect nearly translate-only matrices when drawing bitmaps (for speed) | reed@android.com | 2009-06-24 |
* | fix memory leak in new setXfermode() | reed@android.com | 2009-06-24 |
* | 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 |
* | fallback to drawing a line if the cubic is still too curvy, even if we've | reed@android.com | 2009-06-17 |
* | ws fixes | reed@android.com | 2009-06-15 |
* | create separate opaque version of rgb16 blitter | reed@android.com | 2009-06-15 |
* | add shader flag kConstInY_Flag | 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 |
* | fix odd-pixel bug in mipmap downsamplers (thanks brett) | reed@android.com | 2009-06-08 |
* | 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 break in setConfig() where we always reset the bitmap | reed@android.com | 2009-06-02 |
* | Style only change to make SkBitmap to make it build with VC2005. | agl@chromium.org | 2009-06-01 |
* | fix trailing-ws | reed@android.com | 2009-05-29 |
* | add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our | 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 |
* | add SkSize for dimensions | reed@android.com | 2009-05-13 |
* | add canCopyTo(), to preflight if copyTo can succeed. update unittests for it | reed@android.com | 2009-05-06 |