Re: [Mesa-dev] [PATCH 03/17] gallium/cso: add support for compute shaders

2016-01-26 Thread Samuel Pitoiset
On 01/26/2016 11:30 AM, Marek Olšák wrote: Functions cso_save_compute_shader & cso_restore_compute_shader, and the compute_shader_saved variable can be removed. There is no use for them as far as I can see. Yeah, because the next patch ("gallium: disable compute shaders for meta ops") is goi

Re: [Mesa-dev] [PATCH 03/17] gallium/cso: add support for compute shaders

2016-01-26 Thread Marek Olšák
Functions cso_save_compute_shader & cso_restore_compute_shader, and the compute_shader_saved variable can be removed. There is no use for them as far as I can see. Marek On Sun, Jan 24, 2016 at 10:09 PM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > src/gallium/auxiliary/cso_

[Mesa-dev] [PATCH 03/17] gallium/cso: add support for compute shaders

2016-01-24 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/gallium/auxiliary/cso_cache/cso_context.c | 53 +++ src/gallium/auxiliary/cso_cache/cso_context.h | 6 +++ 2 files changed, 59 insertions(+) diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cac