OSDN Git Service

glsl: Add a pass to propagate the "invariant" and "precise" qualifiers
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 17 Mar 2016 20:58:40 +0000 (13:58 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 23 Mar 2016 23:28:06 +0000 (16:28 -0700)
commit89b604922d2fb50ca1013473b2003227d61507cd
tree3fddca0b4ba1e0162b7edca506e9fe22df0c3a7f
parent91d6272c2b29faa06f352b55e25526c726a25f82
glsl: Add a pass to propagate the "invariant" and "precise" qualifiers

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/compiler/Makefile.sources
src/compiler/glsl/glsl_parser_extras.cpp
src/compiler/glsl/ir_optimization.h
src/compiler/glsl/propagate_invariance.cpp [new file with mode: 0644]