Re: [Mesa-dev] [PATCH 3/4] st/mesa: add support for ARB_texture_multisample

2013-04-08 Thread Ian Romanick
On 04/06/2013 03:05 AM, Dave Airlie wrote: From: Dave Airlie This adds support to the mesa state tracker for ARB_texture_multisample. hardware doesn't seem to use a different texture instructions, so I don't think we need to create one for TGSI at this time. Thanks to Marek for fixes to sampl

[Mesa-dev] [PATCH 3/4] st/mesa: add support for ARB_texture_multisample

2013-04-06 Thread Dave Airlie
From: Dave Airlie This adds support to the mesa state tracker for ARB_texture_multisample. hardware doesn't seem to use a different texture instructions, so I don't think we need to create one for TGSI at this time. Thanks to Marek for fixes to sample number picking. Reviewed-by: Marek Olšák

Re: [Mesa-dev] [PATCH 3/4] st/mesa: add support for ARB_texture_multisample

2013-03-04 Thread Marek Olšák
On Sun, Mar 3, 2013 at 9:27 PM, Dave Airlie wrote: > From: Dave Airlie > > This adds support to the mesa state tracker for ARB_texture_multisample. > > hardware doesn't seem to use a different texture instructions, so > I don't think we need to create one for TGSI at this time. > > Thanks to Mare

[Mesa-dev] [PATCH 3/4] st/mesa: add support for ARB_texture_multisample

2013-03-03 Thread Dave Airlie
From: Dave Airlie This adds support to the mesa state tracker for ARB_texture_multisample. hardware doesn't seem to use a different texture instructions, so I don't think we need to create one for TGSI at this time. Thanks to Marek for fixes to sample number picking. Signed-off-by: Dave Airlie