summaryrefslogtreecommitdiff
path: root/core.gypi
AgeCommit message (Expand)Author
2013-09-04cherrypick rev 10981 into branch m30_1599 to fix http://crbug.com/278141djsollen@google.com
2013-08-08Adding 2 functions to the Skia APIcommit-bot@chromium.org
2013-07-23add scaledimagecachereed@google.com
2013-07-20Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-07-19The image resampling code has been transplanted from Chrome; it's incredibly ...humper@google.com
2013-07-18pull mipmap class into its own (private) headerreed@google.com
2013-07-16Move implementation of SkFilterShader into its source file.tfarina@chromium.org
2013-07-09New bitmap filter checkin; this time with less build breakagehumper@google.com
2013-07-09Revert "More general image filter interface; tested implementation of standal...humper@google.com
2013-07-09More general image filter interface; tested implementation of standalonehumper@google.com
2013-06-21remove dst/rendertarget support for kARGB_4444_Configreed@google.com
2013-06-07SkDocument base for pdf, xps, etc.reed@google.com
2013-05-31Separate core and images project.scroggo@google.com
2013-05-29Change SkStream.bungeman@google.com
2013-05-24Move SkDrawLooper implementation to its own file.commit-bot@chromium.org
2013-05-23clone of https://codereview.chromium.org/15316014/ with teaksreed@google.com
2013-05-08remove dead code (SkBitmapSampler)reed@google.com
2013-05-02Hamfistedly removed core dependence on imagesrobertphillips@google.com
2013-04-25path ops : make it realcaryclark@google.com
2013-04-19add SkDataTable, to efficiently store an immutable array. Includes a builderreed@google.com
2013-04-08Error checking / reporting APIhumper@google.com
2013-04-08Allow single-pass filters (which use asNewEffect()) to participate in the ima...senorblanco@chromium.org
2013-03-19Remove SkMMapStream.h from core.gypirobertphillips@google.com
2013-03-18Improvements/additions to SkImageCache/SkLazyPixelRef.scroggo@google.com
2013-03-18reland 8200 w/ fix for android (use fullpath instead of path)reed@google.com
2013-03-18revert 8204 -- what is happening???reed@google.com
2013-03-18reland 8200 w/ fix for android (need fullpath instead of path)reed@google.com
2013-03-18revert 8200 to figure out android breakreed@google.com
2013-03-18move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availabilityreed@google.com
2013-03-15Create a platform-dependent object for accessing purgeable memory.scroggo@google.com
2013-03-04refactor fonthost_tables into wrapper (fonthost) and impl (fontstream)reed@google.com
2013-02-25move SkFDStream out of images into corereed@google.com
2013-02-22Create SkLazyPixelRef which performs lazy decoding.scroggo@google.com
2013-01-31Update filter tool to allow more flexible filteringrobertphillips@google.com
2013-01-28Added toString to SkDrawLooper-derived classesrobertphillips@google.com
2013-01-25Move random from core to utilsbsalomon@google.com
2013-01-24Remove ConcaveToTriangles.bungeman@google.com
2013-01-24Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPrivjunov@chromium.org
2013-01-22Expose geometry and gamma on device.bungeman@google.com
2012-12-17Follow up on the previous patch :sugoi@google.com
2012-12-13Modifying SkTileGrid to support arbitrary query rectangles.junov@chromium.org
2012-12-03Add SkTLList, linked list class implemented on top of the internal llist class.bsalomon@google.com
2012-12-03Revert change accidentally committed.bsalomon@google.com
2012-12-03Add SkTLList, linked list class implemented on top of the internal llist class.bsalomon@google.com
2012-12-03Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...bsalomon@google.com
2012-11-29SkRoundRect startrobertphillips@google.com
2012-11-06Adding SkTileGrid: a new subclass of BBoxHierarchy, optimized for tiled playb...junov@chromium.org
2012-10-03Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo...bsalomon@google.com
2012-09-14Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b...bsalomon@google.com
2012-09-11Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree.rileya@google.com