i965: Fix GPU hangs in the dummy fragment shader.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 18 Feb 2012 20:59:40 +0000 (12:59 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 19 Feb 2012 04:12:38 +0000 (20:12 -0800)
commit393b42240f22dbbfb4f089036319031ad36173f3
treebc9caa56b97875ba3950900e567d62cabb805376
parent0342ffba1fa0ad4a724ca2450af6fc78358f5956
i965: Fix GPU hangs in the dummy fragment shader.

The dummy FB write failed to specify EOT and a message length, causing
the GPU to hang.  Now we can enjoy "everyone's favorite color" again.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp