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>
Tue, 1 Nov 2016 19:41:59 +0000 (20:41 +0100)
commit10493d443283f84b63a91be48ed0d913d3a9b7a5
tree0297f3170327f50bcabbb0e150507710cf7f9197
parent7618870ed442a6b1f4fc60888403c0bbbbfa35b5
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