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

Marek Olšák maraeo at gmail.com
Tue Oct 31 18:17:41 UTC 2017


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.

Marek


More information about the Piglit mailing list