compiler: introduce a libcompiler static library
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 23 Nov 2015 17:03:04 +0000 (17:03 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 26 Jan 2016 16:07:27 +0000 (16:07 +0000)
commit2f86383091bde24a2a0b90a43c11a13165f8c397
treeaa2605abef88259825c3436570b7cea8c82b5edd
parent41875ac4edd8c884225c44c0840bd20291b410ca
compiler: introduce a libcompiler static library

Currently it's an empty library, although it'll be used to store common
code between GLSL and NIR that is compiler specific (rather than generic
as the one in src/util).

XXX: strictly speaking we could add a python/mako parser to generate the
relevant files instead including builtin_type_macros.h in such a manner.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
configure.ac
src/Makefile.am
src/compiler/Makefile.am [new file with mode: 0644]
src/compiler/Makefile.sources [new file with mode: 0644]
src/compiler/builtin_type_macros.h [moved from src/glsl/nir/builtin_type_macros.h with 100% similarity]
src/glsl/Makefile.sources
src/glsl/builtin_types.cpp
src/glsl/nir/glsl_types.cpp
src/glsl/nir/glsl_types.h