i965: Drop INTEL_CONFORMANCE=2 fallback code.
authorEric Anholt <eric@anholt.net>
Wed, 25 May 2011 19:51:05 +0000 (12:51 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 3 Jun 2011 23:03:18 +0000 (16:03 -0700)
This was just a duplicate of no_rast=true driconf option, which is
relatively standard across drivers.

src/mesa/drivers/dri/i965/brw_draw.c

index bcfd678a9243f37c5948e4ddd8adc585f50c48c0..6c52bd52aa420961797037491c1e043eb59bafd1 100644 (file)
@@ -283,9 +283,6 @@ static GLboolean check_fallbacks( struct brw_context *brw,
    if (brw->intel.conformance_mode == 0)
       return GL_FALSE;
 
-   if (brw->intel.conformance_mode == 2)
-      return GL_TRUE;
-
    if (ctx->Polygon.SmoothFlag) {
       for (i = 0; i < nr_prims; i++)
         if (reduced_prim[prim[i].mode] == GL_TRIANGLES)