i965: Make emit_urb_writes() only set EOT for the VS.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 12 Mar 2015 08:55:44 +0000 (01:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 21 Oct 2015 21:27:50 +0000 (14:27 -0700)
commitcb755996d91e9f44c93121f9534b0c59bb3ec201
tree76cd1e6f1b057068eded77fe3ab01e19f1ded752
parent6ae419b94d7a7d2dfbb9a2908d28ca5aea4724e3
i965: Make emit_urb_writes() only set EOT for the VS.

The GS will emit a bunch of vertices, and we don't want to do an EOT
prematurely.  We'll emit GS_OPCODE_THREAD_END when we want to terminate
the thread.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp