[ Moving to the mesa-dev list ]
On Fre, 2011-04-15 at 18:20 +0200, Cédric Cano wrote:
>
> Here you are a patch that adds big endian support for rv730 in r600
> gallium driver.
>
> I used the mesa-demos to test the driver status on big endian platform.
> Except with demos using accumulation bu
[ Moving to the mesa-dev list ]
On Fre, 2011-04-15 at 18:20 +0200, C?dric Cano wrote:
>
> Here you are a patch that adds big endian support for rv730 in r600
> gallium driver.
>
> I used the mesa-demos to test the driver status on big endian platform.
> Except with demos using accumulation bu
Hi
Here you are a patch that adds big endian support for rv730 in r600
gallium driver.
I used the mesa-demos to test the driver status on big endian platform.
Except with demos using accumulation buffer, the rendering is the same
as on Intel platform. Albeit there are still some artefacts with
Hi
Here you are a patch that adds big endian support for rv730 in r600
gallium driver.
I used the mesa-demos to test the driver status on big endian platform.
Except with demos using accumulation buffer, the rendering is the same
as on Intel platform. Albeit there are still some artefacts wi
Le 13/04/2011 14:10, Benjamin Herrenschmidt a ?crit :
> On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote:
>> On Tue, 2011-04-12 at 10:01 +0200, C?dric Cano wrote:
>>> Hi
>>>
>>> Here you are a patch that adds big endian support for rv730 in r600
>>> classic mesa driver. The BE modifi
Le 13/04/2011 14:10, Benjamin Herrenschmidt a écrit :
On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote:
On Tue, 2011-04-12 at 10:01 +0200, Cédric Cano wrote:
Hi
Here you are a patch that adds big endian support for rv730 in r600
classic mesa driver. The BE modifications are almo
On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote:
> On Tue, 2011-04-12 at 10:01 +0200, C?dric Cano wrote:
> > Hi
> >
> > Here you are a patch that adds big endian support for rv730 in r600
> > classic mesa driver. The BE modifications are almost the same as the DRM
> > / DDX drive
On Tue, 2011-04-12 at 10:01 +0200, C?dric Cano wrote:
> Hi
>
> Here you are a patch that adds big endian support for rv730 in r600
> classic mesa driver. The BE modifications are almost the same as the DRM
> / DDX driver modifications
> (http://lists.freedesktop.org/archives/dri-devel/2011-Febr
On Wed, 2011-04-13 at 22:05 +1000, Benjamin Herrenschmidt wrote:
> On Tue, 2011-04-12 at 10:01 +0200, Cédric Cano wrote:
> > Hi
> >
> > Here you are a patch that adds big endian support for rv730 in r600
> > classic mesa driver. The BE modifications are almost the same as the DRM
> > / DDX drive
On Tue, 2011-04-12 at 10:01 +0200, Cédric Cano wrote:
> Hi
>
> Here you are a patch that adds big endian support for rv730 in r600
> classic mesa driver. The BE modifications are almost the same as the DRM
> / DDX driver modifications
> (http://lists.freedesktop.org/archives/dri-devel/2011-Febr
Hi
Here you are a patch that adds big endian support for rv730 in r600
classic mesa driver. The BE modifications are almost the same as the DRM
/ DDX driver modifications
(http://lists.freedesktop.org/archives/dri-devel/2011-February/008151.html).
I used the mesa-demos to test the driver statu
Hi
Here you are a patch that adds big endian support for rv730 in r600
classic mesa driver. The BE modifications are almost the same as the DRM
/ DDX driver modifications
(http://lists.freedesktop.org/archives/dri-devel/2011-February/008151.html).
I used the mesa-demos to test the driver sta
On Fri, Feb 11, 2011 at 4:52 AM, C?dric Cano
wrote:
> Hi
>
> Here are a couple of patches that enable support for RV730 on big endian
> architectures. The following items will work :
> * KMS
> ?- correct color in framebuffer
> ?- interrupts
> ?- kms blit
> ?- power management
> * DDX
> ?- kms ena
On Fri, Feb 11, 2011 at 4:52 AM, Cédric Cano wrote:
> Hi
>
> Here are a couple of patches that enable support for RV730 on big endian
> architectures. The following items will work :
> * KMS
> - correct color in framebuffer
> - interrupts
> - kms blit
> - power management
> * DDX
> - kms enab
Signed-off-by: Cedric Cano
---
diff -Naur xf86-video-ati-6.13.2/src/drmmode_display.c
xf86-video-ati-6.13.2/src/drmmode_display.c
--- xf86-video-ati-6.13.2/src/drmmode_display.c2010-09-28
00:20:53.0 +0200
+++ xf86-video-ati-6.13.2/src/drmmode_display.c2011-02-10
14:27:56.000
Signed-off-by: Cedric Cano
---
diff -Naur linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c
linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c
--- linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c2010-09-27
02:19:16.0 +0200
+++ linux-2.6.35.6/drivers/gpu/drm/radeon/atombio
Hi
Here are a couple of patches that enable support for RV730 on big endian
architectures. The following items will work :
* KMS
- correct color in framebuffer
- interrupts
- kms blit
- power management
* DDX
- kms enabled
- exa
- video textures
- hardware cursor
For the
Signed-off-by: Cedric Cano
---
diff -Naur linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c
linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c
--- linux-2.6.35.6/drivers/gpu/drm/radeon/atombios_crtc.c2010-09-27
02:19:16.0 +0200
+++ linux-2.6.35.6/drivers/gpu/drm/radeon/atombi
Signed-off-by: Cedric Cano
---
diff -Naur xf86-video-ati-6.13.2/src/drmmode_display.c
xf86-video-ati-6.13.2/src/drmmode_display.c
--- xf86-video-ati-6.13.2/src/drmmode_display.c2010-09-28
00:20:53.0 +0200
+++ xf86-video-ati-6.13.2/src/drmmode_display.c2011-02-10
14:27:56.00
Hi
Here are a couple of patches that enable support for RV730 on big endian
architectures. The following items will work :
* KMS
- correct color in framebuffer
- interrupts
- kms blit
- power management
* DDX
- kms enabled
- exa
- video textures
- hardware cursor
For the BE modi
20 matches
Mail list logo