vc4: Fix up statechange management for uncompiled/compiled FS/VS.
authorEric Anholt <eric@anholt.net>
Sun, 11 Jan 2015 01:52:26 +0000 (14:52 +1300)
committerEric Anholt <eric@anholt.net>
Sun, 11 Jan 2015 04:17:20 +0000 (17:17 +1300)
commit1a328120d334ae09fa6a1ce8b599174f730a9753
tree467363a40f8e817b983c9baa9c1200ceda55f030
parentc1226629846613f9442e5fc5ad9be305176a4f0f
vc4: Fix up statechange management for uncompiled/compiled FS/VS.

No need to recheck the FS compile when the VS source has changed, but
there *is* a need to recheck the VS compile when the compiled VS has
changed (since the live inputs may change).

Fixes es3conform's blend test.
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_program.c