commit | 31ad2aa7f12e804d6628fb70d6e945c419cb2c7d | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Thu Feb 26 13:14:27 2015 -0500 |
committer | Nicolas Capens <capn@google.com> | Mon Mar 02 18:46:28 2015 +0000 |
tree | 05810c193e9ce6c5e23d5b423db52daddbc5c013 | |
parent | cc1e996235768650d38d4ad26d50a9c148434ee5 [diff] |
Rename EvqConst to EvqConstExpr In GLSL ES a variable declared const is a compile-time constant, and thus a constant expression. Parameters declared const are read-only but not compile-time constant. Bug 19511934 Change-Id: I6d02062ca62c4185a3384b31a4d3ce8dfcc86b35 Reviewed-on: https://swiftshader-review.googlesource.com/2441 Reviewed-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Nicolas Capens <capn@google.com>