[PATCH 1/4] d3d9/tests: Test more formats in srgbtexture_test().

Paul Gofman gofmanp at gmail.com
Tue Jan 21 07:53:27 CST 2020


All of them are supported on Nvidia GeForce GT 650M where I tested that
on Windows. All but _X1R5G5B5 are also supported on Intel.
If _R5G6B5 is not supported on AMD then probably Warhammer takes some
other path on AMD. I don't have an AMD to test that but I can try
spoofing AMD in Wine registry keys to see if it makes any difference. In
case it does, it might be possible to find out how it works on AMD.

On 1/21/20 16:27, Henri Verbeet wrote:
> On Mon, 13 Jan 2020 at 19:02, Paul Gofman <gofmanp at gmail.com> wrote:
>> +        case D3DFMT_A1R5G5B5:
>> +        case D3DFMT_X1R5G5B5:
>> +        case D3DFMT_R5G6B5:
> Are these generally supported on NVIDIA? They don't appear to be
> supported on my AMD system. That's not necessarily an issue, but does
> raise the question whether applications can really depend on these
> formats supporting sRGB reads.






More information about the wine-devel mailing list