Re: [Mesa-dev] [PATCH 03/15] mesa: Move _mesa_GetAttribLocationARB to shader_query.cpp

2011-09-29 Thread Kenneth Graunke
On 09/29/2011 10:51 AM, Ian Romanick wrote: > From: Ian Romanick > > This allows querying the linked shader itself rather than the Mesa IR. > This is the first step towards removing gl_program::Attributes. > > Signed-off-by: Ian Romanick NAK. Comments below. > --- > src/mesa/main/shader_que

[Mesa-dev] [PATCH 03/15] mesa: Move _mesa_GetAttribLocationARB to shader_query.cpp

2011-09-29 Thread Ian Romanick
From: Ian Romanick This allows querying the linked shader itself rather than the Mesa IR. This is the first step towards removing gl_program::Attributes. Signed-off-by: Ian Romanick --- src/mesa/main/shader_query.cpp | 78 src/mesa/main/shaderapi.c