aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* oops, also update dox for saveLayerAlphaGravatar reed@android.com2010-07-02
* update dox for saveLayer()Gravatar reed@android.com2010-07-02
* http://codereview.appspot.com/1706045/showGravatar reed@android.com2010-06-24
* Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions."Gravatar agl@chromium.org2010-06-18
* Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w...Gravatar agl@chromium.org2010-06-18
* Add support for forcing autohinting.Gravatar agl@chromium.org2010-06-17
* We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with readingGravatar agl@chromium.org2010-06-16
* Implementing S32A_Opaque_BlitRow32 using v7 neon instructions.Gravatar agl@chromium.org2010-06-16
* rename round, ceil, etc. to avoid some platform macrosGravatar reed@android.com2010-06-15
* Compile fix for shared library builds.Gravatar agl@chromium.org2010-06-10
* Add include of FT_SYNTHESIS_HGravatar agl@chromium.org2010-06-04
* Add support for fake bold of bitmap fonts.Gravatar agl@chromium.org2010-06-04
* Add Neon versions of memset32 and memset16Gravatar agl@chromium.org2010-06-04
* add carbon.h includeGravatar reed@android.com2010-06-03
* remove duplicate LCD functions (these are portable, and live in SkFontHost.cpp)Gravatar reed@android.com2010-06-01
* separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6)Gravatar reed@android.com2010-05-19
* Fix 64-bit Mac warnings/memory corruptionGravatar reed@android.com2010-05-18
* export line countsGravatar reed@android.com2010-05-18
* updatesGravatar reed@android.com2010-05-17
* update to match latest skia apisGravatar reed@android.com2010-05-17
* fix maxWidth when using linear-textGravatar reed@android.com2010-05-17
* force 10.4 SDK for macs, as the font porter there needs those APIsGravatar reed@android.com2010-05-12
* Minor fixes to build under Clang:Gravatar agl@chromium.org2010-05-10
* [FreeType] Always use MONO hinting when hinting in monochrome.Gravatar agl@chromium.org2010-05-10
* Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""Gravatar agl@chromium.org2010-04-27
* Revert "Use hairline when line width <= 1.0, instead of < 1.0."Gravatar agl@chromium.org2010-04-26
* Fix internal compiler error on ARM.Gravatar agl@chromium.org2010-04-26
* updatesGravatar reed@android.com2010-04-22
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* doxGravatar reed@android.com2010-04-16
* add SkRefPtr class (for testing at the moment)Gravatar reed@android.com2010-04-16
* remove obsolete closeStream() method -- the caller just unref's the stream wh...Gravatar reed@android.com2010-04-16
* add EmptyTypeface class, to gracefully handle when there are no fonts avail.Gravatar reed@android.com2010-04-16
* add FPSBench.cppGravatar reed@android.com2010-04-15
* add png to makefile for linuxGravatar reed@android.com2010-04-15
* add SK_ENABLE_LIBPNG to force reference to PNG codecGravatar reed@android.com2010-04-15
* be sure to ref() before returning a typeface from CreateGravatar reed@android.com2010-04-15
* fix overflow in matrixproc, and add debugging code to test thatGravatar reed@android.com2010-04-14
* fix build for SK_SCALAR_IS_FIXEDGravatar reed@android.com2010-04-13
* extend sentinel array to avoid reading uninitialized memoryGravatar reed@android.com2010-04-13
* call premultiply instead of pack32Gravatar reed@android.com2010-04-13
* remove obsolete headerGravatar reed@android.com2010-04-13
* fix paraens to avoid warningsGravatar reed@android.com2010-04-13
* add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics APIGravatar reed@android.com2010-04-13
* add more MakeFoo factories for SkRectGravatar reed@android.com2010-04-12
* fix refcnt for streamsGravatar reed@android.com2010-04-12
* add skhello for simple hello-world sample codeGravatar reed@android.com2010-04-12
* Use hairline when line width <= 1.0, instead of < 1.0.Gravatar anatoly@google.com2010-04-12
* ray fixes neon for dither and blendGravatar reed@android.com2010-04-09
* addGravatar reed@android.com2010-04-08