i965: Fix type of gl_FragData[] dereference for FB write.
authorEric Anholt <eric@anholt.net>
Tue, 30 Nov 2010 00:16:38 +0000 (16:16 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 30 Nov 2010 01:08:26 +0000 (17:08 -0800)
commit2927b6c21202fd0f9a661665e0093e7193c5df6e
treeea26b5e710fdc8994bfcc2180683596f055c31ae
parent1ccef926be46dce3b6b5c76e812e2fae4e205ce7
i965: Fix type of gl_FragData[] dereference for FB write.

Fixes glsl-fs-fragdata-1, and hopefully Eve Online where I noticed
this bug in the generated shader.  Bug #31952.
src/mesa/drivers/dri/i965/brw_fs.cpp