mesa: propagate FragDepthLayout to gl_program
authorChia-I Wu <olv@lunarg.com>
Tue, 18 Feb 2014 04:25:06 +0000 (12:25 +0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 10 May 2014 00:21:53 +0000 (17:21 -0700)
commit510465016b70ea64706543a35dbc51b26176de17
tree172213b99a5c22bc109cf88ced11d1158a593e21
parent417f5ea00d9dc265817024f10906dccfbf76cb04
mesa: propagate FragDepthLayout to gl_program

The information was lost during linking, causing the layout to be treated as
FRAG_DEPTH_LAYOUT_NONE.

Signed-off-by: Chia-I Wu <olv@lunarg.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/shaderapi.c