vc4: Don't recompile the CS when the FS changes.
authorEric Anholt <eric@anholt.net>
Wed, 3 Aug 2016 18:57:53 +0000 (11:57 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 4 Aug 2016 15:48:27 +0000 (08:48 -0700)
commit62ea2461edbd4db2b82df02f7a77bcb707e65656
tree4ed62140a1a3209c5092444d9f3d0105f24d7bef
parentd577dbc201a530cedac2f39f0a34b2d8d62f5f48
vc4: Don't recompile the CS when the FS changes.

The compiled_fs_id is a proxy for the vc4->prog.fs->input_slots[], but
only the VS dereferences it.

Drops 754 shaders from shader-db.
src/gallium/drivers/vc4/vc4_program.c