Re: [Mesa-dev] [PATCH 3/4] linker: Add uniform_field_visitor class to process leaf fields of a uniform
On 10/24/2011 02:16 PM, Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > --- > src/glsl/Makefile |1 + > src/glsl/link_uniforms.cpp | 116 > > src/glsl/linker.h | 45 + > 3 files cha
[Mesa-dev] [PATCH 3/4] linker: Add uniform_field_visitor class to process leaf fields of a uniform
From: Ian Romanick Signed-off-by: Ian Romanick --- src/glsl/Makefile |1 + src/glsl/link_uniforms.cpp | 116 src/glsl/linker.h | 45 + 3 files changed, 162 insertions(+), 0 deletions(-) create mode 100644 src