Malcolm Bechard
|
275d7ae882
|
only declare compatibility gl_ variables in compatibility mode
avoid declaring them in GLSL 1.50+ if core profile is chosen by the
version statement
fixes #2663
|
2021-06-10 21:52:09 -04:00 |
|
John Kessenich
|
9a5689f632
|
GLSL: Inherit memory qualifiers, both declaratively and in execution.
Fixes #1870, probably others.
|
2019-08-22 08:54:22 -06:00 |
|
John Kessenich
|
08d61df040
|
Fix #1720: Give an error for parameter mismatched image format.
|
2019-04-19 04:51:07 -06:00 |
|
otakuto
|
d03da06ac1
|
Remove execute permissions
|
2018-08-07 03:16:20 +09:00 |
|
John Kessenich
|
1c3ab274b1
|
Test Results Only: Include size in implicitly sized arrays (change to unsized).
This effects 60 tests, in a trivial way, but is critical to factor out this
noise from future planned changes.
|
2018-03-25 14:05:38 -06:00 |
|
John Kessenich
|
2d9973de0e
|
Tests: specExamples.vert is used twice, it needs two different output names.
|
2018-02-21 18:42:10 -07:00 |
|