Re: [Dri-devel] Adding GLX extensions?

2002-11-18 Thread Jens Owen
Ian Romanick wrote: Hmmm...would adding it as a hard-coded extension make life easier for IHVs that want to provide binary-only drivers but not necessarilly their own libGL.so? I'm thinking ATI and PowerVR... Oddly enough, ATI provides a libGL.so replacement in their package. I'm not sure

RE: [Dri-devel] Adding GLX extensions?

2002-11-18 Thread Vlad Stamate
-Original Message- From: Ian Romanick [mailto:[EMAIL PROTECTED]] Sent: 15 November 2002 20:40 To: DRI developer's list Subject: Re: [Dri-devel] Adding GLX extensions? [...] Hmmm...would adding it as a hard-coded extension make life easier for IHVs that want to provide binary-only

Re: [Dri-devel] Re: [Dri-patches] CVS Update: xc (branch: mesa-4-1-branch)

2002-11-18 Thread Jens Owen
Brian Paul wrote: Keith Whitwell wrote: Brian Paul wrote: CVSROOT:/cvsroot/dri Module name:xc Repository:xc/xc/lib/GL/mesa/src/drv/tdfx/ Changes by:brianp@usw-pr-cvs1.02/11/15 16:13:59 Log message: Modified functions in __DriverAPIRec to remove unneeded Display *

Re: [Dri-devel] TuxRacer and other problems with latest Radeon drivers

2002-11-18 Thread Ian Romanick
On Sun, Nov 17, 2002 at 02:53:37PM +0100, Manuel Bilderbeek wrote: When leaving the program, I can see lots of these messages from stdout/stderr: radeonUploadTexImages: ran into bound texture I think this may be caused by a bug I found while doing some work on the texmem branch. I believe

Re: [Dri-devel] TuxRacer and other problems with latest Radeon drivers

2002-11-18 Thread Manuel Bilderbeek
Hi, Thanks for your reply. Ian Romanick wrote: radeonUploadTexImages: ran into bound texture I think this may be caused by a bug I found while doing some work on the texmem branch. I believe that the exported maximum texture size is too big. It may be possible that tuxracer is trying to do

[Dri-devel] Re: Dual Rage XL support? (fwd)

2002-11-18 Thread Leif Delgass
I'm moving this thread to the dri-devel list, concerning multi-adapter multi-head... By adding '#define DRIVER_NUM_CARDS 2' to mach64_drv.c, we were able to get the drm to initialize both devices (2 PCI Rage XL cards), but the kernel messages show problems with locking and instability/reboots

[Dri-devel] M End web ads - Donovan's choice 2G3

2002-11-18 Thread alycia1271ab852
N¬±ù޵隊X¬²š'²ŠÞu¼“¢Wš®{ay¶¬‰Ë(~ǜº¸§ƒ*.¯›²+^Â+aI"ܖ'$…êÞ¶ˆµ¡QDÑ è}¤ák ^Iêïz°ž®ØŸ‰Æ­zm§ÿðÃ(¶°µç(›úÝçn!¶iC®'^½éfj)bž b²Ðë‰×¯zYb²Û,¢êÜyú+éÞ¶m¦Ïÿ–+-²Ê.­ÇŸ¢¸ë–+-³ùb²Ø§~Ý®'^½é

[Dri-devel] Weekly dri-devel meeting reminder

2002-11-18 Thread Ian Romanick
This is just a friendly reminder that the weeking dri-devel IRC meeting will be starting in the #dri-devel channel on irc.openprojects.net at 2100 UTC (or 4:00PM EST or 1:00PST, if you prefer). Time zone conversion available at: http://www.timezoneconverter.com/cgi-bin/tzc.tzc

Re: [Dri-devel] mesa 4.1 branch

2002-11-18 Thread David Dawes
On Wed, Nov 06, 2002 at 03:43:02PM -0800, Ian Romanick wrote: Is this hammered in stone? When will we see the next XFree86 release (4.4.0), then. Shouldn't OpenGL 1.4 better go in sooner then later? Would the Mesa 5.x merge be too large of a change for XFree86 4.3.1? There Yes, it would be.

Re: [Dri-devel] libGL{U,w}

2002-11-18 Thread David Dawes
On Thu, Nov 07, 2002 at 04:32:03PM +, Keith Whitwell wrote: Michel Dänzer wrote: On Don, 2002-11-07 at 16:56, Keith Whitwell wrote: Michel Dänzer wrote: These no longer get built by default. Any objections against the attached patch? Actually if they're not built, I think we should ditch

Re: [Dri-devel] Adding GLX extensions?

2002-11-18 Thread Ian Romanick
On Fri, Nov 15, 2002 at 12:02:28PM -0700, Brian Paul wrote: This would involve implementing glXSwapInterval() as an ordinary function in libGL. It would simply stuff the interval value into the __GLXContextRec struct (assuming it's per-context). Then, it would be up to the DRI driver(s) to

Re: [Dri-devel] Adding GLX extensions?

2002-11-18 Thread Allen Akin
On Mon, Nov 18, 2002 at 08:14:53PM -0800, Ian Romanick wrote: | | How does one go about determining the (data structure / API) version of | libGL.so? As I understand it, there isn't a formal version number. Apps that follow the Linux ABI shouldn't need to be aware of the libGL version, so there