iris: silence const warning
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Sep 2018 18:12:27 +0000 (11:12 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:08 +0000 (10:26 -0800)
commit58a6c99ebe2166f8d5db88830bdfac57540403d4
treea4b86cab468d90a32dfc64b555b24862669a62cd
parent897f8d92327c4ced8476fc5502deb7204a12933f
iris: silence const warning

not sure why this is labeled const, I'm pretty sure we are taking the
reference and owning this, so there's no particular reason we can't
change it.  it certainly seems to be working for non-compute.  and,
freedreno's ir3_shader.c seems to do this as well.  still...gross :/
src/gallium/drivers/iris/iris_program.c