mesa: accept GL_FIXED in glVertexAttribPointer (ARB_ES2_compatibility)
authorMarek Olšák <maraeo@gmail.com>
Fri, 29 Apr 2011 12:23:15 +0000 (14:23 +0200)
committerMarek Olšák <maraeo@gmail.com>
Sat, 30 Apr 2011 10:02:01 +0000 (12:02 +0200)
commit0f1e59deacb944f1a88e55f042a3265a12f2c201
treefbbf89692d1957463ff43d113627c413581f40a0
parent076bd11112742ca615880f2c6dc6ed235ab37eb5
mesa: accept GL_FIXED in glVertexAttribPointer (ARB_ES2_compatibility)

GL_FIXED should not be accepted in the other gl*Pointer calls in OpenGL.

There is a new piglit for this: arb_es2_compatibility-fixed-type.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/varray.c