Re: [Dri-devel] Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Keith Whitwell
This comes up so often (once a week?) that I think we should change the name of the function to gl_test_os_katmai_exception_support_SIGFPE_is_expected_just_ignore_it(). And we should rename radeon_cp_get_buffer while we're at it. Keith

[Dri-devel] drm_bufs.h and ia64

2002-10-17 Thread Johannes Rath
Title: drm_bufs.h and ia64 In xc / programs / Xserver / hw / xfree86 / os-support / linux / drm / kernel / drm_bufs.h this piece of code can be found: int DRM(addmap)( struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg ) { // snipped switch ( map-type ) { case

[Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Ian Romanick
Over the past year an issue of OpenGL versioning has come up a few times. Basically, we have conflicting goals of wanting to advertise OpenGL 1.3 or 1.4 but not wanting to advertise extensions that aren't hardware accelerated (cube textures and shadow maps come to mind). I believe that a solution

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Keith Whitwell
Ian Romanick wrote: Over the past year an issue of OpenGL versioning has come up a few times. Basically, we have conflicting goals of wanting to advertise OpenGL 1.3 or 1.4 but not wanting to advertise extensions that aren't hardware accelerated (cube textures and shadow maps come to mind). I

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Brian Paul
Keith Whitwell wrote: Ian Romanick wrote: Over the past year an issue of OpenGL versioning has come up a few times. Basically, we have conflicting goals of wanting to advertise OpenGL 1.3 or 1.4 but not wanting to advertise extensions that aren't hardware accelerated (cube textures and shadow

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Ian Romanick
On Thu, Oct 17, 2002 at 04:08:25PM +0100, Keith Whitwell wrote: Ian Romanick wrote: Over the past year an issue of OpenGL versioning has come up a few times. Basically, we have conflicting goals of wanting to advertise OpenGL 1.3 or 1.4 but not wanting to advertise extensions that aren't

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Keith Whitwell
Ian Romanick wrote: From what I have been told, this is how it works on the Nvidia drivers. I have not verified this first hand. if ( extension string contains GL_EXT_texture3D ) 3D textures are hardware accelerated else if ( advertised OpenGL version = 1.2 ) 3D

RE: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Alexander Stohr
Title: RE: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue From what I have been told, this is how it works on the Nvidia drivers. I have not verified this first hand. if ( extension string contains GL_EXT_texture3D ) 3D textures are hardware accelerated else if ( advertised

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Keith Whitwell
Alexander Stohr wrote: From what I have been told, this is how it works on the Nvidia drivers. I have not verified this first hand. if ( extension string contains GL_EXT_texture3D ) 3D textures are hardware accelerated else if ( advertised OpenGL version = 1.2 )

RE: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Alexander Stohr
Title: RE: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue Nice sheme - this will even allow to check the software paths by just tuning the GL version (e.g. via environment variable). But what will you do if your software path is not yet covered by a specific OpenGL version

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Allen Akin
On Thu, Oct 17, 2002 at 09:22:37AM -0700, Ian Romanick wrote: | ... | So, I asked a couple people around IBM what the accepted practice was. I | was told that an implementation is not required to export extension strings | for extensions that are required for its adverteised OpenGL version. I

Re: [Dri-devel] dri_data_flow and control_flow diagrams + explanations website

2002-10-17 Thread Smitty
This has been sitting around for a long time, since I got pulled into the website side of things. I wish to put this up as high level design documentation. Any comments? The two documents look great! Up they go. They match many of my personal notes about architecture :) OK then. btw

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Ian Romanick
On Thu, Oct 17, 2002 at 10:09:28AM -0700, Allen Akin wrote: On Thu, Oct 17, 2002 at 09:22:37AM -0700, Ian Romanick wrote: | ... | So, I asked a couple people around IBM what the accepted practice was. I | was told that an implementation is not required to export extension strings | for

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Allen Akin
On Thu, Oct 17, 2002 at 10:35:17AM -0700, Ian Romanick wrote: | On Thu, Oct 17, 2002 at 10:09:28AM -0700, Allen Akin wrote: | Also, I wouldn't want to encourage app developers to use the absence of | an extension string to determine whether a core function is hardware | accelerated. ... | |

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-17 Thread James Fung
Thanks. The PCI radeon seems to work fairly well actually: OpenGL vendor string: Tungsten Graphics, Inc. OpenGL renderer string: Mesa DRI Radeon 20020611 AGP 1x x86/MMX/3DNow! TCL OpenGL version string: 1.2 Mesa 4.0.4 glxgears gives 1000 frames in 5.0 seconds = 200.000 FPS I've tried going

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Brian Paul
Allen Akin wrote: On Thu, Oct 17, 2002 at 10:35:17AM -0700, Ian Romanick wrote: | On Thu, Oct 17, 2002 at 10:09:28AM -0700, Allen Akin wrote: | Also, I wouldn't want to encourage app developers to use the absence of | an extension string to determine whether a core function is hardware |

Re: [Dri-devel] PCIGART Radeon AIW support

2002-10-17 Thread Keith Whitwell
James Fung wrote: Thanks. The PCI radeon seems to work fairly well actually: OpenGL vendor string: Tungsten Graphics, Inc. OpenGL renderer string: Mesa DRI Radeon 20020611 AGP 1x x86/MMX/3DNow! TCL OpenGL version string: 1.2 Mesa 4.0.4 glxgears gives 1000 frames in 5.0 seconds = 200.000 FPS

Re: [Dri-devel] OpenGL 1.3, 1.4, and extension string issue

2002-10-17 Thread Allen Akin
On Thu, Oct 17, 2002 at 01:16:13PM -0600, Brian Paul wrote: | ... | If we only return a true/false result from the slow/fast query it may not | be obvious to the application writer what caused the slow path to be taken, | or what to do about it. Yep, it turns into a combinatorial search problem.

[Dri-devel] r200: unexpected texture format in r200ChoosTexFormat

2002-10-17 Thread Dieter Ntzel
Mesa/tests ./multipal r200CreateScreen 2 texture units supported ../images/tile.rgb 256 x 256 Mesa implementation error: unexpected texture format in r200ChoosTexFormat Please report to the DRI bug database at dri.sourceforge.net multipal: texstore.c:729: _mesa_store_teximage2d: Assertion

[Dri-devel] r200: tests/projtex - fallback Q_BIT

2002-10-17 Thread Dieter Ntzel
Mesa/tests ./projtex r200CreateScreen loading ../images/girl.rgb loading ../images/girl.rgb fallback Q_BIT fallback Q_BIT fallback Q_BIT [-] demos/ray Got some acceleration lately. Now at ~45 fps (expected more) but was at only 5~6 fps before. tdfx (V5 5500) was much faster. -Dieter

[Dri-devel] Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VT switch

2002-10-17 Thread Charl P. Botha
On Thu, Oct 17, 2002 at 11:17:39AM -0600, Marc Aurele La France wrote: On 17 Oct 2002, Michel Dänzer wrote: On Don, 2002-10-17 at 04:50, David Dawes wrote: On Tue, Oct 15, 2002 at 12:28:27AM +0200, Charl P. Botha wrote: On Mon, Oct 14, 2002 at 04:14:22PM -0600, Marc Aurele La France

[Dri-devel] Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VTswitch

2002-10-17 Thread Marc Aurele La France
On Thu, 17 Oct 2002, Charl P. Botha wrote: On Thu, Oct 17, 2002 at 11:17:39AM -0600, Marc Aurele La France wrote: On 17 Oct 2002, Michel Dänzer wrote: Sounds good, unfortunately it doesn't seem to work for the original poster - any idea why? Charl P. Botha did not actually try it.

Re: [Dri-devel] Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VT switch

2002-10-17 Thread Charl P. Botha
On Thu, Oct 17, 2002 at 02:51:57PM -0600, Marc Aurele La France wrote: The question on my, and David's, mind is whether or not bus mastering was enabled on server entry. According to lspci, it was definitely enabled. Thanks and my apologies for the upset. Indeed. In the future, please

Re: [Dri-devel] Re: [Xpert]Re: Probable return of Radeon, R128 XFree86 crash at VT switch

2002-10-17 Thread David Dawes
On Fri, Oct 18, 2002 at 12:12:03AM +0200, Charl P. Botha wrote: On Thu, Oct 17, 2002 at 02:51:57PM -0600, Marc Aurele La France wrote: The question on my, and David's, mind is whether or not bus mastering was enabled on server entry. According to lspci, it was definitely enabled. I'm reluctant

[Dri-devel] Re: [Xpert]SIGFPE in Radeon 7500 DRI support

2002-10-17 Thread Ian Romanick
On Thu, Oct 17, 2002 at 02:06:49PM +0200, Michel Dänzer wrote: On Mon, 2002-10-14 at 04:48, David Hampton wrote: I looked through the last three months of the archives for this mailing list and didn't see anything that quite matched my problem. I get a crash in the DRI code any time I try