iris: use 0 for TCS passthrough program string ID
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 21 Sep 2018 22:43:49 +0000 (15:43 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:08 +0000 (10:26 -0800)
commit30c370ed4bc502b6163b52b36c6bb1c776ccd1f1
tree22083060a87193e461025bff4c56ae8345e37570
parent54e23442e24e72caa40a463763c21d2c439e8c35
iris: use 0 for TCS passthrough program string ID

the passthrough shader doesn't need a real program string ID - that's
basically used for ARB programs indicating total program source code
changes, or other pre-baked uniform changes, etc...none of which a
passthrough shader has...so we don't need a unique identifier to
distinguish them.  We want to use a consistent value so we find
existing passthrough shaders in the cache.
src/gallium/drivers/iris/iris_program.c