| Commit message (Expand) | Author | Age |
* | Refactor SkCanvas so that backends don't need to override it. | vandebo@chromium.org | 2010-10-13 |
* | SkPath::arcTo() will cause uninitialized memory reads in the following cases: | senorblanco@chromium.org | 2010-10-13 |
* | High level pdf classes and pdf specific interface. | vandebo@chromium.org | 2010-10-12 |
* | Address senorblanco's comments on r600. | vandebo@chromium.org | 2010-10-01 |
* | Initial PDF backend commit: directories, build rules, primitives | vandebo@chromium.org | 2010-09-24 |
* | call readyToDraw() instead of just checking for null pixels, since we could | reed@android.com | 2010-09-10 |
* | S32A_Blend_BlitRow32: for ARM without NEON | agl@chromium.org | 2010-09-10 |
* | move SkMallocPixelRef into its own .cpp file, rather than embedding it | reed@android.com | 2010-09-09 |
* | add abstract wrapper for platform-specific bitmap backends | reed@android.com | 2010-09-09 |
* | Write S32A_Opaque_BlitRow32 function in ARM assembly. | agl@chromium.org | 2010-08-17 |
* | Add versions of memset16() and memset32() in ARM assembly. | agl@chromium.org | 2010-08-13 |
* | Add support for TTC font files in SkFontHost_Freetype. | agl@chromium.org | 2010-08-06 |
* | Fix precedence error. | agl@chromium.org | 2010-07-28 |
* | fix matrix use in coretext fonthost | reed@android.com | 2010-07-22 |
* | 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 |