mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
i965/gen7: Skip checking if we need a GS program for now.
We always say no. Improves VS state change microbenchmark performance 7.68747% +/- 1.40826% (n=10). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
71d71d5e89
commit
e9cfaed1a5
1 changed files with 0 additions and 1 deletions
|
|
@ -183,7 +183,6 @@ const struct brw_tracked_state *gen7_atoms[] =
|
|||
|
||||
&brw_wm_input_sizes,
|
||||
&brw_vs_prog,
|
||||
&brw_gs_prog,
|
||||
&brw_wm_prog,
|
||||
|
||||
/* Command packets: */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue