From: Paul Gofman Subject: Re: [PATCH 1/4] d3d9/tests: Test more formats in srgbtexture_test(). Message-Id: Date: Tue, 21 Jan 2020 16:53:27 +0300 In-Reply-To: References: <20200113153121.529336-1-gofmanp@gmail.com> 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 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.