Re: [Dri-devel] the state of Parhelia on FreeBSD

2003-11-14 Thread Jan Eidtmann
But those are supported cards (they all use the Parhelia technology). quote from the matrox binary drivers README: >Matrox Parhelia & Millennium P650/P750 >LINUX Display Driver > V 1.0 Pro ... >Description of this release >===

[Dri-devel] R200 and no_rast=true and glxgears -> SIGSEGV

2003-11-14 Thread Andreas Stenglein
If environment no_rast=true is set, you will get a segmentation fault when trying to destroy a context. driver: r200, DRI CVS HEAD maybe in radeon, too ... Where should the destroyContext get "stopped" if this option is used? in r200DestroyContext() or later? greetings, Andreas backtrace: [E

Re: [Dri-devel] Re: Another question on Fedora GL

2003-11-14 Thread Ian Romanick
Lionel Ulmer wrote: On Fri, Nov 14, 2003 at 01:11:24PM -0800, Alex Deucher wrote: I'd point you to the patches if I could remember when this last came up. If someone has time they might look through the dri-devel or dri-users archives. Does anyone on dri-devel remember this issue and what the f

Re: [Dri-devel] Re: Another question on Fedora GL

2003-11-14 Thread Lionel Ulmer
On Fri, Nov 14, 2003 at 01:11:24PM -0800, Alex Deucher wrote: > I'd point you to the patches if I could remember when this last came > up. If someone has time they might look through the dri-devel or > dri-users archives. Does anyone on dri-devel remember this issue and > what the fix was? glXGet

[Dri-devel] Re: Another question on Fedora GL

2003-11-14 Thread Alex Deucher
I'd point you to the patches if I could remember when this last came up. If someone has time they might look through the dri-devel or dri-users archives. Does anyone on dri-devel remember this issue and what the fix was? glXGetProcAddressARB not being available. Alex --- "Mike A. Harris" <[EMAI

Re: [Dri-devel] the state of Parhelia on FreeBSD

2003-11-14 Thread Alex Deucher
while it might be possible to add support for freebsd to the apparently opensource kernel module, adding support for unsupported cards to the 2D/3D drivers is impossible since it is a binary only driver! Ask matrox to add support. that's your only option right now. Alex --- Jan Eidtmann <[EMAIL

Re: [Dri-devel] the state of Parhelia on FreeBSD

2003-11-14 Thread Jan Eidtmann
On Friday 14 November 2003 06:17, Mikhail Teterin wrote: > On Wednesday 12 November 2003 09:48 am, Alex Deucher wrote: > = I doubt many developers are going to work on it because the rest of > = the drivers are closed source and few if any developers have > parhelia = hardware. you'd probably be be

[Dri-devel] Documentation of configuration options

2003-11-14 Thread Felix Kühling
Dear DRI users and testers, I wrote up more detailed documentation of most configuration options implemented so far in the Wiki. See http://dri.sourceforge.net/cgi-bin/moin.cgi/ConfigurationOptions. Best regards, Felix __\|/_____ ___ - Fel

Re: [Dri-devel] the state of Parhelia on FreeBSD

2003-11-14 Thread Mikhail Teterin
On Wednesday 12 November 2003 09:48 am, Alex Deucher wrote: = I doubt many developers are going to work on it because the rest of = the drivers are closed source and few if any developers have parhelia = hardware. you'd probably be best off trying to port it yourself. you = can look at how the drm

Re: [Dri-devel] mga cvs changes

2003-11-14 Thread Ville Syrjälä
On Tue, Nov 11, 2003 at 10:50:01AM -0800, Ian Romanick wrote: > Any idea how tough it will be (or if it's possible!) to add support for > ARB_texture_non_power_of_two? Bascially, it just extends the regular > texture modes to not require textures be a power of two. Mipmapping and > all the wra