| Commit message (Expand) | Author | Age |
* | Fix for SkMatrix::invert() for large coordinate values. | senorblanco@chromium.org | 2010-07-20 |
* | add SkRegion::setRects(), and its unit tests | reed@android.com | 2010-07-13 |
* | fix reference bugs in font linklist | reed@android.com | 2010-07-08 |
* | Added optional "ambiguous" outgoing argument to XRay queries so that | kbr@chromium.org | 2010-07-07 |
* | http://codereview.appspot.com/1706045/show | reed@android.com | 2010-06-24 |
* | Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions." | agl@chromium.org | 2010-06-18 |
* | Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w... | agl@chromium.org | 2010-06-18 |
* | Add support for forcing autohinting. | agl@chromium.org | 2010-06-17 |
* | We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading | agl@chromium.org | 2010-06-16 |
* | Implementing S32A_Opaque_BlitRow32 using v7 neon instructions. | agl@chromium.org | 2010-06-16 |
* | Compile fix for shared library builds. | agl@chromium.org | 2010-06-10 |
* | Add include of FT_SYNTHESIS_H | agl@chromium.org | 2010-06-04 |
* | Add support for fake bold of bitmap fonts. | agl@chromium.org | 2010-06-04 |
* | Add Neon versions of memset32 and memset16 | agl@chromium.org | 2010-06-04 |
* | add carbon.h include | reed@android.com | 2010-06-03 |
* | remove duplicate LCD functions (these are portable, and live in SkFontHost.cpp) | reed@android.com | 2010-06-01 |
* | separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6) | reed@android.com | 2010-05-19 |
* | Fix 64-bit Mac warnings/memory corruption | reed@android.com | 2010-05-18 |
* | export line counts | reed@android.com | 2010-05-18 |
* | update to match latest skia apis | reed@android.com | 2010-05-17 |
* | fix maxWidth when using linear-text | reed@android.com | 2010-05-17 |
* | Minor fixes to build under Clang: | agl@chromium.org | 2010-05-10 |
* | [FreeType] Always use MONO hinting when hinting in monochrome. | agl@chromium.org | 2010-05-10 |
* | Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" | agl@chromium.org | 2010-04-27 |
* | Revert "Use hairline when line width <= 1.0, instead of < 1.0." | agl@chromium.org | 2010-04-26 |
* | Fix internal compiler error on ARM. | agl@chromium.org | 2010-04-26 |
* | Add a SkTypeface::CreateForChars() function. | agl@chromium.org | 2010-04-20 |
* | remove obsolete closeStream() method -- the caller just unref's the stream wh... | reed@android.com | 2010-04-16 |
* | add EmptyTypeface class, to gracefully handle when there are no fonts avail. | reed@android.com | 2010-04-16 |
* | add SK_ENABLE_LIBPNG to force reference to PNG codec | reed@android.com | 2010-04-15 |
* | be sure to ref() before returning a typeface from Create | reed@android.com | 2010-04-15 |
* | fix overflow in matrixproc, and add debugging code to test that | reed@android.com | 2010-04-14 |
* | fix build for SK_SCALAR_IS_FIXED | reed@android.com | 2010-04-13 |
* | extend sentinel array to avoid reading uninitialized memory | reed@android.com | 2010-04-13 |
* | call premultiply instead of pack32 | reed@android.com | 2010-04-13 |
* | fix paraens to avoid warnings | reed@android.com | 2010-04-13 |
* | add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API | reed@android.com | 2010-04-13 |
* | fix refcnt for streams | reed@android.com | 2010-04-12 |
* | Use hairline when line width <= 1.0, instead of < 1.0. | anatoly@google.com | 2010-04-12 |
* | ray fixes neon for dither and blend | reed@android.com | 2010-04-09 |
* | if we're strokeandfill+hairline, just draw fill (they way paths do) instead | reed@android.com | 2010-03-25 |
* | add inherit-from-root-transform flag (for fixed-positioning) | reed@android.com | 2010-03-23 |
* | use 64bit intermediate to accumulate 16.16 widths, to avoid overflow | reed@android.com | 2010-03-19 |
* | improve precision for blend | reed@android.com | 2010-03-12 |
* | Disable 32A->565+dither neon, since it gives different results between its | reed@android.com | 2010-03-12 |
* | only report hasspan16 if we're opaque, otherwise we get a different blend | reed@android.com | 2010-03-11 |
* | fix off-by-1 in alpha in colorshader setup | reed@android.com | 2010-03-11 |
* | disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop | reed@android.com | 2010-03-09 |
* | handle NaN in curve choppers and edgeclipper | reed@android.com | 2010-03-08 |
* | document the return value of append() | reed@android.com | 2010-03-05 |