aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt14
-rw-r--r--docs/relnotes/new_features.txt2
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/features.txt b/docs/features.txt
index a9bfafe69bb..284689a0bfc 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -150,19 +150,19 @@ GL 4.1, GLSL 4.10 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg
GL_ARB_viewport_array DONE (i965, nv50, softpipe, swr, zink)
-GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl
+GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl
- GL_ARB_texture_compression_bptc DONE (freedreno, i965, llvmpipe, softpipe, swr, zink)
+ GL_ARB_texture_compression_bptc DONE (freedreno, i965, softpipe, swr, zink)
GL_ARB_compressed_texture_pixel_storage DONE (all drivers)
- GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965, llvmpipe, softpipe, v3d)
+ GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965, softpipe, v3d)
GL_ARB_texture_storage DONE (all drivers)
- GL_ARB_transform_feedback_instanced DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, v3d)
- GL_ARB_base_instance DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, v3d)
- GL_ARB_shader_image_load_store DONE (freedreno/a5xx+, i965, llvmpipe, softpipe, v3d)
+ GL_ARB_transform_feedback_instanced DONE (freedreno, i965, nv50, softpipe, swr, v3d)
+ GL_ARB_base_instance DONE (freedreno, i965, nv50, softpipe, swr, v3d)
+ GL_ARB_shader_image_load_store DONE (freedreno/a5xx+, i965, softpipe, v3d)
GL_ARB_conservative_depth DONE (all drivers that support GLSL 1.30)
GL_ARB_shading_language_420pack DONE (all drivers that support GLSL 1.30)
GL_ARB_shading_language_packing DONE (all drivers)
- GL_ARB_internalformat_query DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, v3d, zink)
+ GL_ARB_internalformat_query DONE (freedreno, i965, nv50, softpipe, swr, v3d, zink)
GL_ARB_map_buffer_alignment DONE (all drivers)
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.