Re: [Mesa-dev] [PATCH] gallium/cso: only enable compute shaders when TGSI is supported

2016-02-18 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Feb 18, 2016 at 12:18 AM, Samuel Pitoiset wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94186 > Signed-off-by: Samuel Pitoiset > --- > src/gallium/auxiliary/cso_cache/cso_context.c | 7 ++- > 1 file changed, 6 insertions(+), 1 delet

[Mesa-dev] [PATCH] gallium/cso: only enable compute shaders when TGSI is supported

2016-02-17 Thread Samuel Pitoiset
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94186 Signed-off-by: Samuel Pitoiset --- src/gallium/auxiliary/cso_cache/cso_context.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/