Re: [Piglit] [PATCH] Change INVALID_VALUE to INVALID_OPERATION in ARB_vertex_array_bgra test.

2013-10-14 Thread Martin Andersson
Hi, I think the glean/vertArrayBGRA test also need to be updated, because it fails with this message: vertArrayBGRA: Error: glColorPointer(size=GL_BGRA, type=GL_FLOAT) did not generate expected error. since commit: 0e7a61a29f883c63a5439ac16eddeba3aaf4 mesa: Update the BGRA vertex array error

[Piglit] [PATCH] Change INVALID_VALUE to INVALID_OPERATION in ARB_vertex_array_bgra test.

2013-10-11 Thread Matt Turner
From: Kenneth Graunke kenn...@whitecape.org In the OpenGL 3.3 specification, this changed from INVALID_VALUE to INVALID_OPERATION. According to Ian Romanick, the GL specification provides the guidance that INVALID_VALUE should be generated for Numeric argument out of range. Since FALSE is in