Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-20 Thread Marek Olšák
Pushed. Marek On Mon, Feb 20, 2017 at 11:40 PM, Grazvydas Ignotas wrote: > So, as there are no better solutions in sight, can somebody please > push this patch? > > Gražvydas > > On Wed, Feb 15, 2017 at 5:33 AM, Alex Deucher wrote: >> On Tue, Feb 14, 2017 at 10:27 PM, Michel Dänzer wrote: >>>

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-20 Thread Grazvydas Ignotas
So, as there are no better solutions in sight, can somebody please push this patch? Gražvydas On Wed, Feb 15, 2017 at 5:33 AM, Alex Deucher wrote: > On Tue, Feb 14, 2017 at 10:27 PM, Michel Dänzer wrote: >> On 14/02/17 08:25 PM, Marek Olšák wrote: >>> I've changed my mind. The patch can be merg

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-14 Thread Alex Deucher
On Tue, Feb 14, 2017 at 10:27 PM, Michel Dänzer wrote: > On 14/02/17 08:25 PM, Marek Olšák wrote: >> I've changed my mind. The patch can be merged if nobody disagrees. > > It would be nice to better understand what exactly the problem is. It > seems unlikely that it's actually an endianness specif

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-14 Thread Michel Dänzer
On 14/02/17 08:25 PM, Marek Olšák wrote: > I've changed my mind. The patch can be merged if nobody disagrees. It would be nice to better understand what exactly the problem is. It seems unlikely that it's actually an endianness specific problem in the driver code, more likely an endianness specifi

[Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-14 Thread cosiekvfj
Hi. I'm the user affected by this bug. I can do more testing if needed. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-14 Thread Marek Olšák
I've changed my mind. The patch can be merged if nobody disagrees. Marek On Feb 13, 2017 2:10 PM, "Marek Olšák" wrote: > I'd like some evidence that the bug is caused by r300g and not some common > code. > > Marek > > On Feb 13, 2017 12:10 PM, "Grazvydas Ignotas" wrote: > >> On Mon, Feb 13, 20

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-13 Thread Marek Olšák
I'd like some evidence that the bug is caused by r300g and not some common code. Marek On Feb 13, 2017 12:10 PM, "Grazvydas Ignotas" wrote: > On Mon, Feb 13, 2017 at 10:22 AM, Michel Dänzer > wrote: > > On 13/02/17 05:17 PM, Michel Dänzer wrote: > >> On 11/02/17 08:01 AM, Grazvydas Ignotas wro

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-13 Thread Grazvydas Ignotas
On Mon, Feb 13, 2017 at 10:22 AM, Michel Dänzer wrote: > On 13/02/17 05:17 PM, Michel Dänzer wrote: >> On 11/02/17 08:01 AM, Grazvydas Ignotas wrote: >>> They cause regressions on little endian. >>> >>> Fixes: 172bfdaa9e ("r300g: add support for PIPE_FORMAT_x8R8G8B8_*") >>> Bugzilla: https://bugs.

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-13 Thread Michel Dänzer
On 13/02/17 05:17 PM, Michel Dänzer wrote: > On 11/02/17 08:01 AM, Grazvydas Ignotas wrote: >> They cause regressions on little endian. >> >> Fixes: 172bfdaa9e ("r300g: add support for PIPE_FORMAT_x8R8G8B8_*") >> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98869 >> Signed-off-by: Grazvyd

Re: [Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-13 Thread Michel Dänzer
On 11/02/17 08:01 AM, Grazvydas Ignotas wrote: > They cause regressions on little endian. > > Fixes: 172bfdaa9e ("r300g: add support for PIPE_FORMAT_x8R8G8B8_*") > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98869 > Signed-off-by: Grazvydas Ignotas > --- > no commit access > > src/ga

[Mesa-dev] [PATCH] r300g: only allow byteswapped formats on big endian

2017-02-10 Thread Grazvydas Ignotas
They cause regressions on little endian. Fixes: 172bfdaa9e ("r300g: add support for PIPE_FORMAT_x8R8G8B8_*") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98869 Signed-off-by: Grazvydas Ignotas --- no commit access src/gallium/drivers/r300/r300_texture.c | 5 + 1 file changed, 5 in