i965: Drop Gen7+ nonsense from brw_ff_gs.c.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 22 Aug 2017 21:56:36 +0000 (14:56 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 23 Aug 2017 18:55:17 +0000 (11:55 -0700)
commitd0b40e2c87be9378678da61742db927e842d93e6
treeec937e2925e2b8e16763b7fb07403ab7ad6ee761
parenteaf5b8722bfaa8f8612c2cae14f61be4874c6406
i965: Drop Gen7+ nonsense from brw_ff_gs.c.

brw_ff_gs.c is about using the geometry shader to implement things
that the fixed function ought to do, but doesn't on old hardware.

Gen7+ does not need this.  We should drop the misleading comment
about Gen7 not using geometry shaders.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
src/mesa/drivers/dri/i965/brw_ff_gs.c