My original intent was to fix build with gcc 12 - but it grew somewhat during that process.
We still get 4 years of bugfixes, so I think overall this is the way to go.
Feel free to reject, and only use the gcc 12 buildfix patch
- Update to version 13.3.0+12:
* vmwgfx:
- Change header inclusion order to avoid xorg headers catching
stdbool.h
- Unify style in scanout_update and present functions
- Limit the number of cliprects in a drm present_readback
command v3
- Limit the number of cliprects in a drm present command v3
- Limit the number of cliprects in a drm dirtyfb command v3
- Don't exceed the device command size limit v3
- Fix invalid memory accesses in CloseScreen
- Use libdrm to obtain the drm device node name v2
- Fix a memory leak
- Fix XVideo memory leaks
* saa: Make sure damage destruction happens at the correct
location
* Remove obsolete B16 & B32 tags in struct definitions
- Switch to git checkout via source service.
- Add u_Fix-build-gcc-12.patch: Still needs a patch to build with
gcc 12.
- Modernize spec, add libtool BuildRequires and bootstrap build.
OBS-URL: https://build.opensuse.org/request/show/956998
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vmware?expand=0&rev=39
* 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.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vmware?expand=0&rev=37
- Update to version 13.2.1:
This release provides support for adapting to a desktop configuration (read
VMware GUI configuration) exposed using drm connectors rather than using
RandR12+. Since this is the way gnome-shell/Wayland adapts to a desktop
configuration this driver can coexist with an auto-fit multimonitor VMware
gnome-shell/Wayland configuration and therefore enables future open-vm-tools
versions to expose GUI configuration changes through drm connectors at system
start-up time without using the xorg driver as a proxy.
It also contains a compilation fix for ABI 23 (Xserver 1.19).
OBS-URL: https://build.opensuse.org/request/show/440984
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vmware?expand=0&rev=33
- 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.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-vmware?expand=0&rev=21