Re: [Mesa-dev] [RFC PATCH 21/26] i965: add support for multisample textures

2013-01-04 Thread Paul Berry
On 29 December 2012 04:35, Chris Forbes wrote: > This is a bit nasty -- I've just (ab)used the existing multisample > renderbuffer path. > > Also put the actual sample count from the mt back into the > renderbuffer so core mesa can see what the driver actually gave it. > > Signed-off-by: Chris Fo

Re: [Mesa-dev] [RFC PATCH 21/26] i965: add support for multisample textures

2013-01-04 Thread Paul Berry
On 29 December 2012 04:35, Chris Forbes wrote: > This is a bit nasty -- I've just (ab)used the existing multisample > renderbuffer path. > > Also put the actual sample count from the mt back into the > renderbuffer so core mesa can see what the driver actually gave it. > > Signed-off-by: Chris Fo

[Mesa-dev] [RFC PATCH 21/26] i965: add support for multisample textures

2012-12-29 Thread Chris Forbes
This is a bit nasty -- I've just (ab)used the existing multisample renderbuffer path. Also put the actual sample count from the mt back into the renderbuffer so core mesa can see what the driver actually gave it. Signed-off-by: Chris Forbes --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c |