Dieter Nützel wrote:
Am Freitag, 26. Dezember 2003 17:46 schrieb Adam K Kirchhoff:
Just wanted to say that Roland's S3TC patches work incredibly well on my
8500 with NWN. I can now get just as high quality textures with the DRI
drivers as I do with the FireGL drivers :-)
Roland, do you have a n
Am Freitag, 26. Dezember 2003 17:46 schrieb Adam K Kirchhoff:
> Just wanted to say that Roland's S3TC patches work incredibly well on my
> 8500 with NWN. I can now get just as high quality textures with the DRI
> drivers as I do with the FireGL drivers :-)
Roland, do you have a new version (after
Here is the patch. :)
On Fri, 26 Dec 2003 19:44:50 +0100
Felix Kühling <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I fixed two TCL bugs on radeon that appeared after the move to
> Mesa-newtree. A patch is attached.
>
> The light_model_cntl thing looks almost like a copy-paste from R200.
> This fixes m
Hi,
I fixed two TCL bugs on radeon that appeared after the move to
Mesa-newtree. A patch is attached.
The light_model_cntl thing looks almost like a copy-paste from R200.
This fixes missing colors and textures in various applications (pulsar,
queens, endgame, tuxkart, torcs, ...).
_mesa_allow_li
Just wanted to say that Roland's S3TC patches work incredibly well on my
8500 with NWN. I can now get just as high quality textures with the DRI
drivers as I do with the FireGL drivers :-)
Adam
---
This SF.net email is sponsored by: IBM Lin
trivial fix for another GL_RENDERER string issue.
(introduced while removing radeon_compat mode.)
Needed in XFree86 CVS HEAD, too.
before:
OpenGL renderer string: Mesa DRI Radeon 20030328 AGP 2x x86/MMX+/3DNow!+/SSETCL
^^
glxinfo doesnt show if and which asm optimizations are used:
OpenGL renderer string: Mesa DRI Radeon 20030328 AGP 2xTCL
after applying that patch I get
OpenGL renderer string: Mesa DRI Radeon 20030328 AGP 2x x86/MMX+/3DNow!+/SSETCL
diff xc/xc/lib/GL/mesa/drivers/dri/common/Imakefile.orig
xc/xc/