nir: Add a pass for gathering transform feedback info
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 5 Oct 2018 14:13:25 +0000 (09:13 -0500)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 29 Oct 2018 16:09:08 +0000 (17:09 +0100)
commit19064b8c3a8e0f7b9081a0564f1c7c79a1953d0b
tree0360a0cb86329b2aabcb334764119c28c1be3eb0
parente8a5fa054d8d0b97f36eaad614ee6f456b8138b7
nir: Add a pass for gathering transform feedback info

This is different from the GL_ARB_spirv pass because it generates a much
simpler data structure that isn't tied to OpenGL and mtypes.h.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/compiler/Makefile.sources
src/compiler/nir/meson.build
src/compiler/nir/nir_gather_xfb_info.c [new file with mode: 0644]
src/compiler/nir/nir_xfb_info.h [new file with mode: 0644]