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