[Mesa-dev] [RFC PATCH 22/26] i965: gen6: set multisample mode in surface_state

2012-12-29 Thread Chris Forbes
- Set the multisample mode - Set the surface dimensions correctly, in pixels. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c b/src/mes

Re: [Mesa-dev] [RFC PATCH 22/26] i965: gen6: set multisample mode in surface_state

2013-01-04 Thread Paul Berry
On 29 December 2012 04:35, Chris Forbes wrote: > - Set the multisample mode > - Set the surface dimensions correctly, in pixels. > > Signed-off-by: Chris Forbes > Surface_state is used for texturing as well as for render targets. Can you clarify in the commit message that this patch applies ju