summaryrefslogtreecommitdiffstats
path: root/server/red_worker.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various misspellingsAlexander Larsson2010-07-081-42/+42
* Handle the new QXLCursorHeader typeAlexander Larsson2010-07-081-3/+13
* Properly parse QXLLineAttrs.styleAlexander Larsson2010-07-081-31/+2
* server: add missing ifdef USE_OGL (red_worker.c)Uri Lublin2010-07-081-0/+2
* Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann2010-07-071-893/+351
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2010-07-051-4/+3
* Properly parse and marshall SpiceStringGerd Hoffmann2010-07-021-66/+0
* Update for the SpicePath.segments type changeAlexander Larsson2010-07-011-2/+2
* fix for not clearing the cursor ring when the primary surface is destroyedYonit Halperin2010-07-011-14/+71
* Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2010-06-301-3/+2
* Automatically marshall SpiceClipRectsAlexander Larsson2010-06-301-53/+38
* Automatically marshall SpicePathAlexander Larsson2010-06-301-3/+0
* Store SpicePath segment count rather than sizeAlexander Larsson2010-06-301-16/+23
* qxl-abi: handle clip rect and path references.Gerd Hoffmann2010-06-301-271/+33
* server: Don't call opengl if not enabledAlexander Larsson2010-06-291-0/+4
* remove unnecessary send of SPICE_MSG_DISPLAY_RESETYonit Halperin2010-06-291-3/+0
* qxl abi: parse QXLCursorCmd.Gerd Hoffmann2010-06-291-22/+24
* qxl abi: parse QXLSurfaceCmd.Gerd Hoffmann2010-06-291-10/+13
* qxl abi: parse QXLMessage.Gerd Hoffmann2010-06-291-4/+10
* qxl abi: parse QXLUpdateCmd.Gerd Hoffmann2010-06-291-9/+9
* qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2010-06-291-3/+3
* qxl abi: parse QXLOpaque.Gerd Hoffmann2010-06-291-1/+1
* qxl abi: parse QXLFill.Gerd Hoffmann2010-06-291-1/+1
* qxl abi: parse QXLCompatDrawable.Gerd Hoffmann2010-06-291-2/+7
* qxl abi: parse QXLDrawable.Gerd Hoffmann2010-06-291-161/+165
* Remove support for clip by pathAlexander Larsson2010-06-241-32/+18
* drop bogous get_virt_delta callsGerd Hoffmann2010-06-231-8/+2
* Add destructor for demarshalled messagesAlexander Larsson2010-06-221-2/+3
* fix for not reseting client palette caches on migrationYonit Halperin2010-06-211-0/+2
* Lossy compression of RGBA images (on WAN connection)Yonit Halperin2010-06-211-27/+117
* applying zlib compression over glz on WAN connectionYonit Halperin2010-06-211-14/+142
* Use generated demarshallers in serverAlexander Larsson2010-06-181-31/+44
* Re-enable cache freeingAlexander Larsson2010-06-181-1/+1
* Convert red_worker.c to use SpiceMarshaller for marshallingAlexander Larsson2010-06-181-781/+997
* server: optimize red_pipe_replace_rendered_drawables_with_images (lossy bitma...Yonit Halperin2010-06-091-6/+90
* init/destroy lossy surface regionYonit Halperin2010-06-091-0/+2
* enabling jpeg on low bandwidth connectionYonit Halperin2010-06-091-16/+17
* not using jpeg when sending a surface to the client (the whole surface)Yonit Halperin2010-06-091-1/+3
* send qxl commands to client: support for resending lossy components when jpeg...Yonit Halperin2010-06-091-16/+639
* infrastructure routines for resending to the client part of surfaces that hav...Yonit Halperin2010-06-091-28/+306
* introducing lossy and lz compression in red_send_imageYonit Halperin2010-06-091-2/+53
* lossy surface regions in the client: infrastructure for tracking and updatingYonit Halperin2010-06-091-0/+160
* support for lossy images in the pixmap cache and fill bitsYonit Halperin2010-06-091-27/+59
* JPEG support: introducing jpeg encoding for spice bitmapsYonit Halperin2010-06-091-37/+272
* server: fix bitmap flags assignment in red_send_imageYonit Halperin2010-06-091-2/+2
* Fix some misspelled identifiersAlexander Larsson2010-05-211-14/+14
* RedWorkeMessage -> RedWorkerMessageAlexander Larsson2010-05-211-8/+8
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-15/+15
* zap vd_interface.hGerd Hoffmann2010-05-191-1/+1
* replace worker load/save with loadvm_commands, allow keeping surface contentGerd Hoffmann2010-05-191-77/+46