[Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-09 Thread Christian Zigotzky
Hi Emil, Thank you for your answer. Sorry about my answer. I hoped that it could fix our 3D acceleration problems with new graphics cards but you're right I misread it. I will test it as soon as possible. Many thanks for this patch. Rgds, Christian On 07 August 2015 at 8:03 PM, Emil Veliko

Re: [Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-07 Thread Oded Gabbay
On Fri, Aug 7, 2015 at 8:55 PM, Emil Velikov wrote: > On 4 August 2015 at 17:57, Oded Gabbay wrote: >> >> >> >> On Mon, Aug 3, 2015 at 6:40 PM, Emil Velikov >> wrote: >>> >>> Hi Oded, >>> >>> On 2 August 2015 at 11:37, Oded Gabbay wrote: >>> > This patch fixes a bug that is manifested in the re

Re: [Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-07 Thread Emil Velikov
Hi Christian, On 4 August 2015 at 08:23, Christian Zigotzky wrote: > Hi All, > > I know the false colors problems. Some Linux programs appear to be ABGR > instead of RGBA, thus green becomes purple, red becomes light blue etc. > > I created a bug report on freedesktop.org. Bug report 72877: > htt

Re: [Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-07 Thread Emil Velikov
On 4 August 2015 at 17:57, Oded Gabbay wrote: > > > On Mon, Aug 3, 2015 at 6:40 PM, Emil Velikov > wrote: > >> Hi Oded, >> >> On 2 August 2015 at 11:37, Oded Gabbay wrote: >> > This patch fixes a bug that is manifested in the read path of mesa when >> > running on big-endian machines. The effec

[Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-06 Thread Christian Zigotzky
Hi All, Are there any news about the status of the r600g driver for PowerPC? All PowerPC users can only use Radeon HD6XXX graphics cards and lower cards for 3D acceleration. It isn't possible to activate 3D acceleration on Radeon HD7XXX and higher. Rgds, Christian On 05 August 2015 at 08:4

[Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-05 Thread Christian Zigotzky
Hi Oded, Is the r600g driver ready for the Gallium3D infrastructure of big endian hosts or did you only solve the wrong colors problem? Cheers, Christian On 04 August 2015 at 6:57 PM, Oded Gabbay wrote: On Mon, Aug 3, 2015 at 6:40 PM, Emil Velikov > wrote:

Re: [Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-04 Thread Oded Gabbay
On Wed, Aug 5, 2015 at 9:36 AM, Christian Zigotzky wrote: > Hi Oded, > > Is the r600g driver ready for the Gallium3D infrastructure of big endian > hosts or did you only solve the wrong colors problem? > > Cheers, > > Christian > Hi Christian, I'm only working on software rendering at the moment

[Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-04 Thread Christian Zigotzky
Hi All, I know the false colors problems. Some Linux programs appear to be ABGR instead of RGBA, thus green becomes purple, red becomes light blue etc. I created a bug report on freedesktop.org. Bug report 72877: https://bugs.freedesktop.org/show_bug.cgi?id=72877 and http://lists.freedesktop

Re: [Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-04 Thread Oded Gabbay
On Mon, Aug 3, 2015 at 6:40 PM, Emil Velikov wrote: > Hi Oded, > > On 2 August 2015 at 11:37, Oded Gabbay wrote: > > This patch fixes a bug that is manifested in the read path of mesa when > > running on big-endian machines. The effects can be seen when running > > piglit sanity test and/or taki

Re: [Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-03 Thread Emil Velikov
Hi Oded, On 2 August 2015 at 11:37, Oded Gabbay wrote: > This patch fixes a bug that is manifested in the read path of mesa when > running on big-endian machines. The effects can be seen when running > piglit sanity test and/or taking a screen capture. > > The bug is caused when _mesa_format_conv

[Mesa-dev] [PATCH 2/2] mesa: _mesa_format_convert should be endian agnostic

2015-08-02 Thread Oded Gabbay
This patch fixes a bug that is manifested in the read path of mesa when running on big-endian machines. The effects can be seen when running piglit sanity test and/or taking a screen capture. The bug is caused when _mesa_format_convert receives src_format as mesa_format, which it thens changes to