Re: [Mesa-dev] [PATCH 2/6] radeonsi: pass si_context down into si_shader_binary_read

2016-01-01 Thread Nicolai Hähnle
On 31.12.2015 20:14, Marek Olšák wrote: On Thu, Dec 31, 2015 at 3:30 AM, Nicolai Hähnle wrote: From: Nicolai Hähnle This will allow us to send shader debug info via the context's debug callback. Could we please pass struct pipe_debug_callback to

Re: [Mesa-dev] [PATCH 2/6] radeonsi: pass si_context down into si_shader_binary_read

2015-12-31 Thread Marek Olšák
On Thu, Dec 31, 2015 at 3:30 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This will allow us to send shader debug info via the context's debug callback. Could we please pass struct pipe_debug_callback to si_shader_create instead of

[Mesa-dev] [PATCH 2/6] radeonsi: pass si_context down into si_shader_binary_read

2015-12-30 Thread Nicolai Hähnle
From: Nicolai Hähnle This will allow us to send shader debug info via the context's debug callback. --- src/gallium/drivers/radeonsi/si_compute.c | 4 ++-- src/gallium/drivers/radeonsi/si_shader.c| 19 +++