Re: driconf does not install

2004-06-07 Thread Robert Voigt
Felix Kühling wrote: On Mon, 07 Jun 2004 15:52:14 +0200 Robert Voigt <[EMAIL PROTECTED]> wrote: [snip] That did it. Now I it starts. It gets to the point where it says xdriinfo not found, so driconf seems to be ok, only I don't have xdriinfo. It uses the dri version that came with the Suse XFree8

[Bug 729] Unreal Tournament 2004 shock rifle lockup

2004-06-07 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 your comments there. http://freedesktop.org/bugzilla/show_bug.cgi?id=729 [EMAIL PROTECTED] changed: What|Removed |Added ---

[Bug 702] Radeon only supports a maximum point size of 1.0.

2004-06-07 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 your comments there. http://freedesktop.org/bugzilla/show_bug.cgi?id=702 [EMAIL PROTECTED] changed: What|Removed |Added ---

[Bug 701] Clipping problems in RTCW

2004-06-07 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 your comments there. http://freedesktop.org/bugzilla/show_bug.cgi?id=701 [EMAIL PROTECTED] changed: What|Removed |Added ---

[Bug 719] glXMakeCurrent (xdisplay, None, NULL) crashes X

2004-06-07 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 your comments there. http://freedesktop.org/bugzilla/show_bug.cgi?id=719 [EMAIL PROTECTED] changed: What|Removed |Added ---

[Bug 733] kernel total freeze switching X->fb (matrox)

2004-06-07 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 your comments there. http://freedesktop.org/bugzilla/show_bug.cgi?id=733 [EMAIL PROTECTED] changed: What|Removed |Added ---

Re: updated i830 texture compression patch

2004-06-07 Thread Roland Scheidegger
Dave Airlie wrote: I've fixed the FXT support but DXT1 RGB is still knackered and probably won't be fixed... http://www.skynet.ie/~airlied/patches/dri/i830_texcmp.diff Roland can you update your patch with this verson? Done (I've changed it slightly though since you can use fxt without the dxt lib

Re: [Mesa3d-dev] Mesa endian check..

2004-06-07 Thread Michel Dänzer
On Mon, 2004-06-07 at 09:57 -0600, Brian Paul wrote: > > The fact that MESA_LITTLE/BIG_ENDIAN and CPU_TO_LE32 and LE32_TO_CPU > aren't used anywhere within core Mesa (except in t_dd_vertex.h - and > that could be factored out) make me think that those macros belong > elsewhere, like in a DRI-co

[Bug 733] kernel total freeze switching X->fb (matrox)

2004-06-07 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 your comments there. http://freedesktop.org/bugzilla/show_bug.cgi?id=733 --- Additional Comments From [EMAIL PROTECTED] 2004-06-08 06:36 --- there's a similar bug:

[Bug 733] New: kernel total freeze switching X->fb (matrox)

2004-06-07 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 your comments there. http://freedesktop.org/bugzilla/show_bug.cgi?id=733 Summary: kernel total freeze switching X->fb (matrox) Product: DRI Ver

Weekly IRC meeting reminder

2004-06-07 Thread Ian Romanick
This is just a friendly reminder that the weekly dri-devel IRC meeting will be starting in the #dri-devel channel on irc.freenode.net at 2100 UTC (or 5:00PM EDT or 2:00PM PDT, if you prefer). Time zone conversion available at: http://www.timezoneconverter.com/cgi-bin/tzc.tzc Logs of previous IR

Re: [Mesa3d-dev] Mesa endian check..

2004-06-07 Thread Brian Paul
Eric Anholt wrote: On Mon, 2004-06-07 at 05:43, Dave Airlie wrote: In glheader.h there is a check to set MESA_BIG_ENDIAN vs MESA_LITTLE_ENDIAN it has a line /* fix me for non-Linux big-endian! */ Has anyone ever checked Mesa on BSD on big-endian? I'm going to use this macro in the mach64, and I'll

[r200] ipers regression, 6 fps down

2004-06-07 Thread Dieter Nützel
Compared to DRI CVS from before the weekend I get this: ~24 fps, 650.000 poly/sec was ~30 fps, 800.000 poly/sec -Dieter --- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event.

Re: [Mesa3d-dev] Mesa endian check..

2004-06-07 Thread Eric Anholt
On Mon, 2004-06-07 at 05:43, Dave Airlie wrote: > In glheader.h there is a check to set MESA_BIG_ENDIAN vs > MESA_LITTLE_ENDIAN > > it has a line /* fix me for non-Linux big-endian! */ > > Has anyone ever checked Mesa on BSD on big-endian? > > I'm going to use this macro in the mach64, and I'll

Re: driconf does not install

2004-06-07 Thread Felix Kühling
On Mon, 07 Jun 2004 15:52:14 +0200 Robert Voigt <[EMAIL PROTECTED]> wrote: [snip] > > That did it. Now I it starts. It gets to the point where it says > xdriinfo not found, so driconf seems to be ok, only I don't have > xdriinfo. It uses the dri version that came with the Suse XFree86 4.3.0, >

Re: driconf does not install

2004-06-07 Thread Robert Voigt
Felix Kühling wrote: When I run it, it says (same with 0.1.2 and 0.2.2) python driconf Traceback (most recent call last): File "driconf", line 23, in ? import driconf ImportError: No module named driconf Hmm, the installation should have installed a file named driconf.py in /usr/local/lib/p

Re: mach64 driver and X includes

2004-06-07 Thread Dave Airlie
> Can you fix the 500 compiler warnings while you're in there? okay it's finally done there shouldn't be all those warnings, and I've tested it on my laptop and it seems to still work, I also fixed the version check code that was recently put in .. wouldn't mind someone on a big endian testing i

Re: driconf does not install

2004-06-07 Thread Felix Kühling
On Mon, 07 Jun 2004 13:33:31 +0200 Robert Voigt <[EMAIL PROTECTED]> wrote: > When I try to install driconf 0.1.2, I get the following output (similar > with 0.2.2): > > python setup.py install > running install > running build > running build_py > running build_scripts > running install_lib > ru

Mesa endian check..

2004-06-07 Thread Dave Airlie
In glheader.h there is a check to set MESA_BIG_ENDIAN vs MESA_LITTLE_ENDIAN it has a line /* fix me for non-Linux big-endian! */ Has anyone ever checked Mesa on BSD on big-endian? I'm going to use this macro in the mach64, and I'll let someone fix this include.. Dave. -- David Airlie, Softwa

driconf does not install

2004-06-07 Thread Robert Voigt
When I try to install driconf 0.1.2, I get the following output (similar with 0.2.2): python setup.py install running install running build running build_py running build_scripts running install_lib running install_scripts changing mode of /usr/local/bin/driconf to 755 ** (setup.py:5476): WARNING

Re: clgd 5465

2004-06-07 Thread max
Ian Romanick wrote: Alex Deucher wrote: --- Ian Romanick <[EMAIL PROTECTED]> wrote: Some creative googling revealed that the document *used to be* available at http://www.cirrus.com/ftp/pub/gd5465trm.pdf. Since it used to be publicly available, perhaps you could just ask the nice folks at Cirrus

Re: DRM vs Client side driver.

2004-06-07 Thread Michel Dänzer
On Sun, 2004-06-06 at 20:03 -0700, Mike Mestnik wrote: > I found that "rb3d_coloroffset:0x1c40" gets emited in both the [1]client > and the [2]DRM. > > 1. At init time and 3 other places. > 2. At emit state from the ctx. > > I was wondering how I should procede in making changes to the way this r