i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit.
authorEric Anholt <eric@anholt.net>
Fri, 19 Mar 2010 22:57:50 +0000 (15:57 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 22 Mar 2010 22:04:46 +0000 (15:04 -0700)
commitd163d5fac0eb5e57a2afb77f557525110753359e
treeaf394633fe8d0246ffda0098a684ab5ab4d93fb2
parenta9acde6a723c8f343f65243d1ccac6836215ba0c
i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit.

Just emit the URB write at END time.  Subroutine code that sits after
OPCODE_END won't be executed since we've ended the thread at the point
that the URB write is done.
src/mesa/drivers/dri/i965/brw_vs_emit.c