Tag 'xserver-xorg-video-vmware-1_12.0.1-1' created by Cyril Brulebois <k...@debian.org> at 2012-03-19 21:11 +0000
Tagging upload of xserver-xorg-video-vmware 1:12.0.1-1 to unstable. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEABECAAYFAk9noQwACgkQeGfVPHR5Nd3fagCfT2RbVsI1Q+s6zATYIonaH162 Y/0An0Oo6IW5t7WLCFmRbeIY5xUnoMCH =MYLF -----END PGP SIGNATURE----- Changes since xserver-xorg-video-vmware-1_11.0.99.901-1: Cyril Brulebois (3): Merge branch 'upstream-unstable' into debian-unstable New upstream release. Upload to unstable. Gaetan Nadon (2): config: include saa and vmwgfx subdirs in the tarball config: move AC_SYS_LARGEFILE in autoconf init section Jakob Bornecrantz (6): vmwgfx: Fix logic when checking for XA saa: Remove superflouos headers includes vmwgfx: Just include vmwgfx_drm.h vmwgfx: Include drm.h from correct path vmwlegacy: Make the default be a minimum of 800x600 Bump version number for the release Jeremy Huddleston (2): Fix build failures resulting from changes to the swaps and swapl macros in recent xorg-server Build fix for ABI version 12 Thomas Hellstrom (69): vmwgfx, saa: Initial import vmwgfx: Fix up driver build process for Xserver >= 1.7. vmwgfx, saa: Build saa as a convenience library vmwgfx: Check for large files vmwgfx: Import the WSBM list macros vmwgfx: Make a list of scanout bounding boxes available to each scanout pixmap vmwgfx: Make present readbacks not cross scanout bounding box boundaries vmwgfx: Don't call xa_copy_done after a present. vmwgfx: Fix dirty present bug vmwgfx: Try to match created hardware formats with the dri state tracker. saa: Reuse code for computing composite bounds. saa: Add driver composite. vmwgfx: Support xa composite. vmwgfx: Try to sort out format handling with composite. vmwgfx: Set up XA version checking. vmwgfx: Require libxatracker >= 0.4. vmwgfx: Various acceleration fixes. vmwgfx: Add boolean flags for different rendering modes vmwgfx: Don't dirty the front buffer as hw when doing a dri2copyregion from it vmwgfx-xorg: Avoid enabling unwanted outputs in initial configuration vmwgfx: Adapt to vmwgfx kernel driver 2.1 vmwgfx: Save the dri2 requested depth since it may differ from the drawable vmwgfx: Update the connector type name array vmwgfx: Hook up vmwarectrl to the gui layout ioctl vmwgfx: Fix crtc position of transformed fb vmwgfx: Fall back to sw cursors if needed vmwgfx: Don't do present readbacks per crtc vmwgfx: Remove a couple of unused options vmwgfx: Fix acceleration options. vmwgfx: Add an option for direct presents vmwgfx: Be correct when setting up damage tracking vmwgfx: Add an option to use a scanout surface vmwgfx: A number of damage fixes vmwgfx: Fix rendering errors when rotating / unrotating a screen. vmwgfx: Make sure we don't render when VT switched vmwlegacy: Fix device fifo communication vmwlegacy: Fix up Xinerama / panoramiX replies. vmwlegacy: Factor out bootstrap functions vmware: Hook up vmwgfx to be tried before falling back to legacy vmware: Update the vmware register definition vmwgfx: Pre-init fixes vmware: Update library dependencies vmwlegacy: Accept option "GuiLayout" as a synonym for "staticXinerama" vmwlegacy: Factor out code that can be common for vmwgfx and vmwlegacy vmwgfx: Use config options to optionally set GUI topology vmwgfx: Get the drm device name from the open file descriptor vmwgfx: Make the drm device name persistent vmwgfx: Don't register back buffers as "hw_is_dri2_fronts" v2 vmwgfx: Adapt to the dri state tracker sending depth instead of bpp vmwgfx: Add an option to enable rendercheck mode vmwgfx: Fix MessageType members that are incorrectly typed as Bool vmwgfx: Adapt to new interface of xa_yuv_planar_blit vmwgfx: Hook up XV color conversion control attributes vmwgfx: Reduce system resource usage with textured video saa: Only try to accelerate pixmaps that are driver pixmaps saa: Always read back hw contents on poly_fill_rect saa, vmwgfx: Fix saa_copy_composite Merge branch 'vmwgfx_branch' vmware: Make sure the driver builds on old servers vmwgfx,saa: Fix a bunch of compilation warnings vmwgfx: Adapt to new XA version number v2 Make the driver build pass "make distcheck" Bump version number for release vmwgfx: Avoid including a library header and use pixman for type conversion vmwgfx: Fix up swap[sl] for server 1.12 vmwgfx: Kill a deprecation warning on server 1.12 vmware: Kill warnings on Xserver 1.12 saa: Try to avoid readbacks during polyFillRect vmware/legacy: Fix initial mode size v2 Thomas Hellström (1): vmware: Update Manpage Zack Rusin (2): Bump version number for the release Fix a memory corruption due to a redundant free. --- ChangeLog | 937 ++++++++++++++++++++++ Makefile.am | 4 configure.ac | 33 debian/changelog | 8 man/vmware.man | 63 + saa/Makefile.am | 15 saa/saa.c | 748 +++++++++++++++++ saa/saa.h | 209 ++++ saa/saa_accel.c | 153 +++ saa/saa_pixmap.c | 222 +++++ saa/saa_priv.h | 279 ++++++ saa/saa_render.c | 424 ++++++++++ saa/saa_unaccel.c | 1036 ++++++++++++++++++++++++ src/Makefile.am | 30 src/svga_reg.h | 1434 +++++++++++++++++++++++++--------- src/vmware.c | 596 +------------- src/vmware.h | 22 src/vmware_bootstrap.c | 502 +++++++++++ src/vmware_bootstrap.h | 71 + src/vmware_common.c | 163 +++ src/vmware_common.h | 41 src/vmwarectrl.c | 40 src/vmwaremodule.c | 256 ------ src/vmwarexinerama.c | 66 - vmwgfx/Makefile.am | 29 vmwgfx/svga3d_reg.h | 1801 +++++++++++++++++++++++++++++++++++++++++++ vmwgfx/vmwgfx_crtc.c | 455 ++++++++++ vmwgfx/vmwgfx_ctrl.c | 523 ++++++++++++ vmwgfx/vmwgfx_ctrl.h | 48 + vmwgfx/vmwgfx_dri2.c | 426 ++++++++++ vmwgfx/vmwgfx_driver.c | 1192 ++++++++++++++++++++++++++++ vmwgfx/vmwgfx_driver.h | 195 ++++ vmwgfx/vmwgfx_drm.h | 792 ++++++++++++++++++ vmwgfx/vmwgfx_drmi.c | 502 +++++++++++ vmwgfx/vmwgfx_drmi.h | 87 ++ vmwgfx/vmwgfx_output.c | 393 +++++++++ vmwgfx/vmwgfx_overlay.c | 893 +++++++++++++++++++++ vmwgfx/vmwgfx_saa.c | 1512 ++++++++++++++++++++++++++++++++++++ vmwgfx/vmwgfx_saa.h | 110 ++ vmwgfx/vmwgfx_saa_priv.h | 125 ++ vmwgfx/vmwgfx_tex_video.c | 851 ++++++++++++++++++++ vmwgfx/vmwgfx_xa_composite.c | 277 ++++++ vmwgfx/vmwgfx_xa_surface.c | 368 ++++++++ vmwgfx/wsbm_util.h | 79 + 44 files changed, 16769 insertions(+), 1241 deletions(-) --- -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1s9jss-0004kb...@vasks.debian.org