[Mesa3d-dev] [Bug 27403] GLSL struct causing "Invalid src register file ..." error

2010-04-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27403 Brian Hall changed: What|Removed |Added CC||brian.h...@gmail.com --- Comment #2 from

[Mesa3d-dev] [Bug 27403] GLSL struct causing "Invalid src register file ..." error

2010-04-01 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27403 --- Comment #1 from Ian Romanick 2010-04-01 21:18:05 PST --- (In reply to comment #0) > uniform sampler3D volShadSampler0; > > struct VolShad > { > sampler3D texture; > int samples; > int channels; > mat4 wo