[Dri-devel] [Bug 218] mga dri does not render descent 3 graphic correctl anymore

2003-11-27 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://bugs.xfree86.org/show_bug.cgi?id=218 [EMAIL PROTECTED] changed: What|Removed |Added

[Dri-devel] [Bug 526] G450 Slackware, using 4.3 no cursor in UT with DRI, but works in 4.2

2003-11-27 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://bugs.xfree86.org/show_bug.cgi?id=526 [EMAIL PROTECTED] changed: What|Removed |Added

Re: [Dri-devel] Application performance: open source vs proprieta ry?

2003-11-27 Thread Pawel Salek
On 2003.11.27 06:20, Alexander Stohr wrote: [snip] There is a comparison from R.Scheidegger, it is linked at the dri web page at Documents page, Other Documents section comparing several Radeon 9000 capable drivers including the DRI drivers. [snip] This review is very good but I would really like

[Dri-devel] MergedFB question.

2003-11-27 Thread Adam K Kirchhoff
I'm curious if MergedFB can be modified so that you can run with a resolution of 2560x1024 normally, and then drop it down to 2048x768 if you want to do anything 3D related? Adam --- This SF.net email is sponsored by: SF.net Giveback

Re: [Dri-devel] Incomplete scene with OpenGL + direct rendering + mga

2003-11-27 Thread Jan Gukelberger
Both problems are now fixed. Wow, that was really quick! I've just tried several OpenGL examples and bzflag and you're absolutely right: It's all fixed. Thanks a lot. :-))) It's a good thing you reported this because your missing triangle was the same bug that caused the mouse cursor

Re: [Dri-devel] Application performance: open source vs proprieta ry?

2003-11-27 Thread Brian Paul
Pawel Salek wrote: On 2003.11.27 06:20, Alexander Stohr wrote: [snip] There is a comparison from R.Scheidegger, it is linked at the dri web page at Documents page, Other Documents section comparing several Radeon 9000 capable drivers including the DRI drivers. [snip] This review is very good

[Dri-devel] AGP 8x support

2003-11-27 Thread Dmitri Katchalov
Greetings, It appears that DRI does not quite support AGP 8x and AGP3.0 in general, please correct me if I'm wrong. I've made this quick and dirty patch for Radeon driver only. I understand that it is not perfect as it has to be copied into every other driver. A better solution is needed IMHO.

RE: [Dri-devel] Radeon driver, DDCMode

2003-11-27 Thread Hui Yu
Title: RE: [Dri-devel] Radeon driver, DDCMode -Original Message- From: Jon Smirl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 26, 2003 7:41 PM To: Hui Yu; 'Alex Deucher' Cc: dri-devel Subject: RE: [Dri-devel] Radeon driver, DDCMode --- Hui Yu [EMAIL PROTECTED]

Re: [Dri-devel] Application performance: open source vs proprietary?

2003-11-27 Thread Brian Paul
Carl Switzky wrote: I'm new to this list, so please excuse me if this topic has been exhaustively discussed, or if it is not appropriate. I didn't see any way of searching the archives. I'm interested in information on the comparative performance of OpenGL applications running with Mesa and other

[Dri-devel] Re: [Dri-users] Where did the mach64 binaries go?

2003-11-27 Thread Felix Kühling
On Thu, 27 Nov 2003 11:33:23 + José Fonseca [EMAIL PROTECTED] wrote: On Tue, Nov 25, 2003 at 10:54:11PM -0500, Marcus Lauer wrote: Can anyone tell me how I can get the latest mach64 binary snapshot? Up until the end of October there were available at

[Dri-devel] Lightweighted graphics for realtime application

2003-11-27 Thread Jan Gukelberger
Having my starting problems with OpenGL and DRI fixed (thanks again @Ville) I'm now going for the 'real' project. We are developping an application displaying graphics and animations in realtime for scientific purpose. For programming these graphics on a high level we don't want to use

Re: libexpat foo, was: Re: [Dri-devel] ATI radeon 9200 DRI

