aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pipe
Commit message (Expand)AuthorAge
...
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add a tiled pipe mode to SampleApp.Gravatar scroggo@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
* 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
* 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
* call notify after we write the kDone verbGravatar reed@google.com2011-05-23
* 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
* 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