[Mesa-dev] [PATCH 11/20] radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op

2016-03-15 Thread Nicolai Hähnle
From: Nicolai Hähnle --- src/gallium/drivers/radeonsi/si_shader.c | 141 +++ 1 file changed, 141 insertions(+) diff --git a/src/gallium/drivers/radeonsi/si_shader.c b/src/gallium/drivers/radeonsi/si_shader.c index b655e34..e2ae39e 100644 --- a/src/gallium/drivers/ra

[Mesa-dev] [PATCH 11/20] radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v2)

2016-03-19 Thread Nicolai Hähnle
From: Nicolai Hähnle v2: new signature style for buffer intrinsics --- I want to change the signature for buffer intrinsics while it is still feasible to do so; the only difference with v1 is two lines that are removed in buffer_append_args, but you'll need a new version of LLVM, which I've pushe