Re: [Mesa-dev] [PATCH 05/11] mesa: Add ARB_vertex_attrib_binding

2013-11-04 Thread Fredrik Höglund
On Monday 04 November 2013, Ian Romanick wrote: > On 10/28/2013 03:33 PM, Fredrik Höglund wrote: > > update_array() and update_array_format() are changed to update the new > > attrib and binding states, and the client arrays become derived state. > > I don't think we should enable the extension un

Re: [Mesa-dev] [PATCH 05/11] mesa: Add ARB_vertex_attrib_binding

2013-11-04 Thread Ian Romanick
On 10/28/2013 03:33 PM, Fredrik Höglund wrote: > update_array() and update_array_format() are changed to update the new > attrib and binding states, and the client arrays become derived state. I don't think we should enable the extension until after the other patches. Otherwise people can encount

[Mesa-dev] [PATCH 05/11] mesa: Add ARB_vertex_attrib_binding

2013-10-28 Thread Fredrik Höglund
update_array() and update_array_format() are changed to update the new attrib and binding states, and the client arrays become derived state. --- src/mesa/main/api_arrayelt.c |7 + src/mesa/main/arrayobj.c | 63 -- src/mesa/main/arrayobj.h |5 + src/mesa/main/attrib.c |