summaryrefslogtreecommitdiff
path: root/pipe/SkGPipeRead.cpp
AgeCommit message (Expand)Author
2014-04-24Fix build: these asserts are always now true, which GCC warns aboutcommit-bot@chromium.org
2014-04-24fix int/size_t warnings in pipecommit-bot@chromium.org
2014-04-16remove legacy filter-flags, and store FilterLevel directlycommit-bot@chromium.org
2014-02-27Factory methods for heap-allocated SkAnnotation objects.commit-bot@chromium.org
2014-02-21add SkCanvas::drawDRRectcommit-bot@chromium.org
2014-01-30Refactor read and write buffers.commit-bot@chromium.org
2013-12-30reenable vertices gm, adding picture supportreed@google.com
2013-10-29Little changes to SkAnnotation in pipe:commit-bot@chromium.org
2013-10-23Initial error handling codecommit-bot@chromium.org
2013-10-17Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-10-16force readbuffer clients to use specialized readFoo for flattenablesreed@google.com
2013-10-15Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-10-14change SkAnnotation to not inherit from SkFlattenable (does not need dynamic ...reed@google.com
2013-08-20Fix name of "bleed" flagrobertphillips@google.com
2013-08-17Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-08-16This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on ...commit-bot@chromium.org
2013-04-30Fixes for piping bitmaps with encoded data.scroggo@google.com
2013-03-08PDF: add support for named destinations.epoger@google.com
2013-03-06Revert r8000 due to failures on some buildbotsepoger@google.com
2013-03-06PDF: add support for named destinations epoger@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-12-12revert 6766, thereby re-landing 6762-6763 now that the bots are readyreed@google.com
2012-12-12revert 6762-6763, since those require new skps to be generated, and we can'treed@google.com
2012-12-12make RRect and Oval first-class drawing primitives in SkCanvas.reed@google.com
2012-09-20Adding a silent playback option to SkGPipeReadjunov@chromium.org
2012-09-18re-re-land 5578reed@google.com
2012-09-18revert 5580reed@google.com
2012-09-18re-land 5578 w/ pipe fixreed@google.com
2012-08-31Perform multi core rendering in bench_pictures.scroggo@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-16Fix a parenthesis bug.scroggo@google.com
2012-08-14In SkGPipeCanvas, rename fSharedHeap to fBitmapHeapscroggo@google.com
2012-08-14Use SkBitmapHeap for shaders in SkGPipe.scroggo@google.com
2012-08-14Check in r5063 again, along with fix for tests.scroggo@google.com
2012-08-14Clean up most clang warnings outside animator/tomhudson@google.com
2012-08-13Revert r5063 until unit tests can be fixed.tomhudson@google.com
2012-08-13Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process.scroggo@google.com
2012-08-08Make SkGPipe use SkBitmapHeap.scroggo@google.com
2012-08-07Update SkFlattenable buffers to be more modular.djsollen@google.com
2012-08-01Pipe factory names independently from the flattenables using them.scroggo@google.com
2012-07-30Share code in various SkGPipeCanvas::drawBitmap_ calls.scroggo@google.com
2012-07-27In SkGPipe, only serialize SkTypefaces in cross process mode.scroggo@google.com
2012-07-17Use SkFlatDictionary in SkGPipe to take advantage of its new features.scroggo@google.com
2012-07-17Purge bitmaps from SkGPipe's shared heap.scroggo@google.com
2012-07-09In SkGPipe, set a limit on the amount of flattenables cached.scroggo@google.com
2012-06-28Fix SkGPipe drawing, and turn it on by default.scroggo@google.com
2012-06-13For SkGPipe, store bitmaps in a common location.scroggo@google.com
2012-06-08Rename the existing flatten(void*) methods.djsollen@google.com
2012-06-06Add tiled rendering as an option to GM.scroggo@google.com
2012-06-06fix warnings on Mac in src/pipecaryclark@google.com