glsl: Support gl_TessLevelInner/Outer[] as TES input variables.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Dec 2016 09:50:03 +0000 (01:50 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 6 Jan 2017 23:55:41 +0000 (15:55 -0800)
commita46bd79ee195d699b020a8dde3fda6eab4ece0d4
treeb6954346bd75964de4106d3abcc5925fbf6fe664
parent5c580e64cc206ab160e1767c42e4d6c81f67da4d
glsl: Support gl_TessLevelInner/Outer[] as TES input variables.

Upcoming reworks in i965 are going to make it easy to handle this
like any other input.  Having it as a system value will just require
additional code for no benefit.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/compiler/glsl/builtin_variables.cpp
src/mesa/main/mtypes.h