On Fri, Jan 24, 2020 at 7:48 AM Henri Verbeet hverbeet@gmail.com wrote:
On Thu, 23 Jan 2020 at 21:04, Jeff Smith whydoubt@gmail.com wrote:
This series cleans up failures seen on the XP test machine using the "VMware SVGA II" driver, which seems to lack various features, such as 3D texture support.
I think there's very little value in accommodating such configurations; they're just not representative of the GPUs and drivers ddraw applications typically target. I feel similarly about e.g. WARP and Windows 10, but in that case it's more about accommodating the testbot than anything else.
Hi Henri,
Making accommodation for the testbot is exactly what this patchset does. The choices here I see are... 1) deal with/work around the configuration (i.e. this patchset), or 2) can the configuration (i.e. quit testing with the vmx_fb driver, only test the vga driver), or 3) stop caring about test breakage (O, that way madness lies).
Thanks, Jeff