summaryrefslogtreecommitdiff
path: root/core/core_files.mk
AgeCommit message (Expand)Author
2011-04-15use SkClampRange to speedup clamp iteratorsreed@google.com
2011-03-30move SkMetaData into corereed@google.com
2011-02-25http://codereview.appspot.com/4233041/reed@google.com
2011-02-22add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatreed@google.com
2011-02-14Provide windows font host implementation needed to support TrueType text in p...vandebo@chromium.org
2011-01-25add refdict class, for holding a dictionary of reference-counted objectsreed@google.com
2010-12-20merge with changes for GPU backendreed@android.com
2010-12-01Add deflate support to SkPDFStream.vandebo@chromium.org
2010-11-11PDF: Add text support with a font framework (font embedding to come).vandebo@chromium.org
2010-09-09move SkMallocPixelRef into its own .cpp file, rather than embedding itreed@android.com
2009-11-18new scanconversion techniquereed@android.com
2009-09-23add BlitRow procs for 32->32, to allow for neon and other optimizations.reed@android.com
2009-07-22rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of thereed@android.com
2009-05-13add SkSize for dimensionsreed@android.com
2009-04-03import portability fixes from Chrome around floatsreed@android.com
2009-03-13Initial implementation of polygon trianagulation. It seems to be robust and p...turk@google.com
2009-03-02Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson and...turk@google.com
2009-02-06Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking themreed@android.com
2009-01-16add crude Makefile (someone please help!)reed@android.com