index
:
~alon/xf86-video-qxl
kms
master
wip/randr12
wip/vdagent-xspice
Unnamed repository; edit this file to name it for gitweb.
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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
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
2012-02-09
Move check for zero width/height surfaces to qxl_surface_create()
Søren Sandmann
1
-6
/
+6
2012-02-07
In qxl_check_copy() accept pixmaps that don't have surfaces
Søren Sandmann
2
-17
/
+0
2012-01-31
xf86PciInfo.h is deprecated and unused, drop it
Alon Levy
1
-1
/
+0
2012-01-31
qxl_image: cleanup qxl_image_create
Alon Levy
1
-8
/
+5
2012-01-30
Enable surface and caching option defaults for Xspice
Alon Levy
1
-4
/
+6
2012-01-30
xspice: remove duplicate declaration (fixes warning)
Alon Levy
1
-1
/
+0
2012-01-30
Enable surface and caching options for XSpice too
Søren Sandmann Pedersen
1
-5
/
+4
2012-01-27
Enable caching of images based on the configuration options
Søren Sandmann Pedersen
3
-69
/
+28
2012-01-27
Return NULL from qxl_surface_create() when surfaces are disabled
Søren Sandmann Pedersen
1
-0
/
+3
2012-01-27
Add support for parsing various options
Søren Sandmann Pedersen
2
-2
/
+35
2012-01-19
Use u64_to_pointer() instead of a cast to void *
Søren Sandmann Pedersen
1
-1
/
+1
2012-01-19
Track damage for PolyLine fallbacks.
Søren Sandmann Pedersen
1
-2
/
+9
2012-01-18
qxl-driver: call vgaHWSetStdFuncs explicitly
Alon Levy
1
-0
/
+1
2012-01-18
build fixes: sched_yield and missing declaration
Alon Levy
3
-2
/
+6
[prev]
[next]