zink/spirv: implement load_front_face
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 22 Jul 2019 11:24:14 +0000 (13:24 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 28 Oct 2019 08:51:48 +0000 (08:51 +0000)
commit1f3d2b9f801dc6cd5c58bba5c6b9d0bbe5e302d2
treec3bf08d25c004800d0cd2497fa187cd734a15dd5
parenta046957a79c78ecdcfe1db844bde28bf9862ccbf
zink/spirv: implement load_front_face

We're now adding interface-types during code-emitting, so we need to
defer emitting the entry-point. No biggie, spirv_builder is prepares for
this.

Acked-by: Jordan Justen <jordan.l.justen@intel.com>
src/gallium/drivers/zink/nir_to_spirv/nir_to_spirv.c
src/gallium/drivers/zink/zink_screen.c