revert enabling of hw quads for swtcl. It lead to problems with quad_strips, since...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Tue, 23 Nov 2004 18:49:18 +0000 (18:49 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Tue, 23 Nov 2004 18:49:18 +0000 (18:49 +0000)
src/mesa/drivers/dri/r200/r200_swtcl.c

index 5b74b47980c90d351fc79135ab86a38241f4fe28..43f836507818757465b95f8e17fa1d2b64cbc600 100644 (file)
@@ -334,7 +334,7 @@ static const GLuint reduced_hw_prim[GL_POLYGON+1] = {
    R200_VF_PRIM_TRIANGLES,
    R200_VF_PRIM_TRIANGLES,
    R200_VF_PRIM_TRIANGLES,
-   R200_VF_PRIM_QUADS,
+   R200_VF_PRIM_TRIANGLES,
    R200_VF_PRIM_TRIANGLES,
    R200_VF_PRIM_TRIANGLES
 };
@@ -354,7 +354,7 @@ static void r200ResetLineStipple( GLcontext *ctx );
 #define HAVE_TRI_STRIPS  1
 #define HAVE_TRI_STRIP_1 0
 #define HAVE_TRI_FANS    1
-#define HAVE_QUADS       1
+#define HAVE_QUADS       0
 #define HAVE_QUAD_STRIPS 0
 #define HAVE_POLYGONS    1
 #define HAVE_ELTS        0