ralf willenbacher wrote:
>    agptex.dif    Type: Plain Text (text/plain)

+++ ./xc2/programs/Xserver/hw/xfree86/drivers/mga/mga_dri.c     Mon May
14 21:04:37 2001
<snip>
@@ -1190,6 +1225,14 @@
<snip>
+   i = mylog2( pMGADRI->agpTextureSize / MGA_NR_TEX_REGIONS );
should be
+   i = mylog2( pMGADRIServer->agpTextures.size / MGA_NR_TEX_REGIONS );

because i got confused and agpTextureSize gets set some lines below..

-- 
ralf willenbacher ([EMAIL PROTECTED])

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to