projects
/
platform
/
upstream
/
glslang.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
b5b0846
f83e2f0
)
Merge pull request #1129 from xorgy/const-fold-int-min-modulo-negative-one
author
John Kessenich
<johnkslang@users.noreply.github.com>
Fri, 27 Oct 2017 07:30:03 +0000
(
01:30
-0600)
committer
GitHub
<noreply@github.com>
Fri, 27 Oct 2017 07:30:03 +0000
(
01:30
-0600)
GLSL: Fold constant SHRT_MIN/INT_MIN/LLONG_MIN % -1 to 0.
Trivial merge