OSDN Git Service

HACK: glsl: disable error on non-constant array indexing
authorRob Herring <robh@kernel.org>
Fri, 8 Jan 2016 15:25:37 +0000 (09:25 -0600)
committerMauro Rossi <issor.oruam@gmail.com>
Mon, 20 Mar 2017 23:15:04 +0000 (00:15 +0100)
commitd27c2b5c79339b5af0552fc1eab75fff2cb9b7fa
tree83af4991c2a6dc984acab07fd1dedb4c8c82c1be
parent342f6c8b02ac6f6bdde393855e0637954e417672
HACK: glsl: disable error on non-constant array indexing

DRM HWC has a shader program that hits this error. Work-around it by
ignoring the error.

Signed-off-by: Rob Herring <robh@kernel.org>
src/compiler/glsl/ast_array_index.cpp