| 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 |
* | oops, also update dox for saveLayerAlpha | reed@android.com | 2010-07-02 |
* | update dox for saveLayer() | reed@android.com | 2010-07-02 |
* | 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 |
* | rename round, ceil, etc. to avoid some platform macros | reed@android.com | 2010-06-15 |
* | 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 |
* | updates | reed@android.com | 2010-05-17 |
* | update to match latest skia apis | reed@android.com | 2010-05-17 |
* | fix maxWidth when using linear-text | reed@android.com | 2010-05-17 |
* | force 10.4 SDK for macs, as the font porter there needs those APIs | reed@android.com | 2010-05-12 |
* | 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 |
* | updates | reed@android.com | 2010-04-22 |
* | Add a SkTypeface::CreateForChars() function. | agl@chromium.org | 2010-04-20 |
* | dox | reed@android.com | 2010-04-16 |
* | add SkRefPtr class (for testing at the moment) | reed@android.com | 2010-04-16 |
* | 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 FPSBench.cpp | reed@android.com | 2010-04-15 |
* | add png to makefile for linux | reed@android.com | 2010-04-15 |
* | 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 |
* | remove obsolete header | 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 |
* | add more MakeFoo factories for SkRect | reed@android.com | 2010-04-12 |
* | fix refcnt for streams | reed@android.com | 2010-04-12 |