Re: [Mesa-dev] [PATCH 09/20] linker: Add helper class for determining uniform usage

2011-10-28 Thread Eric Anholt
On Fri, 28 Oct 2011 10:42:36 -0700, "Ian Romanick" wrote: > From: Ian Romanick > > This class could probably be named better. Maybe just "count_uniform_size"? "usage" makes me think "way it's dereferenced" or something. pgp8IA7B0UhWe.pgp Description: PGP signature ___

[Mesa-dev] [PATCH 09/20] linker: Add helper class for determining uniform usage

2011-10-28 Thread Ian Romanick
From: Ian Romanick This class could probably be named better. Signed-off-by: Ian Romanick --- src/glsl/link_uniforms.cpp | 68 1 files changed, 68 insertions(+), 0 deletions(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp