aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe/SkGPipeWrite.cpp
Commit message (Expand)AuthorAge
* 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
* Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter...Gravatar junov@chromium.org2012-08-07
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* 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
* Make SkDeferredCanvas query SkGPipeWriter for space allocated for bitmaps.Gravatar scroggo@google.com2012-07-26
* Adding virtual overload of isDrawingToLayer() to SkGPipeGravatar junov@chromium.org2012-07-18
* Refactoring SkDeferredCanvas to use SkGPipe.Gravatar junov@chromium.org2012-07-18
* 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
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* In SkGPipe, set a limit on the amount of flattenables cached.Gravatar scroggo@google.com2012-07-09
* Another fix for drawing bitmaps through an SkGPipe that share pixelrefs.Gravatar scroggo@google.com2012-07-03
* Properly handle extracted bitmaps in cross process/shared addr space SkGPipe.Gravatar scroggo@google.com2012-07-02
* Fix a warning on linux when compiling SkGPipeWrite.cppGravatar scroggo@google.com2012-06-29
* 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
* Make the GM tool run GMs through an SkGPipe.Gravatar scroggo@google.com2012-06-04
* move SkStrokePathEffect into hiding for now, as its functionality is rethought.Gravatar reed@google.com2012-05-10
* 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
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* 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
* be sure to allocate space for kDone_DrawOp before we write it (thanks Yang)Gravatar reed@google.com2011-07-08
* fix warnings (signed/unsigned, initialization order, parens)Gravatar reed@google.com2011-06-27
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* replace detach/getStream apis on dynamicwstream with SkDataGravatar reed@google.com2011-06-24
* Add option in flattening to write factory names inline, as we are recording.Gravatar reed@google.com2011-06-21
* Added dependencies for SkPipe in SampleAppGravatar yangsu@google.com2011-06-17
* call notify after we write the kDone verbGravatar 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
* updateGravatar reed@google.com2011-05-05
* add typeface flatteningGravatar reed@google.com2011-05-04
* updated pipeGravatar reed@google.com2011-05-03
* add experimental canvas pipeGravatar reed@google.com2011-04-26