i965: Use SENDC on the first render target write on gen6.
authorEric Anholt <eric@anholt.net>
Tue, 26 Oct 2010 16:35:34 +0000 (09:35 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 26 Oct 2010 17:34:10 +0000 (10:34 -0700)
commit1732a8bc72fe0a8eaf7449eda65eba1a017ae909
tree42e0f2921e0d1648a18cea0657a2888750dfff1c
parent748f3744bebc37cc753a5ea1c321854c580a7317
i965: Use SENDC on the first render target write on gen6.

This is apparently required, as the thread will be initiated while it
still has dependencies, and this is what waits for those to be
resolved before writing color.
src/mesa/drivers/dri/i965/brw_defines.h
src/mesa/drivers/dri/i965/brw_disasm.c
src/mesa/drivers/dri/i965/brw_eu_emit.c