OSDN Git Service

ir_to_mesa: Add support for sampler arrays.
authorEric Anholt <eric@anholt.net>
Fri, 6 Aug 2010 00:00:12 +0000 (17:00 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 6 Aug 2010 07:51:42 +0000 (00:51 -0700)
commitc234d0b25f622a7bdd3c40bc72fdbd59d8494c7c
tree4fd283b320db75af56053dd5d8bad3894fa7f306
parent199c441239762eec86b3cb4b558aef486907a8b6
ir_to_mesa: Add support for sampler arrays.

Support for samplers in general is still incomplete -- anything in a
uniform struct will still be broken.  But that doesn't appear to be
any different from master.

Fixes:
glsl-fs-uniform-sampler-array.shader_test
src/mesa/program/ir_to_mesa.cpp
src/mesa/program/prog_parameter.c
src/mesa/program/prog_parameter.h