index
:
~yhalperi/spice
0.8.mig.v2
0.8.mig.v3
0.8.mig.v3.rebase
bitmap-crop.mem-control
bitmap-crop.v2
master
master.mig.v1
mc.v7
qxl-mem-control
seamless-migration.v1
seamless-migration.v2
video.adaptive_bit_rate
video.adaptive_bit_rate.v2
video.sized.v1.clean
Unnamed repository; edit this file to name it for gitweb.
yhalperi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-08
server: Remove unnecessary pci id/rev checks
Alexander Larsson
2
-11
/
+0
2010-07-08
Make all internal structures not be packed
Alexander Larsson
1
-11
/
+10
2010-07-08
Handle the new QXLCursorHeader type
Alexander Larsson
1
-3
/
+13
2010-07-08
Use QXLPHYSICAL, not SPICE_ADDRESS in qxl parser
Alexander Larsson
2
-19
/
+19
2010-07-08
Properly parse QXLLineAttrs.style
Alexander Larsson
2
-43
/
+25
2010-07-08
remove QXLInterface->has_command()
Gerd Hoffmann
1
-1
/
+0
2010-07-08
server: add missing ifdef USE_OGL (red_worker.c)
Uri Lublin
1
-0
/
+2
2010-07-07
Properly parse QXLImage to the new-world SpiceImage
Gerd Hoffmann
3
-908
/
+615
2010-07-05
Convert SpicePath.segments to a pointer array
Alexander Larsson
2
-8
/
+8
2010-07-02
Properly parse and marshall SpiceString
Gerd Hoffmann
2
-68
/
+85
2010-07-01
Update for the SpicePath.segments type change
Alexander Larsson
2
-3
/
+3
2010-07-01
- fix for noopengl patch for server
Alon Levy
1
-0
/
+4
2010-07-01
fix for not clearing the cursor ring when the primary surface is destroyed
Yonit Halperin
1
-14
/
+71
2010-06-30
Simplify SpiceLineAttr by removing unsed stuff
Alexander Larsson
2
-9
/
+9
2010-06-30
Automatically marshall SpiceClipRects
Alexander Larsson
1
-53
/
+38
2010-06-30
Automatically marshall SpicePath
Alexander Larsson
1
-3
/
+0
2010-06-30
Store SpicePath segment count rather than size
Alexander Larsson
3
-23
/
+61
2010-06-30
qxl-abi: handle clip rect and path references.
Gerd Hoffmann
2
-282
/
+206
2010-06-30
add qxl chunk parser
Gerd Hoffmann
2
-0
/
+52
2010-06-29
server: Don't call opengl if not enabled
Alexander Larsson
3
-3
/
+17
2010-06-29
remove unnecessary send of SPICE_MSG_DISPLAY_RESET
Yonit Halperin
1
-3
/
+0
2010-06-29
qxl abi: parse QXLRect.
Gerd Hoffmann
4
-18
/
+42
2010-06-29
qxl abi: parse QXLPoint & friends.
Gerd Hoffmann
2
-7
/
+21
2010-06-29
qxl abi: parse QXLCursorCmd.
Gerd Hoffmann
3
-22
/
+76
2010-06-29
qxl abi: parse QXLSurfaceCmd.
Gerd Hoffmann
3
-10
/
+63
2010-06-29
qxl abi: parse QXLMessage.
Gerd Hoffmann
3
-4
/
+41
2010-06-29
qxl abi: parse QXLUpdateCmd.
Gerd Hoffmann
3
-9
/
+38
2010-06-29
qxl abi: parse QXLClip.
Gerd Hoffmann
1
-2
/
+9
2010-06-29
qxl abi: parse QXLLineAttr.
Gerd Hoffmann
1
-4
/
+10
2010-06-29
qxl abi: parse QXLPattern.
Gerd Hoffmann
1
-1
/
+2
2010-06-29
qxl abi: parse QXLBrush.
Gerd Hoffmann
1
-6
/
+20
2010-06-29
qxl abi: parse QXLQMask.
Gerd Hoffmann
1
-8
/
+16
2010-06-29
qxl abi: parse QXLBlackness+QXLInvers+QXLWhiteness.
Gerd Hoffmann
1
-6
/
+24
2010-06-29
qxl abi: parse QXLText.
Gerd Hoffmann
1
-2
/
+13
2010-06-29
qxl abi: parse QXLStroke.
Gerd Hoffmann
1
-2
/
+12
2010-06-29
qxl abi: parse QXLRop3.
Gerd Hoffmann
1
-2
/
+13
2010-06-29
qxl abi: parse QXLTransparent.
Gerd Hoffmann
1
-2
/
+13
2010-06-29
qxl abi: parse QXLCopy + QXLBlend.
Gerd Hoffmann
2
-7
/
+27
2010-06-29
qxl abi: add missing QXLCopyBits
Gerd Hoffmann
1
-0
/
+6
2010-06-29
qxl abi: parse QXLOpaque.
Gerd Hoffmann
2
-1
/
+24
2010-06-29
qxl abi: parse QXLFill.
Gerd Hoffmann
2
-3
/
+11
2010-06-29
qxl abi: parse QXLAlphaBlnd (+Compat)
Gerd Hoffmann
1
-2
/
+21
2010-06-29
qxl abi: parse QXLCompatDrawable.
Gerd Hoffmann
3
-2
/
+62
2010-06-29
qxl abi: parse QXLDrawable.
Gerd Hoffmann
4
-161
/
+315
2010-06-29
improve memory slot error logging.
Gerd Hoffmann
1
-4
/
+7
2010-06-28
Replace log4cpp with custom log function
Alexander Larsson
1
-1
/
+0
2010-06-24
Remove support for clip by path
Alexander Larsson
1
-32
/
+18
2010-06-23
drop bogous get_virt_delta calls
Gerd Hoffmann
1
-8
/
+2
2010-06-22
Add destructor for demarshalled messages
Alexander Larsson
4
-7
/
+13
2010-06-21
fix for not reseting client palette caches on migration
Yonit Halperin
1
-0
/
+2
[next]