commit | b2ee5a08bae6cdbbdafc1f1d9d6f3afbad2f7944 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Apr 23 16:10:12 2012 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri May 04 14:00:32 2012 -0700 |
tree | 3f9b7635817e8c9bf7a755b3cfc0788f7660b779 | |
parent | fcd57280ae687d6b7c11cb8ac8fb8cc4f01a646d [diff] |
glsl: Don't consider unused FS out variables as being statically assigned. I only considered var->assigned for FragColor and FragData, but ignored when it was false for out vars. Fixes piglit write-gl_FragColor-and-not-user-output.frag Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=49068