summaryrefslogtreecommitdiff
path: root/core.gypi
AgeCommit message (Expand)Author
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
2012-09-11Make BBoxHierarchy ref-counted, fix leak in RTreeTest.rileya@google.com
2012-09-11Add helper for maintaining clip/matrix state in non-contiguous picture playback.rileya@google.com
2012-09-07SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writebsalomon@google.com
2012-09-06Add SkPictureRecord subclass that computes bounding boxes.rileya@google.com
2012-09-05Add R-Tree data structure.rileya@google.com
2012-08-28Add caching of the snapshot image form a surfacereed@google.com
2012-08-23Refactored GrDLinkedList into SkTDLinkedListrobertphillips@google.com
2012-08-20Refactor SkImageFilter into its own .cpp file.senorblanco@chromium.org
2012-08-14privatize SkScalerContext.hreed@google.com
2012-08-14privatize SkDescriptor.hreed@google.com
2012-08-13privatize SkBuffer.hmike@reedtribe.org