index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
skiaserve
/
skiaserve.cpp
Commit message (
Expand
)
Author
Age
*
Fix skiaserve in debug mode
joshualitt
2016-03-08
*
Fix SkiaServe gpu JSON to work with any reordering algorithm
joshualitt
2016-03-04
*
Remove unused tools and unused includes of SkImageDecoder
msarett
2016-03-03
*
debugger: Only bind to the localhost address by default.
jcgregorio
2016-03-02
*
Render batch bounds as stroke rects
joshualitt
2016-02-29
*
Get SkiaServe Request started off with a little privacy
joshualitt
2016-02-26
*
Wire up /batches in skiaserve
joshualitt
2016-02-26
*
Move urlhandlers out of skiaserve.cpp
joshualitt
2016-02-25
*
Create Response namespace for skiaserve response functions
joshualitt
2016-02-25
*
Move some methods to SkiaServe's Request, this is still very leaky
joshualitt
2016-02-25
*
Move Request to its own file in preparation for numerous cleanups
joshualitt
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
use the favicon on debugger.skia.org
jcgregorio
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
added mode=cpu|gpu to skiaserve JSON
ethannicholas
2016-02-22
*
added /enableGPU command to skiaserve
ethannicholas
2016-02-19
*
added server-side breakpoint support to skiaserve
ethannicholas
2016-02-18
*
converted skiaserve PNGs from RGBA to RGB
ethannicholas
2016-02-17
*
Add batch information to json
joshualitt
2016-02-17
*
Revert of further skiaserve image performance improvements (patchset #1 id:1 ...
ethannicholas
2016-02-17
*
further skiaserve image performance improvements
ethannicholas
2016-02-17
*
tuned skiaserve's png output for better performance
ethannicholas
2016-02-16
*
skiaserve: Change alpha setting from GET to POST.
jcgregorio
2016-02-16
*
added clip visualization to skiaserve
ethannicholas
2016-02-12
*
skiaserve now retains the graphics context rather than creating a new one eac...
ethannicholas
2016-02-12
*
fixed off-by-one error in skiaserve /cmd
ethannicholas
2016-02-11
*
wire up new json code in skiaserve
joshualitt
2016-02-11
*
skiaserve: Fix /cmd/N and /cmd/N[0|1], the response was never queued.
jcgregorio
2016-02-10
*
Skia serve now supports favicon correctly
joshualitt
2016-02-08
*
Create image cache for use by json canvas
joshualitt
2016-02-08
*
Modify skia serve to return clip rect and view matrix
joshualitt
2016-02-04
*
Modify skiaserve to support downloads
joshualitt
2016-02-02
*
Modify skiaserve to support drawTo
joshualitt
2016-02-02
*
fix skiaserve crash
joshualitt
2016-02-02
*
cleanup of skia serve url handling
joshualitt
2016-02-02
*
skiaserve: Clean up flags.
jcgregorio
2016-01-28
*
skiaserve: Add CORS header, and debugger code is served over HTTPS.
jcgregorio
2016-01-28
*
skiaserve: Enable /cmd endpoint.
jcgregorio
2016-01-27
*
skiaserve: Set 303 status code on redirect.
jcgregorio
2016-01-27
*
Wire up JsonCanvas in skiaserve
joshualitt
2016-01-27
*
Add primitive url handling system to skiaserve
joshualitt
2016-01-27
*
Allow clients to upload skps to skiaserve
joshualitt
2016-01-27
*
First rough draft of skiaserve
joshualitt
2016-01-22