nir: Add a pass to gather info from the shader
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 05:05:36 +0000 (22:05 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 20:02:03 +0000 (13:02 -0700)
commit2d9e899e3576120f1a671c6cc38835b41269e607
tree5e619273db3f407a1a0b67bba75efe12fcc39891
parent6fb4469588ba37ace4794b354c9fd30d18b5c9ff
nir: Add a pass to gather info from the shader

This pass fills out a bunch of the fields in nir_shader_info by inspecting
the shader.
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_gather_info.c [new file with mode: 0644]