[Mesa-dev] [PATCH 2/2] radeonsi: add support for compressed texture v2

2013-04-08 Thread j . glisse
From: Jerome Glisse Most test pass, issue are with border color and swizzle. Based on ircnick patch. v2: Restaged commit hunk Signed-off-by: Jerome Glisse --- src/gallium/drivers/radeonsi/si_state.c | 71 - src/gallium/drivers/radeonsi/sid.h | 7 2

Re: [Mesa-dev] [PATCH 2/2] radeonsi: add support for compressed texture

2013-04-08 Thread Vadim Girlin
On 04/08/2013 02:03 PM, Marek Olšák wrote: On Mon, Apr 8, 2013 at 11:29 AM, Michel Dänzer wrote: On Fre, 2013-04-05 at 17:36 -0400, j.gli...@gmail.com wrote: From: Jerome Glisse Most test pass, issue are with border color and swizzle. FWIW, those issues are there with non-compressed forma

Re: [Mesa-dev] [PATCH 2/2] radeonsi: add support for compressed texture

2013-04-08 Thread Marek Olšák
Christoph, You're talking about something entirely different. I was trying to explain that a correct swizzled border color is *impossible* on r600 and later chipsets. I think your hardware is actually good and can do swizzled border color with a little bit of driver work you refuse to do. :) You h

Re: [Mesa-dev] [PATCH 2/2] radeonsi: add support for compressed texture

2013-04-08 Thread Christoph Bumiller
On 08.04.2013 12:03, Marek Olšák wrote: > On Mon, Apr 8, 2013 at 11:29 AM, Michel Dänzer > wrote: > > On Fre, 2013-04-05 at 17:36 -0400, j.gli...@gmail.com > wrote: > > From: Jerome Glisse mailto:jgli...@redhat.com>> > > >

Re: [Mesa-dev] [PATCH 2/2] radeonsi: add support for compressed texture

2013-04-08 Thread Marek Olšák
On Mon, Apr 8, 2013 at 11:29 AM, Michel Dänzer wrote: > On Fre, 2013-04-05 at 17:36 -0400, j.gli...@gmail.com wrote: > > From: Jerome Glisse > > > > Most test pass, issue are with border color and swizzle. > > FWIW, those issues are there with non-compressed formats as well. I'm > afraid we migh

Re: [Mesa-dev] [PATCH 2/2] radeonsi: add support for compressed texture

2013-04-08 Thread Michel Dänzer
On Fre, 2013-04-05 at 17:36 -0400, j.gli...@gmail.com wrote: > From: Jerome Glisse > > Most test pass, issue are with border color and swizzle. FWIW, those issues are there with non-compressed formats as well. I'm afraid we might need to change the hardware border colour depending on the swizzl

[Mesa-dev] [PATCH 2/2] radeonsi: add support for compressed texture

2013-04-05 Thread j . glisse
From: Jerome Glisse Most test pass, issue are with border color and swizzle. Based on ircnick patch. Signed-off-by: Jerome Glisse --- src/gallium/drivers/radeonsi/si_state.c | 165 +--- src/gallium/drivers/radeonsi/sid.h | 7 ++ 2 files changed, 96 insertion