summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* zap more unused bits.Gerd Hoffmann2010-08-271-14/+0
* red_get_cursor: avoid extra copyGerd Hoffmann2010-08-271-4/+4
* fix red_cursur_flush segfaultGerd Hoffmann2010-08-261-1/+3
* zap dead typedefsGerd Hoffmann2010-08-261-5/+0
* zap dead qxl chunk codeGerd Hoffmann2010-08-261-29/+0
* qxl parser: add cursor parsingGerd Hoffmann2010-08-263-48/+59
* qxl parser: complete QXL_SURFACE_CMD_CREATE parsingGerd Hoffmann2010-08-263-4/+6
* server: clean glz drawables when reseting qxlYonit Halperin2010-08-251-0/+3
* server: Add missing break in switch caseAlexander Larsson2010-08-251-0/+1
* server: remove the no longer used glz drawables list that was maintained for ...Yonit Halperin2010-08-241-8/+0
* server: remove unnecessary dependency between surfaces and Glz drawablesYonit Halperin2010-08-241-26/+4
* Fix mismerge in last commitAlexander Larsson2010-08-231-1/+0
* Remove USE_EXCLUDE_RGN define and !USE_EXCLUDE_RGN codeAlexander Larsson2010-08-231-167/+0
* Remove STREAM_TRACE define and !STREAM_TRACE codeAlexander Larsson2010-08-231-206/+1
* Limiting video streaming to the primary surface. freedesktop bug #28088.Yonit Halperin2010-08-231-7/+40
* server: add vdi_port write retry timer. RHBZ 616772Alon Levy2010-07-221-0/+30
* Don't do manual marshalling for input channelAlexander Larsson2010-07-211-45/+67
* server: Properly order rgb for 24bit bitmaps when sending to libjpegAlexander Larsson2010-07-201-2/+8
* Don't send padding over the network with video dataAlexander Larsson2010-07-201-5/+2
* codegen: Various cleanupsAlexander Larsson2010-07-192-13/+8
* server vdi port: prevent recursive calls to read_from_vdi_port (required for ...Alon Levy2010-07-191-7/+21
* add SPICE_SERVER_VERSIONGerd Hoffmann2010-07-141-0/+2
* server: enabling/disabling jpeg and zlib-over-glz via spice command line argsYonit Halperin2010-07-145-3/+66
* red_glz_compress_image: lines isn't needed any moreGerd Hoffmann2010-07-131-2/+1
* Don't marshall bitmap data as pointer, instead send inlineAlexander Larsson2010-07-091-18/+12
* Use the right enum types for bitmap_data.type comparisonsAlexander Larsson2010-07-091-2/+2
* Make tunnel support optional in client tooAlexander Larsson2010-07-081-2/+4
* Make distcheck workAlexander Larsson2010-07-081-0/+1
* Missed some misspelling fixesAlexander Larsson2010-07-081-11/+11
* Fix various misspellingsAlexander Larsson2010-07-087-60/+60
* server: Remove unnecessary pci id/rev checksAlexander Larsson2010-07-082-11/+0
* Make all internal structures not be packedAlexander Larsson2010-07-081-11/+10
* Handle the new QXLCursorHeader typeAlexander Larsson2010-07-081-3/+13
* Use QXLPHYSICAL, not SPICE_ADDRESS in qxl parserAlexander Larsson2010-07-082-19/+19
* Properly parse QXLLineAttrs.styleAlexander Larsson2010-07-082-43/+25
* remove QXLInterface->has_command()Gerd Hoffmann2010-07-081-1/+0
* 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-073-908/+615
* Convert SpicePath.segments to a pointer arrayAlexander Larsson2010-07-052-8/+8
* Properly parse and marshall SpiceStringGerd Hoffmann2010-07-022-68/+85
* Update for the SpicePath.segments type changeAlexander Larsson2010-07-012-3/+3
* - fix for noopengl patch for serverAlon Levy2010-07-011-0/+4
* 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-302-9/+9
* 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-303-23/+61
* qxl-abi: handle clip rect and path references.Gerd Hoffmann2010-06-302-282/+206
* add qxl chunk parserGerd Hoffmann2010-06-302-0/+52
* server: Don't call opengl if not enabledAlexander Larsson2010-06-293-3/+17