Revisions of xf86-video-vmware
Dominique Leuenberger (dimstar_suse)
accepted
request 1063499
from
Stefan Dirsch (sndirsch)
(revision 23)
- Update to version 13.4.0 - supersedes u_Fix-build-gcc-12.patch - switched back to tarball from git checkout via source service
Dominique Leuenberger (dimstar_suse)
accepted
request 977264
from
Stefan Dirsch (sndirsch)
(revision 22)
- set SUSE_ZNOW to 0 (boo#1197994)
Dominique Leuenberger (dimstar_suse)
accepted
request 957024
from
Stefan Dirsch (sndirsch)
(revision 21)
Dominique Leuenberger (dimstar_suse)
accepted
request 610635
from
Stefan Dirsch (sndirsch)
(revision 20)
- Update to version 13.3.0 * This release provides dri3 support for recent mesa (XA version 2.4+), build support for xserver 1.20, a number of compilation warning fixes, removal of old Xwayland and Xmir support, and a couple of minor bug fixes. * Note that linux distros that choose to not compile in kernel modesetting- and 3D should avoid enabling the vmwgfx linux kernel module. * As usual, the release is intended to be usable even with old X servers, but testing for older servers (xserver 1.0+) has been limited to compile-testing only. Dedicated functionality testing has been run on xserver 1.19.99 series.
Dominique Leuenberger (dimstar_suse)
accepted
request 499654
from
Stefan Dirsch (sndirsch)
(revision 19)
- includes everything needed for missing sle issue entries: fate #315643-315645, 319159-319161, 319618 (bsc#1041651)
Dominique Leuenberger (dimstar_suse)
accepted
request 441177
from
Stefan Dirsch (sndirsch)
(revision 18)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 282535
from
Stefan Dirsch (sndirsch)
(revision 17)
- Update to version 13.1.0: + Adapt to GC client clip changes in server 1.17 + Fix xf86xv.h cannot be included without first including xorg-server.h + Fix saa_check_poly_fill_rect_noreadback v2 + Fix saa_check_copy_window dirty region v3 + Revert "vmware/saa: Disable the noreadback polyfillrect optimization" + Fix cursor problem with multimon + Don't add puixmaps to the pixmap list if they're already on it. + Fix overlay related compile breakage on earlier X servers + Fix bootstrap related compile errors on earlier X servers + Clear the PITCHLOCK register if available before modeset + Fix out of bound array indexing + Fix compilation issue on older X servers + Fix uninitialized values in video commands + Fix an error path segfault (fdo#80645) + Fix auto colorkey fill usage + Better error logging when handling cursors + Don't move cursors without images + Fix xwayland build on newer XA versions + Add support for server managed fds + Add support for XSERVER_PLATFORM_BUS + Fix initial dirty region for pixmaps + Set desired modes after xMir screen init + Don't tell XA that we have a mask when we haven't + Don't change backing-store of active scanout services + Fix build without xatracker - Changes from version 13.0.1 + Fix compilation on newer X servers + Always allocate shared hardware surfaces + Require libdrm 2.4.38 to build XMir + Block DMA to prime surfaces for now + Enable direct dmas + Add support for XWayland + Add support for XMir v2 + Add an infrastructure to be able to run hosted under a compositor v2 + Fix compile breakage on XA version 1 + Really allow XA version 2 + Revert "vmwgfx: Get rid of device-specific DMA code" + Support also XA version 1 v2 + Handle changes of DamageUnregister API in 1.14.99.2 + Implement textured video completely on top of XA + Avoid HW operations when not master + Update for XA API changes + Dropped (patches accepted upstream): + U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch + u_xf86xv.h-cannot-be-included-without-first-including-.patch + xf86-video-vmware-13.0.2.tar.bz2
Stephan Kulow (coolo)
accepted
request 256232
from
Stefan Dirsch (sndirsch)
(revision 16)
- U_vmware-vmwgfx-Don-t-add-pixmaps-to-the-pixmap-list-i.patch * prevent endless looping during Xserver reset (bnc#900884) - u_xf86xv.h-cannot-be-included-without-first-including-.patch * include xorg-server.h before xf86xv.h in order to fix build with latest glibc
Adrian Schröter (adrianSuSE)
committed
(revision 15)
Split 13.2 from Factory
Stephan Kulow (coolo)
accepted
request 232915
from
Stefan Dirsch (sndirsch)
(revision 14)
- update to release 13.0.2 * This release contains support for both XMir and XWayland, updated support for the new XA version released with the new Mesa 10.1 version.
Stephan Kulow (coolo)
accepted
request 226776
from
Stefan Dirsch (sndirsch)
(revision 13)
- update to current git commit 51cdfa6 in order to fix build against latest xserver - obsoletes U_0001-vmwgfx-update-for-XA-API-changes.patch, U_0002-vmwgfx-Avoid-HW-operations-when-not-master.patch, U_0003-vmwgfx-Implement-textured-video-completely-on-top-of.patch, U_0004-vmwgfx-Get-rid-of-device-specific-DMA-code.patch, U_0005-vmwgfx-handle-changes-of-DamageUnregister-API-in-1.1.patch
Stephan Kulow (coolo)
accepted
request 209178
from
Stefan Dirsch (sndirsch)
(revision 12)
- U_0001-vmwgfx-update-for-XA-API-changes.patch - U_0002-vmwgfx-Avoid-HW-operations-when-not-master.patch * Note that for DRI2, a dri2_copy_region becomes a NOP when not master. Additionally, all dri2 operations that lead to a potential kernel access will return FALSE. - U_0003-vmwgfx-Implement-textured-video-completely-on-top-of.patch * Remove device-specific hacks. This may increase resource usage a little on old hardware revisions, but we don't need separate code paths on different hardware revisions. - U_0004-vmwgfx-Get-rid-of-device-specific-DMA-code.patch * It's rarely used and things seem to work well enough on top of XA. - U_0005-vmwgfx-handle-changes-of-DamageUnregister-API-in-1.1.patch * Fix is inspired from the intel driver.
Adrian Schröter (adrianSuSE)
committed
(revision 11)
Split 13.1 from Factory
Stephan Kulow (coolo)
accepted
request 174710
from
Stefan Dirsch (sndirsch)
(revision 10)
- xf86-video-vmware 13.0.1 * vmwgfx: Use myGlyphs to fix crashes (fdo#61780) * Kill mibstore - obsoletes U_mibstore.patch
Stephan Kulow (coolo)
accepted
request 162812
from
Stefan Dirsch (sndirsch)
(revision 9)
- Add Source URL, see https://en.opensuse.org/SourceUrls (forwarded request 162729 from namtrac)
Stephan Kulow (coolo)
accepted
request 160241
from
Stefan Dirsch (sndirsch)
(revision 8)
- make supplements conditional on hardware (bnc#810333) - Add U_mibstore.patch, fixes build with xorg-server 1.14
Adrian Schröter (adrianSuSE)
committed
(revision 7)
Split 12.3 from Factory
Stephan Kulow (coolo)
accepted
request 149810
from
Stefan Dirsch (sndirsch)
(revision 6)
- xf86-video-vmware 13.0.0 * Release for Xserver 1.13. ABI bump plus bug fixes. A must have for all users of the Xserver 1.13.
Stephan Kulow (coolo)
accepted
request 134727
from
Ismail Dönmez (namtrac)
(revision 5)
- update to latest git commit 007bed3
Stephan Kulow (coolo)
accepted
request 129430
from
Stefan Dirsch (sndirsch)
(revision 4)
- disable build on anything other than i386/x86_64 (forwarded request 129345 from dirkmueller)
Displaying revisions 1 - 20 of 23