Re: r300 on a powerbook (ppc)

2005-02-12 Thread Jerome Glisse
We know this issue, i will submit a patch latter. This is very simple, in radeon_macro.h of Mesa cvs there is no swapping for big endian. While the dri included with Xorg use the xorg macro to access reg and thus have swapping. If you wish just change the radeon_macro.h so it does the 32LENDIAN to

radeon big endian patch

2005-02-12 Thread Jerome Glisse
Hi, Could anyone apply this patch if it looks good. This correct the problem many ppc user have using the Mesa-dri cvs which does not do the swapping for bendian. The code came from Michel, i am only doing the patch and the #ifdef things :) Jerome Glisse mesa_bendian Description: Binary data

Re: EDID describing subpixel ordering

2005-02-12 Thread Peter Karlsson
On Fri, 11 Feb 2005, Jon Smirl wrote: Microsoft is developing a proposal to VESA to allow the identification of these characteristics in the monitor EDID (Extended Display Ok, this may be totally uncalled for/unfair/whatever and way off-topic but here goes... I hope nobody minds me asking.

Re: savage-20050205-linux snapshot - problems

2005-02-12 Thread Felix Kühling
Am Donnerstag, den 10.02.2005, 07:21 +0100 schrieb [EMAIL PROTECTED]: On Monday 07 February 2005 15:33, Felix K=FChling wrote: Am Montag, den 07.02.2005, 15:12 +0100 schrieb=20 [EMAIL PROTECTED]: Hardware: Toshiba Libretto L2 Tm5600 with: :00:04.0 VGA compatible controller:

Re: r300 on a powerbook (ppc)

2005-02-12 Thread Vladimir Dergachev
Hi Jerome, As a hack, couldn't we redefine this macro within R300 driver ? Just put in somewhere in r300_context.h for example. If it makes things working for PPC folks it would be great :) best Vladimir Dergachev On Sat, 12 Feb 2005, Jerome

Re: [r2xx|r1xx] readpixels-3 and pntparam_1 - Progress?

2005-02-12 Thread Philipp Klaus Krause
Roland Scheidegger schrieb: As for pntparam, I couldn't get it really working, and in this form it's overkill for what works (larger point sizes). I'm not so sure it's worth the trouble of whipping up a simpler patch which would only contain that, since only aliased larger point sizes are

[Bug 2529] New: ATI radeon M7 causes unusable video if switching between X and vt

2005-02-12 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=2529 Summary: ATI radeon M7 causes unusable video if switching between

Re: radeon big endian patch

2005-02-12 Thread Michel Dänzer
On Sat, 2005-02-12 at 13:03 +0100, Jerome Glisse wrote: Could anyone apply this patch if it looks good. This correct the problem many ppc user have using the Mesa-dri cvs which does not do the swapping for bendian. The code came from Michel, i am only doing the patch and the #ifdef

Re: r300 on a powerbook (ppc)

2005-02-12 Thread Jerome Glisse
Yes as a hack we could redefine this. I will check if there is no direct include of radeon_macro somewhere else. I was still wondering does texture mapping work on x86 (haven't got one near me to test) ? (with lastest cvs (say 5 min or so :)) I haven't checked deeply this as i am working on

Re: r300 on a powerbook (ppc)

2005-02-12 Thread Vladimir Dergachev
On Sat, 12 Feb 2005, Jerome Glisse wrote: Yes as a hack we could redefine this. I will check if there is no direct include of radeon_macro somewhere else. I was still wondering does texture mapping work on x86 (haven't got one near me to test) ? (with lastest cvs (say 5 min or so :)) I haven't

Re: r300 on a powerbook (ppc)

2005-02-12 Thread Michel Dänzer
On Sat, 2005-02-12 at 21:00 +0100, Jerome Glisse wrote: Yes as a hack we could redefine this. Please, let's get a proper fix into Mesa instead. Have you tried my cleaned up patch? -- Earthling Michel Dnzer | Debian (powerpc), X and DRI developer Libre software enthusiast|

Re: r300 on a powerbook (ppc)

2005-02-12 Thread Jerome Glisse
On Sat, 12 Feb 2005 15:04:29 -0500, Michel Dänzer [EMAIL PROTECTED] wrote: On Sat, 2005-02-12 at 21:00 +0100, Jerome Glisse wrote: Yes as a hack we could redefine this. Please, let's get a proper fix into Mesa instead. Have you tried my cleaned up patch? Not right now, gmail seems buggy

Re: r300 on a powerbook (ppc)

2005-02-12 Thread Jerome Glisse
Still for the same reason... With previous cvs texture were working. Thus a change somewhere broke it on ppc. I will find the devil responsible for that and blame him ;) Btw by setting RADEON_DEBUG to 1 and DEBUG_TEXTURE to 1 i should see debug msg (i set environement variable) or must i set

Re: radeon big endian patch

2005-02-12 Thread Benjamin Herrenschmidt
On Sat, 2005-02-12 at 12:42 -0500, Michel Dänzer wrote: On Sat, 2005-02-12 at 13:03 +0100, Jerome Glisse wrote: Could anyone apply this patch if it looks good. This correct the problem many ppc user have using the Mesa-dri cvs which does not do the swapping for bendian. The code

Re: radeon big endian patch

2005-02-12 Thread Michel Dänzer
On Sun, 2005-02-13 at 15:16 +1100, Benjamin Herrenschmidt wrote: Those are still incorrect as they totally lack memory barriers... INREG() doesn't (or does it?), and it's the only one used by the 3D drivers. -- Earthling Michel Dnzer | Debian (powerpc), X and DRI developer Libre