diff options
author | Emil Velikov <[email protected]> | 2015-11-25 16:03:26 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-01-26 16:08:27 +0000 |
commit | f694da80c75cb2a51d0af3b24d68aae9c53d61aa (patch) | |
tree | c7a4fb40447b9118dc2f802840ffe8e425b4824b /src/glsl/Makefile.sources | |
parent | 24f984f64ae58c274f79eaf9148aea37df67131c (diff) |
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 <[email protected]>
Acked-by: Matt Turner <[email protected]>
Acked-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/glsl/Makefile.sources')
-rw-r--r-- | src/glsl/Makefile.sources | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/glsl/Makefile.sources b/src/glsl/Makefile.sources index a3df4c4263d..08b40c5cc8f 100644 --- a/src/glsl/Makefile.sources +++ b/src/glsl/Makefile.sources @@ -74,12 +74,10 @@ NIR_FILES = \ nir/nir_split_var_copies.c \ nir/nir_sweep.c \ nir/nir_to_ssa.c \ - nir/nir_types.h \ nir/nir_validate.c \ nir/nir_vla.h \ nir/nir_worklist.c \ - nir/nir_worklist.h \ - nir/nir_types.cpp + nir/nir_worklist.h # libglsl |