nir: Add a pass for gathering various bits of shader info
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 25 Mar 2016 17:23:25 +0000 (10:23 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 11 Apr 2016 03:43:47 +0000 (20:43 -0700)
commit7d58cfa36680206f7b81d47c6507e0b56b8468c5
tree49fd506918fec56a8d48b57507d4740b6531a209
parent875543e270de67e99ce049ca01b6cde8ac6911e1
nir: Add a pass for gathering various bits of shader info

Reviewed-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/Makefile.sources
src/compiler/nir/Makefile.sources
src/compiler/nir/nir.h
src/compiler/nir/nir_gather_info.c [new file with mode: 0644]