mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 06:48:09 +02:00
i965: Drop the INTEL_FORCE_GS environment variable.
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>
This commit is contained in:
parent
7e6221f2e3
commit
447aff5b02
1 changed files with 0 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue