mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 2 Oct 2012 03:11:38 +0000 (20:11 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 5 Oct 2012 20:19:53 +0000 (13:19 -0700)
commit7fa0f10cd85ccb5afbc3a961164011de70970ff3
tree57c37db11b1cc8929e204a4401b84d09d7e11545
parent74b6ea49dfc1b8921de1768da937557150ee7893
mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.

The idea here is to not flag _NEW_VARYING_VP_INPUTS when shaders (either
GLSL or ARB vp/fp) are in use.  If either TNL or TexEnv programs are
active, at least one stage is using fixed function.

On Pineview, fixes 20 Piglit, 60 oglconforms, and 7 ES 1.1 conformance
tests, as well as missing textures in Xonotic.  These were all
regressions since commit fb4a34e60eb4c1bdc7b0fdcd98d1bf3038c354e8.

NOTE: This is a candidate for the 9.0 branch.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=49127
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=54807
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/state.c