| Commit message (Expand) | Author | Age |
... | |
* | Add a tiled pipe mode to SampleApp. | scroggo@google.com | 2012-06-08 |
* | Add tiled rendering as an option to GM. | scroggo@google.com | 2012-06-06 |
* | fix warnings on Mac in src/pipe | caryclark@google.com | 2012-06-06 |
* | Fix an issue where Pipe did not draw correctly | scroggo@google.com | 2012-06-05 |
* | Make the GM tool run GMs through an SkGPipe. | scroggo@google.com | 2012-06-04 |
* | move SkStrokePathEffect into hiding for now, as its functionality is rethought. | reed@google.com | 2012-05-10 |
* | Updates for SkGPipe. | scroggo@google.com | 2012-05-02 |
* | Fixes for drawing through an SkGPipe. | scroggo@google.com | 2012-04-20 |
* | Fix bug where SkGPipe'ed clips do not happen. | scroggo@google.com | 2012-04-18 |
* | Decouple the SkFlattenable from SkReader32/SkWriter32. | djsollen@google.com | 2012-04-12 |
* | Formatting cleanup: remove extra whitespace | vandebo@chromium.org | 2012-01-28 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | be sure to allocate space for kDone_DrawOp before we write it (thanks Yang) | reed@google.com | 2011-07-08 |
* | fix warnings (signed/unsigned, initialization order, parens) | reed@google.com | 2011-06-27 |
* | remove drawShape from canvas api | reed@google.com | 2011-06-27 |
* | replace detach/getStream apis on dynamicwstream with SkData | reed@google.com | 2011-06-24 |
* | Add option in flattening to write factory names inline, as we are recording. | reed@google.com | 2011-06-21 |
* | Added dependencies for SkPipe in SampleApp | yangsu@google.com | 2011-06-17 |
* | Modified Pipe Reader to read an atom at a time | yangsu@google.com | 2011-06-16 |
* | return the bytes read, not the total provided | reed@google.com | 2011-05-24 |
* | call notify after we write the kDone verb | reed@google.com | 2011-05-23 |
* | add optoinal bytesRead argument (output) to playback() | reed@google.com | 2011-05-23 |
* | add cross-process option to gpipe | reed@google.com | 2011-05-23 |
* | cleanup previous array of paints | reed@google.com | 2011-05-12 |
* | remove some dead code in pipes | reed@google.com | 2011-05-11 |
* | check-point for pipe: flatten/unflatten objects for single paint | reed@google.com | 2011-05-11 |
* | update | reed@google.com | 2011-05-05 |
* | add typeface flattening | reed@google.com | 2011-05-04 |
* | updated pipe | reed@google.com | 2011-05-03 |
* | add experimental canvas pipe | reed@google.com | 2011-04-26 |