mesa: set parameter list StateFlags field in _mesa_layout_parameters()
authorPierre-Eric Pelloux-Prayer <pelloux@gmail.com>
Thu, 26 May 2011 18:06:42 +0000 (20:06 +0200)
committerBrian Paul <brianp@vmware.com>
Fri, 27 May 2011 17:58:36 +0000 (11:58 -0600)
commit4eeabd5a3d9fc7377b0461aa2ae2924547e82052
tree5705f6cdac2196bb6d1c0d82a62335b0ddc0a787
parent0653c450cc8da1212e1123a1cd6635c02f7d6919
mesa: set parameter list StateFlags field in _mesa_layout_parameters()

When using _mesa_layout_parameters, all params copied in the 'layout'
output in the PASS 1 don't modify StateFlags (because they are simply
memcpy'ed).
This patch fixes the problem, assuring output gl_prog_param_list
StateFlags field is the same as the input one.

NOTE: This is a candidate for the 7.10 branch.

Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/program/prog_parameter_layout.c