i965/fs: Fix regression in fbo-alphatest-nocolor.
authorEric Anholt <eric@anholt.net>
Wed, 23 Nov 2011 18:20:12 +0000 (10:20 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 30 Nov 2011 19:23:26 +0000 (11:23 -0800)
commit51e5a266c1e1c12c4f0d82bee3caff008a41c9fd
treef062fd846dcbcf9d5af984f66fab2021a633939f
parenta3b8c5ed5bd591d4ae7d215f71f039d3b19200bb
i965/fs: Fix regression in fbo-alphatest-nocolor.

In the refactor for handling user-defined out params, we failed to set
up the new color output tracking when there was no color drawbuffer in
place but alpha testing was on.  Just always set up at least one when
handling gl_FragColor, since we won't make use of its value unless we
need to.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42806
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp