John Kessenich
|
548c3adecd
|
Front-end: Complete GL_ARB_compute_shader, previous commit was missing new barriers.
This amends the previous commit, which ommitted barriers in version 420 for compute shader.
|
2016-05-30 19:38:39 -06:00 |
|
John Kessenich
|
d94c003fb7
|
Front-end: Complete GL_ARB_compute_shader implementation.
Core compute shaders were working, but the extension wasn't implemented.
|
2016-05-30 19:29:40 -06:00 |
|
John Kessenich
|
0f5e3ad23c
|
Fix issue #313: Catch internal attempts to modify built-in symbols that don't exist.
Also beefed up support for running compute shaders is #version 420, but this
work is only partially done.
|
2016-05-29 18:24:31 -06:00 |
|