OSDN Git Service

glsl: Fix the program resource names of gl_TessLevelOuter/Inner[].
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 24 Jun 2016 06:12:45 +0000 (23:12 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 8 Aug 2016 06:53:28 +0000 (23:53 -0700)
commit1556f16e46ba3037c3901808c2e1ac5df8e2b20e
treee56a9badbcaab97213db6783abec19598cc8163d
parent4a49851da140fedf0e133034a202570725ad03a9
glsl: Fix the program resource names of gl_TessLevelOuter/Inner[].

These are lowered to gl_TessLevel{Outer,Inner}MESA.  We need them to
appear in the program resource list with their original names and types.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/compiler/glsl/linker.cpp