diff options
author | Matt Turner <[email protected]> | 2017-01-31 15:41:52 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-02-09 15:14:43 +0000 |
commit | d7a0486a9e4e71d98c694872815909b8f8c0d3ac (patch) | |
tree | 29c381b39aae8999c3312dbdf6e08a0d8e88cb94 /docs | |
parent | 89b4176eb15625d915716fae88e74b62fc994b4d (diff) |
glsl: Allow compatibility shaders with MESA_GL_VERSION_OVERRIDE=...
Previously if you used MESA_GL_VERSION_OVERRIDE=3.3COMPAT, Mesa exposed
an OpenGL 3.3 compatibility profile context (with various unimplemented
features and bugs), but still refused to compile shaders with
#version 330 compatibility
This patch simply adds a small bit of plumbing to let that through.
Of course the same caveats apply: compatibility profile is still not
supported (and will not be supported), so there are no guarantees that
anything will work.
Tested-by: Dylan Baker <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions