Re: [Mesa-dev] [PATCH 5/9] radv: add radv_create_shaders() helper

2017-10-14 Thread Bas Nieuwenhuizen
On Sun, Oct 15, 2017 at 1:36 AM, Timothy Arceri wrote: > From: Bas Nieuwenhuizen > > This is a combined shader creation helper than will help us to > create the shaders for each stage at once. This will allow us to > do some link time optimisations. > > Signed-off-by: Timothy Arceri > --- > src

[Mesa-dev] [PATCH 5/9] radv: add radv_create_shaders() helper

2017-10-14 Thread Timothy Arceri
From: Bas Nieuwenhuizen This is a combined shader creation helper than will help us to create the shaders for each stage at once. This will allow us to do some link time optimisations. Signed-off-by: Timothy Arceri --- src/amd/vulkan/radv_pipeline.c | 130