commit | 41f66915ab3d052e0e2ef06000d6534eb7776ec6 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Thu Jul 08 18:35:08 2010 -0600 |
committer | Brian Paul <brianp@vmware.com> | Thu Jul 08 18:42:45 2010 -0600 |
tree | 693008a10d2b62c5987d065c7d71ab2d6ca75b9f | |
parent | 2168b87b51e70e8ad914e547c6c922fc33af3a89 [diff] |
glsl: fix indirect addressing of gl_TextureMatrix[] arrays The code to emit an array of OpenGL state vars lacked the code to handle the gl_TextureMatrix[] array. Fixes fd.o bug 28967 NOTE: this is a candidate for the 7.8 branch.