index
:
~airlied/xf86-video-qxl
4292db7d6cfd77fcd74976dc97116a7d2a36eafa
bo-abs1
dri2-hacks
elmarco.master
f12-hackup
feature/randr12
hack-the-streamer
master
murmur3
qxl-kms
qxl-refactor
qxl-reorg-code
qxl-ums-bo
rhel6
rhel62
rhel63
Unnamed repository; edit this file 'description' to name the repository.
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-09
options: Turn surfaces and caching on by default
rhel63
Søren Sandmann Pedersen
1
-3
/
+3
2012-03-02
Enable caching of images based on the configuration options
Søren Sandmann Pedersen
3
-69
/
+28
2012-03-02
Return NULL from qxl_surface_create() when surfaces are disabled
Søren Sandmann Pedersen
1
-0
/
+3
2012-03-02
Add support for parsing various options
Søren Sandmann Pedersen
2
-2
/
+50
2011-10-07
Reset non-primary device out of CloseScreen().
rhel62
Søren Sandmann Pedersen
1
-28
/
+38
2011-08-21
Only save the VGA fonts for the primary device.
Søren Sandmann Pedersen
1
-2
/
+4
2011-08-18
Ignore devices classes when matching PCI devices
Søren Sandmann Pedersen
1
-2
/
+2
2011-08-10
Transmit images in smaller chunks
Søren Sandmann Pedersen
1
-16
/
+60
2011-07-15
If qxl_pre_init() is called without a confScreen, just return FALSE.
Søren Sandmann Pedersen
1
-0
/
+6
2011-07-15
Link in the compat driver; various renamings
Søren Sandmann Pedersen
11
-563
/
+570
2011-07-15
Add old driver in as a compatibility layer
Søren Sandmann Pedersen
11
-1
/
+3771
2011-07-15
Revert "use spice-protocol defines for ring sizes"
Søren Sandmann Pedersen
1
-3
/
+3
2011-07-14
0.0.14
xf86-video-qxl-0.0.14
Søren Sandmann Pedersen
1
-1
/
+1
2011-04-29
cleanup (add eol between system and non system includes)
Alon Levy
1
-0
/
+1
2011-04-29
qxl_driver: whitespace fixes
Alon Levy
1
-26
/
+26
2011-04-29
qxl_driver: fix three incompatible pointer passed warnings
Alon Levy
1
-4
/
+4
2011-04-29
qxl_driver: fix initialization from wrong pointer warning
Alon Levy
1
-1
/
+1
2011-04-29
use spice-protocol defines for ring sizes
Alon Levy
1
-3
/
+3
2011-04-27
qxl.h: move spice include right after system includes
Alon Levy
1
-2
/
+1
2011-04-27
qxl_image.c: fix defined but unused warning
Alon Levy
1
-0
/
+2
2011-04-27
qxl_mem.c: fix pointer arithmatic warning (-Wpointer-arith)
Alon Levy
1
-1
/
+1
2011-04-27
qxl.h: double include protection
Alon Levy
1
-0
/
+5
2011-03-20
Fix VT switching
Søren Sandmann Pedersen
4
-3
/
+34
2011-03-19
Generate tighter damage for PolyFillRect
Søren Sandmann Pedersen
1
-21
/
+14
2011-03-19
Tiled upload of images after software fallback.
Søren Sandmann Pedersen
1
-1
/
+26
2011-03-19
Don't re-upload read-only surfaces after a software fallback.
Søren Sandmann Pedersen
1
-14
/
+24
2011-02-14
s/qxl_ram_header/QXLRam/
Alon Levy
3
-37
/
+15
2011-02-14
use structs from spice-protocol qxl_dev.h
Alon Levy
5
-520
/
+93
2011-02-14
use spice-protocol qxl_dev.h enums
Alon Levy
2
-98
/
+7
2011-02-14
build: add spice-protocol dep
Alon Levy
2
-1
/
+3
2011-02-14
qxl_driver: remove unused variable (found by gcc 4.6.0)
Alon Levy
1
-2
/
+0
2011-02-14
gcc-4.6.0 fix: cast unmatching function pointers
Alon Levy
1
-6
/
+6
2011-01-26
Bump version number
xf86-video-qxl-0.0.13
Søren Sandmann Pedersen
1
-1
/
+1
2011-01-26
Remove calls to SourceValidate() from uxa-damage.c
Søren Sandmann Pedersen
1
-20
/
+0
2011-01-26
Make it compile with and without dixLookupPrivate() changes.
Søren Sandmann Pedersen
5
-2
/
+44
2011-01-26
Only add images to the cache if they are 128x128 or bigger
Søren Sandmann
1
-3
/
+21
2011-01-26
Add debugging code
Søren Sandmann
2
-93
/
+176
2011-01-26
More explicit life cycle management
Søren Sandmann Pedersen
6
-137
/
+227
2011-01-26
Add a surface cache
Søren Sandmann Pedersen
3
-136
/
+345
2011-01-26
Don't unmap memory until after uxa_close_screen; allow surface creation witho...
Søren Sandmann
2
-19
/
+25
2011-01-26
uxa: In change_window_attributes() only read back if the backing pixmap changed
Søren Sandmann
1
-2
/
+7
2011-01-26
Comment out debugging spew
Søren Sandmann
3
-7
/
+16
2011-01-26
Migrate pixmaps out of video memory before mode setting
Søren Sandmann
3
-84
/
+165
2011-01-26
Add qxl_surface_evacuates/replace_all() methods.
Søren Sandmann
3
-48
/
+103
2011-01-26
Track live surfaces in a doubly linked list.
Søren Sandmann
2
-45
/
+30
2011-01-26
Track the pixmap in the surface struct.
Søren Sandmann
3
-0
/
+13
2011-01-26
Move the surface lists into qxl_screen_t
Søren Sandmann
3
-39
/
+34
2011-01-26
Fix a bunch of warnings
Søren Sandmann
4
-438
/
+13
2011-01-26
free qxl->uxe with regular free not xfree
Hans de Goede
1
-1
/
+1
2011-01-26
Fix the driver crashing qemu on 32 bits
Hans de Goede
1
-5
/
+5
[next]