Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Alex Deucher
On Tue, Apr 19, 2011 at 1:24 PM, Henri Verbeet wrote: > On 19 April 2011 18:11, Alex Deucher wrote: >> I've pushed the r600c patch.  I'll take a look at the r600g patch later >> today. >> > I'm without r600 hardware this week, but personally I think I'd be > happier with a helper function for th

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Alex Deucher
On Tue, Apr 19, 2011 at 12:11 PM, Alex Deucher wrote: > On Tue, Apr 19, 2011 at 4:06 AM, Cédric Cano > wrote: >> Hi >> >> Few days ago, I posted a couple of patches on dri-devel but it doesn't seem >> to be the correct place. Here you are 2 patches that adds support for RV730 >> in r600c and r60

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Henri Verbeet
On 19 April 2011 18:11, Alex Deucher wrote: > I've pushed the r600c patch.  I'll take a look at the r600g patch later today. > I'm without r600 hardware this week, but personally I think I'd be happier with a helper function for the endian swap, instead of sprinkling ifdefs all over the source cod

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Alex Deucher
On Tue, Apr 19, 2011 at 4:06 AM, Cédric Cano wrote: > Hi > > Few days ago, I posted a couple of patches on dri-devel but it doesn't seem > to be the correct place. Here you are 2 patches that adds support for RV730 > in r600c and r600g. > I've pushed the r600c patch. I'll take a look at the r600

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Cédric Cano
Signed-off-by: Cedric Cano --- diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c index c22bd8e..7e854b1 100644 --- a/src/gallium/drivers/r600/r600_asm.c +++ b/src/gallium/drivers/r600/r600_asm.c @@ -22,6 +22,7 @@ */ #include #include +#include #includ

Re: [Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Cédric Cano
Signed-off-by: Cedric Cano --- diff -Naur Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h --- Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h 2010-02-05 01:10:40.0 +0100 +++ Mesa-7.10/src/mesa/drivers/dri/r600/defaultendian.h 20

[Mesa-dev] [PATCH] RV730 support for Big Endian platforms

2011-04-19 Thread Cédric Cano
Hi Few days ago, I posted a couple of patches on dri-devel but it doesn't seem to be the correct place. Here you are 2 patches that adds support for RV730 in r600c and r600g. More details are available here : http://lists.freedesktop.org/archives/dri-devel/2011-April/010056.html http://lists.