Re: [Mesa-dev] [PATCH 03/11] compiler: Move blob up a level

2017-10-12 Thread Jason Ekstrand
On Thu, Oct 12, 2017 at 3:27 PM, Jordan Justen wrote: > Didn't you have the same patch written by Connor in your nir-serialize > series? :) > Yes. but I didn't figure "move some files" was worth cherry-picking. Besides, mine now has meson fixes. :P --Jason > -Jordan > > On 2017-10-11 13:38:43

Re: [Mesa-dev] [PATCH 03/11] compiler: Move blob up a level

2017-10-12 Thread Jason Ekstrand
On Wed, Oct 11, 2017 at 11:21 PM, Nicolai Hähnle wrote: > On 11.10.2017 22:38, Jason Ekstrand wrote: > >> We're going to want to use the blob for Vulkan pipeline caching so it >> makes sense to have it in libcompiler not libglsl. >> --- >> src/compiler/Makefile.sources| 4 ++-- >>

Re: [Mesa-dev] [PATCH 03/11] compiler: Move blob up a level

2017-10-12 Thread Jordan Justen
Didn't you have the same patch written by Connor in your nir-serialize series? :) -Jordan On 2017-10-11 13:38:43, Jason Ekstrand wrote: > We're going to want to use the blob for Vulkan pipeline caching so it > makes sense to have it in libcompiler not libglsl. > --- > src/compiler/Makefile.sourc

Re: [Mesa-dev] [PATCH 03/11] compiler: Move blob up a level

2017-10-11 Thread Nicolai Hähnle
On 11.10.2017 22:38, Jason Ekstrand wrote: We're going to want to use the blob for Vulkan pipeline caching so it makes sense to have it in libcompiler not libglsl. --- src/compiler/Makefile.sources| 4 ++-- src/compiler/{glsl => }/blob.c | 0 src/compiler/{glsl => }/blob

[Mesa-dev] [PATCH 03/11] compiler: Move blob up a level

2017-10-11 Thread Jason Ekstrand
We're going to want to use the blob for Vulkan pipeline caching so it makes sense to have it in libcompiler not libglsl. --- src/compiler/Makefile.sources| 4 ++-- src/compiler/{glsl => }/blob.c | 0 src/compiler/{glsl => }/blob.h | 0 src/mesa/state_tracker/st_shad