mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE
authorTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 14 Aug 2014 14:16:09 +0000 (00:16 +1000)
committerTimothy Arceri <t_arceri@yahoo.com.au>
Thu, 28 Aug 2014 06:35:56 +0000 (20:35 -1000)
commit3246e11d33b346f904f441fb1772e9e88f29d214
tree4f8830497001bc80afcefaa76e28e9ea733b9ba1
parenteae9da879f3143507ef0e238a7e4faa87114d54e
mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE

V2: moved test for the VertexAttrib*Pointer() functions
 to update_array(), and made constant available for drivers to set

Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mapi/glapi/gen/ARB_vertex_attrib_binding.xml
src/mesa/main/context.c
src/mesa/main/get_hash_params.py
src/mesa/main/mtypes.h
src/mesa/main/varray.c