Am Donnerstag, 24. Juli 2003 22:32 schrieb Keith Whitwell:
> Michel Dänzer wrote:
> > On Thu, 2003-07-24 at 22:04, Keith Whitwell wrote:
> >>Michel Dänzer wrote:
> >>>On Thu, 2003-07-24 at 21:10, Keith Whitwell wrote:
> >>>>Keith Whitwell wrote:
> >>>>>BTW.  Here's an updated pair of patches.  These ones should compile,
> >>>>> but I haven't done much testing yet.
> >>>>
> >>>>Looks like I broke big-endian, too (sorry Michel).
> >>>
> >>>No worries, you didn't. :)
> >>
> >>Are you sure?  The EMIT_ELT macro isn't being used any more & I'm just
> >>accessing dest directly, as in 'dest[offset] = elt'...
> >
> > Everything I've tried so far (glxgears, armagetron, quake2, bzflag,
> > morph3d) seems to work perfectly. Maybe the ugliness indeed is no
> > necessary? :) Not that I understand how... *shrug*
>
> What about things that were broken with the old version.  Is there a list
> of test cases that we can run through?

Think Tanks?
I'll try VTK and the like.
Q3 SMP didn't work after Ian's context fixes.

Is Felix patch needed?

Index: extras/Mesa/src/tnl_dd/t_dd_dmatmp2.h
===================================================================
RCS file: /cvsroot/dri/xc/xc/extras/Mesa/src/tnl_dd/t_dd_dmatmp2.h,v
retrieving revision 1.4
diff -u -r1.4 t_dd_dmatmp2.h
--- extras/Mesa/src/tnl_dd/t_dd_dmatmp2.h       26 Aug 2002 22:16:02 -0000      
1.4
+++ extras/Mesa/src/tnl_dd/t_dd_dmatmp2.h       24 Jul 2003 10:48:33 -0000
@@ -1053,7 +1053,7 @@
       if (currentsz < 8)
         currentsz = dmasz;

-      for (j = start; j + 3 < count; j += nr - 2 ) {
+      for (j = start; j + 3 < count; j += nr ) {
         nr = MIN2( currentsz, count - j );

         if (nr >= 4)

Thanks,
        Dieter



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to