Re: [Mesa-dev] [PATCH 07/10] radeonsi: clarify shader constant load functions

2014-10-17 Thread Michel Dänzer
On 17.10.2014 00:34, Marek Olšák wrote: From: Marek Olšák I'll need indexed loads without the meta data flag for tessellation later. Also rename load_const to buffer_load_const to distinguish it from indexed const loads. [...] +static LLVMValueRef build_indexed_load(struct si_shader_context

[Mesa-dev] [PATCH 07/10] radeonsi: clarify shader constant load functions

2014-10-16 Thread Marek Olšák
From: Marek Olšák I'll need indexed loads without the meta data flag for tessellation later. Also rename load_const to buffer_load_const to distinguish it from indexed const loads. --- src/gallium/drivers/radeonsi/si_shader.c | 68 +--- 1 file changed, 36 insertions(+