OSDN Git Service

glsl/cs: Prohibit mixing of compute and non-compute shaders.
authorPaul Berry <stereotype441@gmail.com>
Wed, 8 Jan 2014 19:40:23 +0000 (11:40 -0800)
committerPaul Berry <stereotype441@gmail.com>
Wed, 5 Feb 2014 17:05:01 +0000 (09:05 -0800)
commit1fe274b3d7a8e70dc605e6076d29e00add292508
treecf24d9bdfa7913e1d6cf1d6f24525c9fd21dfe70
parent5a79bdab3008a19a770b8b84fdf5582e72db72c9
glsl/cs: Prohibit mixing of compute and non-compute shaders.

Fixes piglit test:
spec/ARB_compute_shader/linker/mix_compute_and_non_compute

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/glsl/linker.cpp