[Mesa-dev] [PATCH 02/11] mesa: Split out the format code from update_array()

2013-11-05 Thread Fredrik Höglund
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

Re: [Mesa-dev] [PATCH 02/11] mesa: Split out the format code from update_array()

2013-11-04 Thread Ian Romanick
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

[Mesa-dev] [PATCH 02/11] mesa: Split out the format code from update_array()

2013-10-28 Thread Fredrik Höglund
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 ++