i965/fs: Silence uninitialized variable warning.
authorMatt Turner <mattst88@gmail.com>
Thu, 23 Oct 2014 22:45:15 +0000 (15:45 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 23 Oct 2014 23:20:07 +0000 (16:20 -0700)
commit40492be2a4a339b02c38990ad8736644f3a8776b
tree917b556ebbd084fe789f401486646875e4025b25
parent2695891088d5b910edd9ec4d3ad81f0e3469205c
i965/fs: Silence uninitialized variable warning.

The compiler isn't privy to the knowledge that we're doing at least one
framebuffer write.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_fs.cpp