aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core_files.mk
Commit message (Expand)AuthorAge
* Make the unix test app build.Gravatar scroggo2011-05-04
* use SkClampRange to speedup clamp iteratorsGravatar reed@google.com2011-04-15
* move SkMetaData into coreGravatar reed@google.com2011-03-30
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* Provide windows font host implementation needed to support TrueType text in p...Gravatar vandebo@chromium.org2011-02-14
* add refdict class, for holding a dictionary of reference-counted objectsGravatar reed@google.com2011-01-25
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Add deflate support to SkPDFStream.Gravatar vandebo@chromium.org2010-12-01
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11
* move SkMallocPixelRef into its own .cpp file, rather than embedding itGravatar reed@android.com2010-09-09
* new scanconversion techniqueGravatar reed@android.com2009-11-18
* add BlitRow procs for 32->32, to allow for neon and other optimizations.Gravatar reed@android.com2009-09-23
* rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of theGravatar reed@android.com2009-07-22
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* import portability fixes from Chrome around floatsGravatar reed@android.com2009-04-03
* Initial implementation of polygon trianagulation. It seems to be robust and p...Gravatar turk@google.com2009-03-13
* Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson and...Gravatar turk@google.com2009-03-02
* Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking themGravatar reed@android.com2009-02-06
* add crude Makefile (someone please help!)Gravatar reed@android.com2009-01-16