OSDN Git Service

glsl: error out if non-constant indexing of SSBO arrays with GLSL ES
authorTapani Pälli <tapani.palli@intel.com>
Thu, 1 Oct 2015 11:54:33 +0000 (14:54 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Fri, 2 Oct 2015 05:37:02 +0000 (08:37 +0300)
commita552b77dccacbbf68af3c527273085224b2b4480
tree8b25e5e842627fed6d43f655af357d61ce5e6368
parentb3f9c5cc0fab6d770d220efd87ba3746c6673875
glsl: error out if non-constant indexing of SSBO arrays with GLSL ES

Fixes a failing subtest in:
ES31-CTS.shader_storage_buffer_object.negative-glsl-compileTime

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/glsl/ast_array_index.cpp