aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe/SkGPipeRead.cpp
Commit message (Expand)AuthorAge
* PDF: add support for named destinations.Gravatar epoger@google.com2013-03-08
* Revert r8000 due to failures on some buildbotsGravatar epoger@google.com2013-03-06
* PDF: add support for named destinations Gravatar epoger@google.com2013-03-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* revert 6766, thereby re-landing 6762-6763 now that the bots are readyGravatar reed@google.com2012-12-12
* revert 6762-6763, since those require new skps to be generated, and we can'tGravatar reed@google.com2012-12-12
* make RRect and Oval first-class drawing primitives in SkCanvas.Gravatar reed@google.com2012-12-12
* Adding a silent playback option to SkGPipeReadGravatar junov@chromium.org2012-09-20
* re-re-land 5578Gravatar reed@google.com2012-09-18
* revert 5580Gravatar reed@google.com2012-09-18
* re-land 5578 w/ pipe fixGravatar reed@google.com2012-09-18
* Perform multi core rendering in bench_pictures.Gravatar scroggo@google.com2012-08-31
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix a parenthesis bug.Gravatar scroggo@google.com2012-08-16
* In SkGPipeCanvas, rename fSharedHeap to fBitmapHeapGravatar scroggo@google.com2012-08-14
* Use SkBitmapHeap for shaders in SkGPipe.Gravatar scroggo@google.com2012-08-14
* Check in r5063 again, along with fix for tests.Gravatar scroggo@google.com2012-08-14
* Clean up most clang warnings outside animator/Gravatar tomhudson@google.com2012-08-14
* Revert r5063 until unit tests can be fixed.Gravatar tomhudson@google.com2012-08-13
* Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process.Gravatar scroggo@google.com2012-08-13
* Make SkGPipe use SkBitmapHeap.Gravatar scroggo@google.com2012-08-08
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01
* Share code in various SkGPipeCanvas::drawBitmap_ calls.Gravatar scroggo@google.com2012-07-30
* In SkGPipe, only serialize SkTypefaces in cross process mode.Gravatar scroggo@google.com2012-07-27
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* Purge bitmaps from SkGPipe's shared heap.Gravatar scroggo@google.com2012-07-17
* In SkGPipe, set a limit on the amount of flattenables cached.Gravatar scroggo@google.com2012-07-09
* Fix SkGPipe drawing, and turn it on by default.Gravatar scroggo@google.com2012-06-28
* For SkGPipe, store bitmaps in a common location.Gravatar scroggo@google.com2012-06-13
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add tiled rendering as an option to GM.Gravatar scroggo@google.com2012-06-06
* fix warnings on Mac in src/pipeGravatar caryclark@google.com2012-06-06
* Fix an issue where Pipe did not draw correctlyGravatar scroggo@google.com2012-06-05
* Updates for SkGPipe.Gravatar scroggo@google.com2012-05-02
* Fixes for drawing through an SkGPipe.Gravatar scroggo@google.com2012-04-20
* Fix bug where SkGPipe'ed clips do not happen.Gravatar scroggo@google.com2012-04-18
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* fix warnings (signed/unsigned, initialization order, parens)Gravatar reed@google.com2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* Modified Pipe Reader to read an atom at a timeGravatar yangsu@google.com2011-06-16
* return the bytes read, not the total providedGravatar reed@google.com2011-05-24
* add optoinal bytesRead argument (output) to playback()Gravatar reed@google.com2011-05-23
* add cross-process option to gpipeGravatar reed@google.com2011-05-23
* cleanup previous array of paintsGravatar reed@google.com2011-05-12
* remove some dead code in pipesGravatar reed@google.com2011-05-11
* check-point for pipe: flatten/unflatten objects for single paintGravatar reed@google.com2011-05-11