compiler: move the glsl_types C wrapper alongside their C++ brethren
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 25 Nov 2015 16:03:26 +0000 (16:03 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 26 Jan 2016 16:08:27 +0000 (16:08 +0000)
commitf694da80c75cb2a51d0af3b24d68aae9c53d61aa
treec7a4fb40447b9118dc2f802840ffe8e425b4824b
parent24f984f64ae58c274f79eaf9148aea37df67131c
compiler: move the glsl_types C wrapper alongside their C++ brethren

At a later stage we might want to split out the NIR specific [XXX:
which one was it], as to make things move obvious and rename the files
appropriately. This patch aims to split it out of nir.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
src/compiler/Makefile.sources
src/compiler/nir_types.cpp [new file with mode: 0644]
src/compiler/nir_types.h [new file with mode: 0644]
src/glsl/Makefile.sources
src/glsl/nir/nir.h
src/glsl/nir/nir_lower_var_copies.c
src/glsl/nir/nir_types.cpp [deleted file]
src/glsl/nir/nir_types.h [deleted file]