glsl: allow setting arrays of samplers in set_program_uniform()
authorBrian Paul <brianp@vmware.com>
Wed, 11 Feb 2009 16:12:34 +0000 (09:12 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 11 Feb 2009 16:17:22 +0000 (09:17 -0700)
commit2b4f0216bf757f63c0e76eb3a9a59a486ce63051
tree12f8803e11c0319427b9764f2f434b2ba1fd8912
parent234f03e90ab718f5b16300a91bac477ccbabf36c
glsl: allow setting arrays of samplers in set_program_uniform()

Arrays of sampler vars haven't been tested much and might actually be broken.
Will need to be revisited someday.

Another fix for bug 20056.
src/mesa/shader/shader_api.c