iris: Move iris_uncompiled_shader definition to iris_context.h
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 21 May 2019 06:20:45 +0000 (23:20 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 21 May 2019 22:05:38 +0000 (15:05 -0700)
commit6ae2caf20103d7a09d3e2f38537c997eb171311d
tree535583bc3220a76afe922cb2b922485510908602
parent419d9b21e14d67776ec3a47df110dcbb6566dc03
iris: Move iris_uncompiled_shader definition to iris_context.h

It had been internal to iris_program.c, but with the upcoming disk cache
code, the "program module" is going to be spread across a couple source
files.  Into a header it goes!

Now it lives alongside iris_compiled_shader, which makes sense.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/gallium/drivers/iris/iris_context.h
src/gallium/drivers/iris/iris_program.c