diff options
author | Nicolai Hähnle <[email protected]> | 2016-03-17 19:53:36 -0500 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-04-12 20:13:49 -0500 |
commit | 10cfd7a6045ffbfd0debf66d2dfd2caeeb559951 (patch) | |
tree | 83af0e8817e077905c096ef316935f93ed49e8bd /docs/GL3.txt | |
parent | 047e3264f67bc54365be7b0e163b6910a9e9de3a (diff) |
radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2
This is the last necessary bit for OpenGL 4.2 support. All driver-specific
functionality has already been implemented as part of extensions.
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 7535dc5f810..39f512272a5 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -146,7 +146,7 @@ GL 4.1, GLSL 4.10 --- all DONE: nvc0, r600, radeonsi GL_ARB_viewport_array DONE (i965, nv50, llvmpipe, softpipe) -GL 4.2, GLSL 4.20: +GL 4.2, GLSL 4.20 -- all DONE: radeonsi GL_ARB_texture_compression_bptc DONE (i965, nvc0, r600, radeonsi) GL_ARB_compressed_texture_pixel_storage DONE (all drivers) |