2003-11-27 Thread Jos Fonseca
On Tue, Nov 25, 2003 at 06:09:42PM +0100, Felix Kühling wrote: What about putting the snapshot build/install scripts into CVS? Then anybody could modify them (with all the necessary care) and it wouldn't matter where the snapshots are being built. You'd just need one additional bootstrap

[Dri-devel] Re: [Dri-users] Where did the mach64 binaries go?

2003-11-27 Thread Jos Fonseca
On Thu, Nov 27, 2003 at 04:28:15PM +0100, Felix Kühling wrote: On Thu, 27 Nov 2003 11:33:23 + José Fonseca [EMAIL PROTECTED] wrote: On Tue, Nov 25, 2003 at 10:54:11PM -0500, Marcus Lauer wrote: Can anyone tell me how I can get the latest mach64 binary snapshot? Up until the end

Re: [Dri-devel] AGP 8x support

2003-11-27 Thread Michel Dänzer
On Thu, 2003-11-27 at 15:47, Dmitri Katchalov wrote: I've made this quick and dirty patch for Radeon driver only. I understand that it is not perfect as it has to be copied into every other driver. A better solution is needed IMHO. I've posted about

RE: [Dri-devel] Application performance: open source vs proprieta ry?

2003-11-27 Thread Alexander Stohr
sorry for going off topic now, the following is not tightly related to dri development works but only to the embedding reallity in the real world of software development. From: Pawel Salek [mailto:[EMAIL PROTECTED] for recently released game Savage that was even announced on Slashdot. I

RE: [Dri-devel] AGP 8x support

2003-11-27 Thread Alexander Stohr
not beeing totally deep into the drm-radeon driver... excerpt of agp command register, when chipset is in AGPv3 mode: bit 3, value 8: reserved bit 2..0, value 0: agp transfer mode not yet programmed value 1: agp transfer mode 4x value 2: agp transfer mode 8x

Re: [Dri-devel] Application performance: open source vs proprieta ry?

2003-11-27 Thread Pawel Salek
On 11/27/2003 08:18:17 PM, Alexander Stohr wrote: From: Pawel Salek [snip] DRI drivers could render only single frame every few seconds and had usual problems with s3TC but the program can be asked not to compress textures - I wish it could detect the missing extension automatically as

[Dri-devel] Radeon PCI API

2003-11-27 Thread Chris Ison
I know you can't give details under NDA, but do the specs for the r200 show any API for PCI, or has the PCI work on the driver been done by trial and error. Also I am wondering if there is any word on specs for r250 and r300. If not, I would like to know what the best supported card is in DRI

[Dri-devel] [ANNOUNCE] New snapshots on dri.freedesktop.org

2003-11-27 Thread Felix Kühling
Hi all, the first new snapshots built on freedesktop.org are available at http://dri.freedesktop.org/~fxkuehl/snapshots. Please test them and let me know about any problems. Some information about the build: gcc-2.95.4 glibc-2.3.2 libexpat-1.95.6 statically linked Using gcc-2.95.4 makes the

Re: [Dri-devel] AGP 8x support

2003-11-27 Thread Dmitri Katchalov
Quoting Michel Dänzer [EMAIL PROTECTED]: On Thu, 2003-11-27 at 15:47, Dmitri Katchalov wrote: I've made this quick and dirty patch for Radeon driver only. I understand that it is not perfect as it has to be copied into every other driver. A better solution is needed IMHO. I've

RE: [Dri-devel] AGP 8x support

2003-11-27 Thread Dmitri Katchalov
Quoting Alexander Stohr [EMAIL PROTECTED]: not beeing totally deep into the drm-radeon driver... excerpt of agp command register, when chipset is in AGPv3 mode: bit 3, value 8: reserved bit 2..0, value 0: agp transfer mode not yet programmed value 1: agp transfer mode 4x

Re: [Dri-devel] MergedFB question.

2003-11-27 Thread Mike Mestnik
Not at this time, however the work around I have been using is setting up more than one layout in my XF86Config. Then I write scripts for common apps/tasks that call the right xSession and layout. I had a dream that apps would be free from persecution of color depth and of screen/root