On 23 April 2013 11:54, Chris Forbes wrote:
> From low to high bits, the sample positions are packed y0,x0,y1,x1...
>
> Fixes arb_texture_multisample-sample-position piglit.
>
> Signed-off-by: Chris Forbes
>
Reviewed-by: Paul Berry
> ---
> src/mesa/drivers/dri/i965/gen6_multisample_state.c
>From low to high bits, the sample positions are packed y0,x0,y1,x1...
Fixes arb_texture_multisample-sample-position piglit.
Signed-off-by: Chris Forbes
---
src/mesa/drivers/dri/i965/gen6_multisample_state.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/mesa/dr