Move blob from compiler/ to util/
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 18 Sep 2019 19:32:00 +0000 (14:32 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Thu, 19 Sep 2019 19:56:22 +0000 (19:56 +0000)
commit0c4e89ad5b9cc9a3e2afdab86602f643e69e9412
tree3aac97eec853eaa3e0032e1c6ba1ac0ce2f7aebd
parentfc5a87715ab9a10d32c7d6fb03c28a9129775e93
Move blob from compiler/ to util/

There's nothing whatsoever compiler-specific about it other than that's
currently where it's used.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
18 files changed:
src/compiler/Makefile.sources
src/compiler/blob.c [deleted file]
src/compiler/blob.h [deleted file]
src/compiler/glsl/tests/blob_test.c [deleted file]
src/compiler/glsl/tests/meson.build
src/compiler/glsl_types.h
src/compiler/meson.build
src/compiler/nir/nir_serialize.h
src/gallium/drivers/iris/iris_disk_cache.c
src/intel/vulkan/anv_pipeline_cache.c
src/mesa/drivers/dri/i965/brw_disk_cache.c
src/mesa/main/program_binary.c
src/mesa/state_tracker/st_shader_cache.h
src/util/Makefile.sources
src/util/blob.c [new file with mode: 0644]
src/util/blob.h [new file with mode: 0644]
src/util/blob_test.c [new file with mode: 0644]
src/util/meson.build