OSDN Git Service

mesa: Remove the "Used" flag in gl_program_parameter.
authorEric Anholt <eric@anholt.net>
Tue, 24 Aug 2010 23:47:09 +0000 (16:47 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 25 Aug 2010 19:38:26 +0000 (12:38 -0700)
commitea2231ff5e4ced36bdb65ccdd02a1008fb8bfce7
tree72af1841a321f9a18ceec2763b0f11a8b307bbfe
parentbcca7fd5d56890a05527e09f5abef0449398f95e
mesa: Remove the "Used" flag in gl_program_parameter.

This was in place for uniform handling, but nothing actually needs the
value now, since presence in a parameter list indicates that the
uniform was used as far as the linker was concerned.
src/mesa/program/ir_to_mesa.cpp
src/mesa/program/prog_parameter.c
src/mesa/program/prog_parameter.h