Re: [Piglit] [PATCH] fbo-formats: Remove GLenum stringification macros.

2017-12-29 Thread Brian Paul
On 12/29/2017 05:16 PM, Fabian Bieler wrote: Replace GLenum stringification macros with calls to piglit_get_gl_enum_name. V2: Make sure GL 1.0 legacy internal formats '3' and '4' are logged correctly. Reviewed-by: Brian Paul ___ Piglit mailing list

[Piglit] [PATCH] fbo-formats: Remove GLenum stringification macros.

2017-12-29 Thread Fabian Bieler
Replace GLenum stringification macros with calls to piglit_get_gl_enum_name. V2: Make sure GL 1.0 legacy internal formats '3' and '4' are logged correctly. --- tests/fbo/fbo-alphatest-formats.c | 9 +- tests/fbo/fbo-blending-formats.c | 9 +- tests/fbo/fbo-c