iris: bother setting program_string_id...
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 11 Jul 2018 20:40:33 +0000 (13:40 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:07 +0000 (10:26 -0800)
commitdc3b927e97888cb465c64b6b28f675ada4012303
treee920cd137934fb2e46b38a6288f0ff4114109569
parent9c1cefff5225c8da01267e3eba95dc316156ef57
iris: bother setting program_string_id...

not sure how useful this really is...

./bin/ext_transform_feedback-tessellation triangles flat_first
is hitting a case where we rebind the same VS program, but with
different streamout info...which isn't in the key...but is in the
cache...so we don't rebuild it...
src/gallium/drivers/iris/iris_program.c
src/gallium/drivers/iris/iris_state.c