[Piglit] [PATCH 1/4] arb_internalformat_query2: minmax GL_ALPHA8 deprecated on 3.1+

Alejandro Piñeiro apinheiro at igalia.com
Wed Nov 1 08:11:28 UTC 2017


On 31/10/17 19:17, Marek Olšák wrote:
> On Fri, Oct 27, 2017 at 11:24 AM, Alejandro Piñeiro
> <apinheiro at igalia.com> wrote:
>> ---
>>  tests/spec/arb_internalformat_query2/minmax.c | 14 ++++++++++++--
>>  1 file changed, 12 insertions(+), 2 deletions(-)
>>
>> diff --git a/tests/spec/arb_internalformat_query2/minmax.c b/tests/spec/arb_internalformat_query2/minmax.c
>> index a2cf059928..fde03c1bd5 100644
>> --- a/tests/spec/arb_internalformat_query2/minmax.c
>> +++ b/tests/spec/arb_internalformat_query2/minmax.c
>> @@ -46,6 +46,9 @@ PIGLIT_GL_TEST_CONFIG_END
>>
>>  /* These are all the formats that are required to be color-renderable
>>   * by the OpenGL 3.0 spec.
>> + *
>> + * But note that GL_ALPHA8 was removed on 3.1 and beyond, so we need
>> + * to take that into account.
> Only when ARB_compatibility is missing or the context is Core.

True, I only checked the core spec to confirm this. I will send a new
patch soon.

Thanks.

BR


More information about the Piglit mailing list