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

2011-09-29 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com 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 ian.d.roman...@intel.com --- src/mesa/main/shader_query.cpp | 78

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 ian.d.roman...@intel.com 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 ian.d.roman...@intel.com NAK.