aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2020-07-06 13:07:20 +1000
committerDave Airlie <[email protected]>2020-07-06 13:48:55 +1000
commit2550531dd6b24ad62a95c828e05dc8e42e9d0d85 (patch)
tree21acf05bedb3b54160d59d78fa966be91b43130a /docs/relnotes
parent28ebc8a21258c8c98468c5607bf1054cae61c797 (diff)
llvmpipe: enable GL 4.2
mostly just docs patch, features were all complete already Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5724>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/new_features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index a9763ca04f5..f5d4b29a058 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,6 +1,6 @@
GL_ARB_compute_variable_group_size on Iris.
GL_ARB_gpu_shader5 on llvmpipe
-GL 4.1 on llvmpipe
+GL 4.2 on llvmpipe
GL_EXT_shader_group_vote on GLES3.
VK_AMD_texture_gather_bias_lod on RADV.
VK_AMD_gpu_shader_half_float on RADV/ACO.