summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Expand)AuthorFilesLines
2010-07-08server: Remove unnecessary pci id/rev checksAlexander Larsson2-11/+0
2010-07-08Make all internal structures not be packedAlexander Larsson1-11/+10
2010-07-08Handle the new QXLCursorHeader typeAlexander Larsson1-3/+13
2010-07-08Use QXLPHYSICAL, not SPICE_ADDRESS in qxl parserAlexander Larsson2-19/+19
2010-07-08Properly parse QXLLineAttrs.styleAlexander Larsson2-43/+25
2010-07-08remove QXLInterface->has_command()Gerd Hoffmann1-1/+0
2010-07-08server: add missing ifdef USE_OGL (red_worker.c)Uri Lublin1-0/+2
2010-07-07Properly parse QXLImage to the new-world SpiceImageGerd Hoffmann3-908/+615
2010-07-05Convert SpicePath.segments to a pointer arrayAlexander Larsson2-8/+8
2010-07-02Properly parse and marshall SpiceStringGerd Hoffmann2-68/+85
2010-07-01Update for the SpicePath.segments type changeAlexander Larsson2-3/+3
2010-07-01- fix for noopengl patch for serverAlon Levy1-0/+4
2010-07-01fix for not clearing the cursor ring when the primary surface is destroyedYonit Halperin1-14/+71
2010-06-30Simplify SpiceLineAttr by removing unsed stuffAlexander Larsson2-9/+9
2010-06-30Automatically marshall SpiceClipRectsAlexander Larsson1-53/+38
2010-06-30Automatically marshall SpicePathAlexander Larsson1-3/+0
2010-06-30Store SpicePath segment count rather than sizeAlexander Larsson3-23/+61
2010-06-30qxl-abi: handle clip rect and path references.Gerd Hoffmann2-282/+206
2010-06-30add qxl chunk parserGerd Hoffmann2-0/+52
2010-06-29server: Don't call opengl if not enabledAlexander Larsson3-3/+17
2010-06-29remove unnecessary send of SPICE_MSG_DISPLAY_RESETYonit Halperin1-3/+0
2010-06-29qxl abi: parse QXLRect.Gerd Hoffmann4-18/+42
2010-06-29qxl abi: parse QXLPoint & friends.Gerd Hoffmann2-7/+21
2010-06-29qxl abi: parse QXLCursorCmd.Gerd Hoffmann3-22/+76
2010-06-29qxl abi: parse QXLSurfaceCmd.Gerd Hoffmann3-10/+63
2010-06-29qxl abi: parse QXLMessage.Gerd Hoffmann3-4/+41
2010-06-29qxl abi: parse QXLUpdateCmd.Gerd Hoffmann3-9/+38
2010-06-29qxl abi: parse QXLClip.Gerd Hoffmann1-2/+9
2010-06-29qxl abi: parse QXLLineAttr.Gerd Hoffmann1-4/+10
2010-06-29qxl abi: parse QXLPattern.Gerd Hoffmann1-1/+2
2010-06-29qxl abi: parse QXLBrush.Gerd Hoffmann1-6/+20
2010-06-29qxl abi: parse QXLQMask.Gerd Hoffmann1-8/+16
2010-06-29qxl abi: parse QXLBlackness+QXLInvers+QXLWhiteness.Gerd Hoffmann1-6/+24
2010-06-29qxl abi: parse QXLText.Gerd Hoffmann1-2/+13
2010-06-29qxl abi: parse QXLStroke.Gerd Hoffmann1-2/+12
2010-06-29qxl abi: parse QXLRop3.Gerd Hoffmann1-2/+13
2010-06-29qxl abi: parse QXLTransparent.Gerd Hoffmann1-2/+13
2010-06-29qxl abi: parse QXLCopy + QXLBlend.Gerd Hoffmann2-7/+27
2010-06-29qxl abi: add missing QXLCopyBitsGerd Hoffmann1-0/+6
2010-06-29qxl abi: parse QXLOpaque.Gerd Hoffmann2-1/+24
2010-06-29qxl abi: parse QXLFill.Gerd Hoffmann2-3/+11
2010-06-29qxl abi: parse QXLAlphaBlnd (+Compat)Gerd Hoffmann1-2/+21
2010-06-29qxl abi: parse QXLCompatDrawable.Gerd Hoffmann3-2/+62
2010-06-29qxl abi: parse QXLDrawable.Gerd Hoffmann4-161/+315
2010-06-29improve memory slot error logging.Gerd Hoffmann1-4/+7
2010-06-28Replace log4cpp with custom log functionAlexander Larsson1-1/+0
2010-06-24Remove support for clip by pathAlexander Larsson1-32/+18
2010-06-23drop bogous get_virt_delta callsGerd Hoffmann1-8/+2
2010-06-22Add destructor for demarshalled messagesAlexander Larsson4-7/+13
2010-06-21fix for not reseting client palette caches on migrationYonit Halperin1-0/+2