aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-07-20 13:45:09 +1000
committerMarge Bot <eric+marge@anholt.net>2020-08-17 20:12:40 +0000
commitf9e773b92059f4c13735fa3214d5c505f9e06d66 (patch)
treed7215d996f82963b049a7840436a3caea326e749 /docs/features.txt
parent2e40b2c15503759b7320c79bfe7ae9b9dadfb43f (diff)
downloadexternal_mesa3d-f9e773b92059f4c13735fa3214d5c505f9e06d66.tar.gz
external_mesa3d-f9e773b92059f4c13735fa3214d5c505f9e06d66.tar.bz2
external_mesa3d-f9e773b92059f4c13735fa3214d5c505f9e06d66.zip
llvmpipe: enable GL 4.5
This passes conformance on both the master and 4.6.0 (with patches) branches. I'll be submitting results shortly from the 20.2.x branch this lands in. Cc: "20.2" <mesa-stable@lists.freedesktop.org> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6044>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt30
1 files changed, 15 insertions, 15 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 4ce5b570245..52a081dc3be 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -192,12 +192,12 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, llvmpipe, virgl
GL_ARB_vertex_attrib_binding DONE (all drivers)
-GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi
+GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, llvmpipe
GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers)
- GL_ARB_buffer_storage DONE (freedreno, i965, nv50, llvmpipe, swr, v3d)
- GL_ARB_clear_texture DONE (i965, nv50, llvmpipe, softpipe, swr, virgl)
- GL_ARB_enhanced_layouts DONE (i965, nv50, llvmpipe, softpipe, virgl)
+ GL_ARB_buffer_storage DONE (freedreno, i965, nv50, swr, v3d)
+ GL_ARB_clear_texture DONE (i965, nv50, softpipe, swr, virgl)
+ GL_ARB_enhanced_layouts DONE (i965, nv50, softpipe, virgl)
- compile-time constant expressions DONE
- explicit byte offsets for blocks DONE
- forced alignment within blocks DONE
@@ -205,22 +205,22 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi
- specified transform/feedback layout DONE
- input/output block locations DONE
GL_ARB_multi_bind DONE (all drivers)
- GL_ARB_query_buffer_object DONE (i965/hsw+, llvmpipe, virgl)
- GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, llvmpipe, softpipe, swr, virgl, panfrost)
- GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, llvmpipe, softpipe, swr, virgl, v3d)
- GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, llvmpipe, softpipe, swr, virgl, zink, panfrost)
+ GL_ARB_query_buffer_object DONE (i965/hsw+, virgl)
+ GL_ARB_texture_mirror_clamp_to_edge DONE (i965, nv50, softpipe, swr, virgl, panfrost)
+ GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, softpipe, swr, virgl, v3d)
+ GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, softpipe, swr, virgl, zink, panfrost)
-GL 4.5, GLSL 4.50 -- all DONE: nvc0, r600, radeonsi
+GL 4.5, GLSL 4.50 -- all DONE: nvc0, r600, radeonsi, llvmpipe
GL_ARB_ES3_1_compatibility DONE (i965/hsw+, softpipe, virgl)
- GL_ARB_clip_control DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, virgl)
- GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, virgl)
- GL_ARB_cull_distance DONE (i965, nv50, llvmpipe, softpipe, swr, virgl)
- GL_ARB_derivative_control DONE (i965, nv50, llvmpipe, softpipe, virgl)
+ GL_ARB_clip_control DONE (freedreno, i965, nv50, softpipe, swr, virgl)
+ GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, softpipe, swr, virgl)
+ GL_ARB_cull_distance DONE (i965, nv50, softpipe, swr, virgl)
+ GL_ARB_derivative_control DONE (i965, nv50, softpipe, virgl)
GL_ARB_direct_state_access DONE (all drivers)
GL_ARB_get_texture_sub_image DONE (all drivers)
- GL_ARB_shader_texture_image_samples DONE (i965, nv50, llvmpipe, virgl)
- GL_ARB_texture_barrier DONE (freedreno, i965, nv50, llvmpipe, virgl)
+ GL_ARB_shader_texture_image_samples DONE (i965, nv50, virgl)
+ GL_ARB_texture_barrier DONE (freedreno, i965, nv50, virgl)
GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful)
GL_KHR_robustness DONE (freedreno, i965, virgl)
GL_EXT_shader_integer_mix DONE (all drivers that support GLSL)