Re: [Dri-devel] mga.o still doesn't use AGP memory for g200 ?

2001-05-23 Thread Steven Newbury
>Aaron Holtzman wrote: >> >> It would seem that Gareth Hughes ([EMAIL PROTECTED]) said: >> > At no time has the Matrox DRI driver used AGP memory for textures. >> >> Can you give us a quick outline of the work required to make this >> happen? >> >> cheers, >> aaron >> > >well.. i tried but cou

Re: [Dri-devel] mesa-3-5: tdfx not ready for testing?

2001-05-23 Thread Gareth Hughes
Dieter Nützel wrote: > > As always, I am open for any input. Yes, it's broken. No surprises there :-) I reverted all my work, and Keith's patch to tdfx_tris.c needs to be reapplied. If he hasn't done that today I'll take care of it. -- Gareth ___

[Dri-devel] mesa-3-5: tdfx not ready for testing?

2001-05-23 Thread Dieter Nützel
Hello, I have it finally compiled clean but no new tdfx_dri.so driver would be generated. Without it I get this: SunWave1#./glinfo GL_VERSION: 1.2 Mesa 3.5 beta GL_EXTENSIONS: GL_ARB_imaging GL_ARB_multitexture GL_ARB_texture_border_clamp GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_

[Dri-devel] Re: [ dri-Bugs-426782 ] Radeon + ASUS a7m266 MB

2001-05-23 Thread Dieter Nützel
> The a7m266 uses the AMD 761 > chipset. Apparently that chipset is not supported > yet. Can anyone confirm that? Search LKM and watchout for Alan Cox's info about AGP and the unknown chipset option (agp_try_unsupported=1). rmmod agpgart (if loaded) modprobe agpgart agp_try

Re: [Dri-devel] dri v0.6 and FreeBSD

2001-05-23 Thread Alan Hourihane
On Wed, May 23, 2001 at 02:20:48PM -0500, Jeffrey M Einhorn wrote: > Please disregard the first message I didn't realise it was a bash script. > Here is a slighty more exciting bug. > > The script will now compile the DRM kernel modules for your machine. > > Press ENTER to continue or CTRL-C to

[Dri-devel] dri v0.6 and FreeBSD

2001-05-23 Thread Jeffrey M Einhorn
Please disregard the first message I didn't realise it was a bash script. Here is a slighty more exciting bug. The script will now compile the DRM kernel modules for your machine. Press ENTER to continue or CTRL-C to exit. Compiling... ERROR: Kernel modules did not compile The DRI drivers can

[Dri-devel] FreeBSD and dri 0.6

2001-05-23 Thread Jeffrey M Einhorn
I was trying to test out the tdfx 0.6 package for FreeBSD, but when I run the install.sh script I get the following error. DIRECT RENDERING OPEN SOURCE PROJECT - DRIVER INSTALLATION SCRIPT [ http://dri.sourceforge.net ] =

Re: [Dri-devel] Pthreads + Direct Rendering?

2001-05-23 Thread Marcelo E. Magallon
>> Keith Whitwell <[EMAIL PROTECTED]> writes: > Do you have a small application that does this? I have attached a simple program that does something like this. Oddly enough it crashes only if I use: glDrawArrays( GL_QUADS, 0, 4); glDrawArrays( GL_QUADS, 4, 4); glDrawArrays( GL

Re: [Dri-devel] mesa-3-5-branch: compilation in t_pipeline.c

2001-05-23 Thread Gareth Hughes
Dieter Nützel wrote: > > gcc -c -O -mcpu=k6 -fomit-frame-pointer -mpreferred-stack-boundary=2 > -malign-functions=4 -fschedule-insns2 -fexpensive-optimizations -ansi -Wall > -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wnested-externs -pipe -I. -I.. -I../..

[Dri-devel] mesa-3-5-branch: compilation in t_pipeline.c

2001-05-23 Thread Dieter Nützel
gcc -c -O -mcpu=k6 -fomit-frame-pointer -mpreferred-stack-boundary=2 -malign-functions=4 -fschedule-insns2 -fexpensive-optimizations -ansi -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -pipe -I. -I.. -I../../include -I.

Re: [Dri-devel] MGA Driver Performance

2001-05-23 Thread Brian Paul
John Tobin wrote: > > I have been monitoring the DRI since it first began and I have just > > one question regarding the MGA driver. > > I was wondering if you consider it to be functioning at the highest > performance that you can get out of it? > > I ask this because I have been doing benchm