Re: [Mesa-dev] [PATCH 09/10] mesa: Make NV generic attributes alias the legacy arrays.

2011-11-23 Thread Mathias Fröhlich
Hi, On Wednesday, November 23, 2011 17:27:12 Brian Paul wrote: > On 11/11/2011 10:11 AM, Mathias Fröhlich wrote: > > The NV_vertex_program generic attributes should alias the legacy > > attributes. Simplify aliasing by using the same gl_client_arrays > > for legacy and NV_vertex_program attribute

Re: [Mesa-dev] [PATCH 09/10] mesa: Make NV generic attributes alias the legacy arrays.

2011-11-23 Thread Brian Paul
On 11/11/2011 10:11 AM, Mathias Fröhlich wrote: The NV_vertex_program generic attributes should alias the legacy attributes. Simplify aliasing by using the same gl_client_arrays for legacy and NV_vertex_program attributes. The same is already done for the current state values. Are you changing

[Mesa-dev] [PATCH 09/10] mesa: Make NV generic attributes alias the legacy arrays.

2011-11-11 Thread Mathias Fröhlich
The NV_vertex_program generic attributes should alias the legacy attributes. Simplify aliasing by using the same gl_client_arrays for legacy and NV_vertex_program attributes. The same is already done for the current state values. --- src/mesa/main/enable.c| 10 ++-- src/mesa/main/get.c