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
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