Re: [Mesa-dev] [PATCH] mesa: Update the BGRA vertex array error handling

2013-04-25 Thread Brian Paul
On 04/25/2013 04:44 PM, Fredrik Höglund wrote: The error code was changed from INVALID_VALUE to INVALID_OPERATION in OpenGL 3.3. We should also generate an error when size is BGRA and normalized is FALSE. --- Note that this makes glean/tvertarraybgra fail because it expects the error to be INVAL

[Mesa-dev] [PATCH] mesa: Update the BGRA vertex array error handling

2013-04-25 Thread Fredrik Höglund
The error code was changed from INVALID_VALUE to INVALID_OPERATION in OpenGL 3.3. We should also generate an error when size is BGRA and normalized is FALSE. --- Note that this makes glean/tvertarraybgra fail because it expects the error to be INVALID_VALUE. I'll send a patch for that to the pigl