index
:
~sandmann/xf86-video-qxl
F14
a8
debugrenderfallbacks
f14-no-history
fallbackstats
memslots
options
render
render-for-master
render2
rhel5
rhel6-crack
rhel62
rhel64
rhel65
surface-fixes
surface0
trackimages
uxa
xspice.v4
Unnamed repository; edit this file to name it for gitweb.
sandmann
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-15
whitespace fix
Alon Levy
1
-1
/
+1
2012-07-08
qxl_driver/qxl_switch_mode: destroy is not idempotent
Alon Levy
1
-2
/
+1
2012-07-03
spiceqxl_display: reformat & rephrase Xspice comment
Alon Levy
1
-2
/
+2
2012-06-17
Compute totalPixmapSize using the same logic as in dix/pixmap.c, rather than ...
Jeremy White
1
-2
/
+4
2012-06-17
Actually process write watches in the wakeup handler
Jeremy White
1
-1
/
+16
2012-06-15
qxl_switch_mode: don't evacuate, just recreate primary surface
Alon Levy
1
-19
/
+14
2012-06-15
qxl_surface: don't unlink surface 0
Alon Levy
1
-4
/
+7
2012-06-15
qxl_surface: add DEBUG_SURFACE_LIFECYCLE helpers
Alon Levy
1
-0
/
+46
2012-06-15
io: add qxl_io_destroy_primary
Alon Levy
2
-0
/
+18
2012-06-15
prefix io with qxl_io, add several
Alon Levy
3
-9
/
+40
2012-06-15
qxl.h: add device_primary tri state UNDEFINED/NONE/CREATED
Alon Levy
2
-0
/
+12
2012-06-15
qxl_surface: logging: add function name to ErrorF
Alon Levy
1
-3
/
+3
2012-06-15
qxl_surface: cosmetics
Alon Levy
1
-1
/
+1
2012-06-15
qxl_pre_init: memset qxl struct
Alon Levy
1
-0
/
+1
2012-06-15
qxl_driver: abort on mspace error, don't spin (default abort function)
Alon Levy
1
-0
/
+19
2012-06-15
mspace: add mspace_malloc_stats_return
Alon Levy
2
-7
/
+31
2012-06-15
qxl_leave_vt: change outb to ioport_write (easier to grep / breakpoint on a s...
Alon Levy
1
-1
/
+1
2012-06-15
rename qxl_reset to qxl_reset_and_create_mem_slots
Alon Levy
1
-4
/
+4
2012-06-15
qxl_mem: add debug flags, simple accounting and valgrind enabled
Alon Levy
3
-1
/
+68
2012-06-15
qxl_surface: handle destroyed pixmaps while evacuated
Alon Levy
1
-6
/
+37
2012-06-15
qxl_driver: hide cursors on vt switch
Alon Levy
1
-0
/
+12
2012-06-15
qxl_surface: remove redundant qxl_garbage_collect, qxl_allocnf calls it
Alon Levy
1
-2
/
+0
2012-06-15
uxa-damage: remove unnecessary include (doesn't fix any warnings)
Alon Levy
1
-1
/
+0
2012-06-15
uxa: remove unnecessary includes, reduces warnings due to duplicate definitions
Alon Levy
2
-4
/
+0
2012-06-06
qxl: fix spice build
Dave Airlie
1
-2
/
+2
2012-06-06
qxl: add API compat for latest X server.
Dave Airlie
8
-50
/
+153
2012-05-06
Do not call update_area when lacking device memory
Yonit Halperin
1
-14
/
+0
2012-04-27
Distribution-agnostic XORG_MACROS_VERSION check message
Christophe Fergeau
1
-1
/
+1
2012-04-25
Change xorg-macros -> xorg-x11-util-macros in configure error message
Yaniv Kaul
1
-1
/
+1
2012-04-24
qxl_driver: ifdef out qxl_wait_for_io_command if not XSPICE
Alon Levy
1
-0
/
+2
2012-04-24
qxl_surface.c: fix -Wshadow warning
Alon Levy
1
-1
/
+0
2012-04-24
mspace: no more warnings
Alon Levy
2
-6
/
+10
2012-04-24
spiceqxl_io_port: use pointer_to_u64 (fix warning)
Alon Levy
1
-1
/
+1
2012-04-24
spiceqxl_io_port: use attribute printf (fix warning)
Alon Levy
1
-1
/
+1
2012-04-24
qxl_surface: qxl_surface_prepare_access: remove assigned but unused variables
Alon Levy
1
-4
/
+0
2012-04-24
spiceqxl: Xspice is spelled with a lower s
Alon Levy
1
-2
/
+2
2012-04-15
README.xspice: updpate repository
Alon Levy
1
-2
/
+2
2012-03-18
protect AC_CHECK_FILE for cross compiling
Alon Levy
1
-5
/
+8
2012-03-18
qxl: missed one file that needs config.h
Dave Airlie
1
-0
/
+3
2012-03-18
qxl: fix config.h usage
Dave Airlie
13
-2
/
+42
2012-03-15
Version bump to 0.0.17
Søren Sandmann Pedersen
1
-1
/
+1
2012-03-15
Add qxl_option_helper.h to Makefile.am
Søren Sandmann Pedersen
1
-1
/
+2
2012-03-15
In qxl_prepare_access(), don't modify the width/height of the pixmap
Søren Sandmann Pedersen
1
-4
/
+0
2012-03-14
qxl_surface.c: Remove #if 0'd debug spew
Søren Sandmann Pedersen
1
-169
/
+4
2012-03-09
options: Turn surfaces and caching on by default
Søren Sandmann Pedersen
1
-3
/
+3
2012-02-16
missed when added qxl_option_helpers.c
Alon Levy
1
-0
/
+14
2012-02-16
replace lookup3 with MurmurHash3
Alon Levy
6
-803
/
+404
2012-02-16
xspice_keyboard_proc: fix arrow keys
Alon Levy
1
-1
/
+8
2012-02-16
introduce qxl_option_helpers.[ch]
Alon Levy
4
-34
/
+40
2012-02-09
Don't leak the surface when we run out of video memory.
Søren Sandmann
1
-16
/
+19
[prev]
[next]