Re: [Mesa-dev] [PATCH 2/3] r600g: uniform buffer object support

2013-01-11 Thread Dave Airlie
On Sat, Jan 12, 2013 at 6:34 AM, Ian Romanick wrote: > On 01/11/2013 04:38 AM, Dave Airlie wrote: >> >> From: Dave Airlie >> >> This adds 12 more constant buffers for use as UBOs, >> along with adding relative constant fetching for 2D indices. >> >> This with GLSL 1.40 enabled passes all the same

Re: [Mesa-dev] [PATCH 2/3] r600g: uniform buffer object support

2013-01-11 Thread Ian Romanick
On 01/11/2013 04:38 AM, Dave Airlie wrote: From: Dave Airlie This adds 12 more constant buffers for use as UBOs, along with adding relative constant fetching for 2D indices. This with GLSL 1.40 enabled passes all the same tests as softpipe on my evergreen system. Signed-off-by: Dave Airlie -

[Mesa-dev] [PATCH 2/3] r600g: uniform buffer object support

2013-01-11 Thread Dave Airlie
From: Dave Airlie This adds 12 more constant buffers for use as UBOs, along with adding relative constant fetching for 2D indices. This with GLSL 1.40 enabled passes all the same tests as softpipe on my evergreen system. Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_pipe.h |