gallium/cso: add support for compute shaders
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Mon, 4 Jan 2016 22:56:08 +0000 (23:56 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sat, 13 Feb 2016 14:51:17 +0000 (15:51 +0100)
commit61ed09c7ea41e559219c772f18ea00942d54d30a
tree07df9f3e5af493e3f641c9a4d96a3bc1c1984121
parentffd9c7fd74622b3c4271ea31df9e09b4180d4a5a
gallium/cso: add support for compute shaders

Changes from v2:
 - removed cso_{save,restore}_compute_shader() functions and the
   compute_shader_saved variable because disabling compute shaders for
   meta ops is not currently needed

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/cso_cache/cso_context.c
src/gallium/auxiliary/cso_cache/cso_context.h