i965/gen7: Add missing ! to brw->gs.prog_active assertion.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 29 Jun 2011 17:53:51 +0000 (10:53 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 29 Jun 2011 17:57:55 +0000 (10:57 -0700)
commit5ddc518401ae69ad92218643f00ef50617a0f11d
tree2dc3972dc9049ee95acc3cf99277576618370cae
parente17f2bad3abf8e08b74871c71566dea5f1ce4bf7
i965/gen7: Add missing ! to brw->gs.prog_active assertion.

A typo in commit c173541d9769 accidentally removed the !.
It's supposed to assert that there is _not_ an active GS program.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=38762

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen7_urb.c