Split out the code for updating the array format into a new function
called update_array_format(). This function will be called by both
update_array() and the new glVertexAttrib*Format() entry points in
ARB_vertex_attrib_binding.
Reviewed-by: Eric Anholt
Reviewed-by: Ian Romanick
---
src/mesa/m
On 10/28/2013 03:33 PM, Fredrik Höglund wrote:
> Split out the code for updating the array format into a new function
> called update_array_format(). This function will be called by both
> update_array() and the new glVertexAttrib*Format() entry points in
> ARB_vertex_attrib_binding.
Other than th
Split out the code for updating the array format into a new function
called update_array_format(). This function will be called by both
update_array() and the new glVertexAttrib*Format() entry points in
ARB_vertex_attrib_binding.
---
src/mesa/main/varray.c | 144 ++