Re: [Mesa-dev] [PATCH] i965: Set UniformBufferOffsetAlignment to sizeof(vec4)

2013-02-07 Thread Paul Berry
On 7 February 2013 19:25, Ian Romanick wrote: > From: Ian Romanick > > This matches the behavior of the Windows driver, but a bspec reference > should would be nice. > I believe this is the bspec reference you're looking for: >From the Ivy Bridge PRM, Vol4 Part1, p. 68 (2.12.2.1 SURFACE_STATE

Re: [Mesa-dev] [PATCH] i965: Set UniformBufferOffsetAlignment to sizeof(vec4)

2013-02-07 Thread Kenneth Graunke
On 02/07/2013 07:25 PM, Ian Romanick wrote: From: Ian Romanick This matches the behavior of the Windows driver, but a bspec reference should would be nice. NOTE: This is a candidate for the 9.0 and 9.1 branches. Signed-off-by: Ian Romanick --- src/mesa/drivers/dri/i965/brw_context.c | 1 +

[Mesa-dev] [PATCH] i965: Set UniformBufferOffsetAlignment to sizeof(vec4)

2013-02-07 Thread Ian Romanick
From: Ian Romanick This matches the behavior of the Windows driver, but a bspec reference should would be nice. NOTE: This is a candidate for the 9.0 and 9.1 branches. Signed-off-by: Ian Romanick --- src/mesa/drivers/dri/i965/brw_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/s