anv: Compile shader stages in pipeline order.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 24 Feb 2016 23:41:24 +0000 (15:41 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 3 Mar 2016 19:36:19 +0000 (11:36 -0800)
commit623ce595a97cc3ec47be042867e24047162cd371
treed88711e1f3dba4c166620f8a3d88b244f9bdea99
parent8dddc3fb1e55a7cc82c0afe2c880c1ef485d21c1
anv: Compile shader stages in pipeline order.

Instead of the arbitrary order modules might be specified in.

Acked-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/intel/vulkan/anv_pipeline.c