i965: Drop the INTEL_FORCE_GS environment variable.
authorEric Anholt <eric@anholt.net>
Tue, 20 Mar 2012 22:29:11 +0000 (15:29 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 20 Mar 2012 22:31:44 +0000 (15:31 -0700)
This was a debug option during gen6 transform feedback bringup (and a
similar one existed during gen4 bringup).  However, it looks like
we're done with that, and we don't anticipate it being used again,
either for geometry shaders or transform feedback.

Suggested by: Kenneth Graunke <kenneth@whitecape.org>

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

index bfca169f7cb312ea83b75ee23602b88d1de279b1..52742d0cb72d33d7b27fdfed4d5d207eac432383 100644 (file)
@@ -231,11 +231,6 @@ static void populate_key( struct brw_context *brw,
                            brw->primitive == _3DPRIM_QUADSTRIP ||
                            brw->primitive == _3DPRIM_LINELOOP);
    }
-   /* For testing, the environment variable INTEL_FORCE_GS can be used to
-    * force a GS program to be used, even if it's not necessary.
-    */
-   if (getenv("INTEL_FORCE_GS"))
-      key->need_gs_prog = true;
 }
 
 /* Calculate interpolants for triangle and line rasterization.