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-11-13
qxl: move mspace setup to qxl_mem.c
HEAD
master
Dave Airlie
3
-22
/
+16
2012-11-13
qxl: move garbage collector + alloc into qxl_mem.c
Dave Airlie
2
-178
/
+182
2012-11-13
qxl: move mem slots code to qxl_mem.c
Dave Airlie
3
-78
/
+80
2012-11-13
qxl_mem: drop unused if 0 code.
Dave Airlie
1
-355
/
+0
2012-11-13
qxl: move io functions to a separate file
Dave Airlie
4
-187
/
+225
2012-11-13
qxl: split user modesetting code and crtc code out.
Dave Airlie
4
-947
/
+530
2012-11-13
qxl: split uxa related code into separate file
Dave Airlie
1
-0
/
+502
2012-10-11
Only include Xv headers if server supports it
Yaakov Selkowitz
1
-0
/
+2
2012-10-11
Add XORG_LIBS to LIBADD
Yaakov Selkowitz
1
-1
/
+1
2012-09-29
Change include paths to fix rare compilation issue.
Jeremy White
1
-6
/
+6
2012-09-20
Version bump to 0.1.0
xf86-video-qxl-0.1.0
Søren Sandmann Pedersen
1
-1
/
+1
2012-09-20
Make the checks for composite and a8 return FALSE for Xspice
Søren Sandmann Pedersen
1
-0
/
+10
2012-09-20
Only use dixScreenSpecificPrivatesSize if we have a new enough Xorg.
Jeremy White
2
-2
/
+6
2012-09-12
Don't issue composite commands or create a8 surfaces when not available
Søren Sandmann
1
-1
/
+36
2012-09-07
Require XServer >= 1.12.99.901 in conjunction with commit 4a43bd4.
Johannes Obermayr
1
-1
/
+1
2012-09-05
Add Render support
Søren Sandmann
4
-24
/
+390
2012-09-05
Enable 8 bit pixmaps.
Søren Sandmann
2
-1
/
+3
2012-09-05
Use an RGBA format for 32 bit images
Søren Sandmann
1
-5
/
+1
2012-09-05
uxa: Plug leak in uxa_glyphs_via_masks
Søren Sandmann
1
-1
/
+3
2012-09-05
uxa-glyphs: don't prepare composite when dest is not offscreen
Søren Sandmann
1
-0
/
+5
2012-09-05
Improved support for memory debugging.
Søren Sandmann
6
-39
/
+61
2012-09-05
src/qxl_driver: use the new dixScreenSpecificPrivatesSize
Alon Levy
1
-6
/
+8
2012-08-23
Coding style fixes
Søren Sandmann Pedersen
2
-1229
/
+1362
2012-08-23
Bump spice-protocol version requirement to 0.12.0
Søren Sandmann Pedersen
1
-1
/
+1
2012-08-23
qxl_driver: Xspice: fix build breakage
Alon Levy
1
-1
/
+1
2012-07-15
Return a preferred mode matching the current mode
elmarco.master
Marc-André Lureau
1
-3
/
+23
2012-07-15
Change output status when update monitors config
Marc-André Lureau
1
-4
/
+11
2012-07-15
Bypass rrcrtc.c screen size bounds check
Marc-André Lureau
1
-0
/
+6
2012-07-15
Avoid calling qxl_update_monitors_config() with invalid config
Marc-André Lureau
1
-1
/
+5
2012-07-15
Split crtc_set_mode_major()
Marc-André Lureau
1
-14
/
+32
2012-07-15
Add check_crtc() helper, to catch crtc/monitor config errors
Marc-André Lureau
1
-2
/
+33
2012-07-15
Coding style improvement
Marc-André Lureau
1
-668
/
+628
2012-07-15
get rid of one of the gcc warnings
Marc-André Lureau
1
-1
/
+1
2012-07-15
qxl_driver/qxl_initialize_x_modes: remove modes not fitting framebuffer
Alon Levy
1
-2
/
+12
2012-07-15
qxl_driver: add infra for surface0 resizing
Alon Levy
2
-38
/
+152
2012-07-15
add qxl_edid
Alon Levy
4
-2
/
+239
2012-07-15
(for later) qxl_ring: add helpers (debugging/unused)
Alon Levy
2
-0
/
+24
2012-07-15
qxl_driver: qxl_init_randr: limit width/height to 8192, real check done on ra...
Alon Levy
1
-18
/
+2
2012-07-15
Add some error message if pci revision < 4
Marc-André Lureau
1
-1
/
+3
2012-07-15
qxl_driver: introduce qxl_crtc, crtc private
Alon Levy
2
-5
/
+26
2012-07-15
qxl_driver: implement randr, arbitrary resolution, multiple monitors (big dump)
Alon Levy
4
-125
/
+534
2012-07-15
qxl_surface: add download_box_no_update
Alon Levy
1
-5
/
+11
2012-07-15
qxl_surface: normalize surface_send names, add option to surface_destroy to s...
Alon Levy
1
-5
/
+8
2012-07-15
spiceqxl_io_port: mark FLUSH_SURFACES_ASYNC as unimplemented, do half of it
Alon Levy
1
-0
/
+4
2012-07-15
qxl_screen_init: move uxa_resources_init down to after qxl_switch_mode has run
Alon Levy
1
-7
/
+6
2012-07-15
qxl_close_screen: disable fb access, prevent segfaults in uxa later on
Alon Levy
1
-0
/
+6
2012-07-15
qxl_driver: move mspace_set_*_func earlier
Alon Levy
1
-2
/
+4
2012-07-15
fix two segfaults in qxl_free_surface
Alon Levy
1
-0
/
+5
2012-07-15
qxl: remove qxl_screen_t->stride
Alon Levy
3
-3
/
+1
2012-07-15
spiceqxl_inputs: don't hide the pointer global typedef
Alon Levy
1
-14
/
+14
[next]