summaryrefslogtreecommitdiffstats
path: root/spice1.proto
Commit message (Collapse)AuthorAgeFilesLines
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-301-2/+2
| | | | | | | | | | | | | | | | | | | Internally and in the network protocol (for the new version) we now store the actual number of segments rather than the size of the full segments array in bytes. This change consists of multiple changes to handle this: * Make the qxl parser calculate num_segments * Make the canvas stroke code handle the new SpicePath layout. * Fix up is_equal_path in red_worker.c for the new layout * replace multiple calls to spice_marshall_PathSegment with a single spice_marshall_Path call * Make the byte_size() array size handling do the conversion from network size to number of elements when marshalling/demarshalling. * Update the current spice protocol to send the segment count rather than the size * Update the old spice protocol to use the new byte_size functionallity to calculate the size sent and the number of elements recieved
* Update client and protocol to support the new SpiceClipRectsAlexander Larsson2010-06-301-1/+1
|
* qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2010-06-291-2/+2
| | | | Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
* qxl abi: parse QXLOpaque.Gerd Hoffmann2010-06-291-1/+1
| | | | Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
* qxl abi: parse QXLFill.Gerd Hoffmann2010-06-291-1/+1
| | | | Also adapt to tyops fix (s/rop_decriptor/rop_descriptor/).
* Remove support for clip by pathAlexander Larsson2010-06-241-7/+4
| | | | This is not supported currently anyway and was not generated before.
* Add spice1.proto describing the 0.4 version of the network protocolxAlexander Larsson2010-06-221-0/+934