nir: add a simple C wrapper around glsl_types.h
authorConnor Abbott <connor.abbott@intel.com>
Wed, 30 Jul 2014 22:33:32 +0000 (15:33 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:18:57 +0000 (07:18 -0800)
commitb5ca34a211c801c2cf2fa852d7be1d0b2eede842
treee2851a1af69d1c4f7411e1d53c3c87707322747e
parent77e7a00267eeb3942ccf8f8954919774c1bc4e78
nir: add a simple C wrapper around glsl_types.h

v2: Jason Ekstrand <jason.ekstrand@intel.com>:
    whitespace and automake fixes

Reviewed-by: Eric Anholt <eric@anholt.net>
src/glsl/Makefile.am
src/glsl/Makefile.sources
src/glsl/nir/nir_types.cpp [new file with mode: 0644]
src/glsl/nir/nir_types.h [new file with mode: 0644]