Re: [Mesa-dev] [PATCH 28/32] glsl: Add link_uniform_blocks to calculate all UBO data at link-time

2013-01-25 Thread Jordan Justen
On Tue, Jan 22, 2013 at 12:52 AM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com Calculate all of the block member offsets, the IndexNames, and everything else to do with every UBO. Signed-off-by: Ian Romanick ian.d.roman...@intel.com ---

[Mesa-dev] [PATCH 28/32] glsl: Add link_uniform_blocks to calculate all UBO data at link-time

2013-01-22 Thread Ian Romanick
From: Ian Romanick ian.d.roman...@intel.com Calculate all of the block member offsets, the IndexNames, and everything else to do with every UBO. Signed-off-by: Ian Romanick ian.d.roman...@intel.com --- src/glsl/link_uniform_blocks.cpp | 248 +++