commit | 0924ba0c3496160a134d37cec800f902ae805b9c | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Aug 24 14:27:27 2010 -0700 |
committer | Eric Anholt <eric@anholt.net> | Wed Aug 25 12:38:26 2010 -0700 |
tree | 31dd640618e6aac096ed9c1ae5f18fda23297415 | |
parent | 45388b5467d66a887e9c76b66ae126ec07d4125a [diff] [blame] |
ir_to_mesa: Convert this code to using linker.cpp's uniform locations. Fixes: glsl-fs-uniform-array-4.
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index cb06036..0348bd0 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp
@@ -929,6 +929,7 @@ n->slots = vec4_slots; n->u->Name = strdup(name); + n->u->Type = type; n->u->VertPos = -1; n->u->FragPos = -1; n->u->GeomPos = -1;