John Kessenich
|
e00e8f45a6
|
GLSL: replace general missing functionality with specific messages.
|
2017-06-05 16:42:33 -06:00 |
|
John Kessenich
|
7b8c386c5d
|
More non-determinism fixed.
|
2017-05-19 23:44:51 -06:00 |
|
John Kessenich
|
b6cabc4f24
|
Fix C++ portability, non-deterministic order of argument evaluation.
|
2017-05-19 23:29:50 -06:00 |
|
John Kessenich
|
80f92a190a
|
Fix #857: Convert uniform int to local bool for struct alias assignment.
This was done for one direction, but not both directions, so this commit
picks up the other direction.
|
2017-05-19 23:00:13 -06:00 |
|
John Kessenich
|
fb06e9552e
|
Don't print the "Linked stage" message unless the AST is being dumped.
|
2016-12-03 13:59:51 -07:00 |
|
Rex Xu
|
b4fd8d10f0
|
SPV: Continue to fix the issue of bool -> uint32
For short-circuit operator (&& and ||), the conversion is missing.
|
2016-03-03 14:38:51 +08:00 |
|
Rex Xu
|
2725323bba
|
SPV: Fix an issue caused by bool-to-uint32 conversion.
This issue is related with the commit
103bef9d74d768f0690ed53f52681baead384d1e.
|
2016-02-24 12:27:10 +08:00 |
|