OSDN Git Service

nir: add a pass to lower system value reads
authorConnor Abbott <connor.abbott@intel.com>
Wed, 30 Jul 2014 19:07:45 +0000 (12:07 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:18:58 +0000 (07:18 -0800)
commit8692c6a023afec2e937811103196f44223236f24
treedbae5326e309455bb0672329bd98c42d5516c0e9
parent8cdcfce5cea1a0dd761bdb82a03433f06c83f36b
nir: add a pass to lower system value reads

v2: Jason Ekstrand <jason.ekstrand@intel.com>:
   whitespace fixes
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_lower_system_values.c [new file with mode: 0644]