index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
pipe
Commit message (
Expand
)
Author
Age
*
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