summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-05-25 12:51:05 -0700
committerEric Anholt <eric@anholt.net>2011-06-03 16:03:18 -0700
commit3f05374574db7d04ac920a93545734c9013f5ec4 (patch)
treeb7cc531ec68755a35978bb78ab2f0e4e22865be4
parent6491e9593d5cbc5644eb02593a2f562447efdcbb (diff)
i965: Drop INTEL_CONFORMANCE=2 fallback code.
This was just a duplicate of no_rast=true driconf option, which is relatively standard across drivers.
-rw-r--r--src/mesa/drivers/dri/i965/brw_draw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_draw.c b/src/mesa/drivers/dri/i965/brw_draw.c
index bcfd678a924..6c52bd52aa4 100644
--- a/src/mesa/drivers/dri/i965/brw_draw.c
+++ b/src/mesa/drivers/dri/i965/brw_draw.c
@@ -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)