compiler: Move blob up a level
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 11 Oct 2017 16:54:55 +0000 (09:54 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 13 Oct 2017 04:47:06 +0000 (21:47 -0700)
commit0e3bd56c6ea783dbc93fce71cec98ab859782a81
treedfa876c14ea1262aa61ba88b166351f2660fa71c
parent8f42a43d08d761101dfcb07e204282464edd5fbe
compiler: Move blob up a level

We're going to want to use the blob for Vulkan pipeline caching so it
makes sense to have it in libcompiler not libglsl.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/Makefile.sources
src/compiler/blob.c [new file with mode: 0644]
src/compiler/blob.h [new file with mode: 0644]
src/compiler/glsl/blob.c [deleted file]
src/compiler/glsl/blob.h [deleted file]
src/compiler/glsl/meson.build
src/compiler/meson.build
src/mesa/state_tracker/st_shader_cache.h