From fa031540777020e5c90c0f07a048e14f4c545e26 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 24 May 2023 07:04:29 +0200 Subject: [PATCH] features: Update virgl features Depending on host features we now support OpenGL 4.6 Signed-of-by: Gert Wollny Part-of: --- docs/features.txt | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index ea19cc8e907..ea3992cdbdc 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -192,12 +192,12 @@ GL 4.3, GLSL 4.30 -- all DONE: freedreno/a6xx, i965/gen8+, nvc0, r600, radeonsi, GL_ARB_vertex_attrib_binding DONE (all drivers) -GL 4.4, GLSL 4.40 -- all DONE: freedreno/a6xx, i965/gen8+, nvc0, r600, radeonsi, llvmpipe, zink +GL 4.4, GLSL 4.40 -- all DONE: freedreno/a6xx, i965/gen8+, nvc0, r600, radeonsi, llvmpipe, virgl, zink GL_MAX_VERTEX_ATTRIB_STRIDE DONE (all drivers) GL_ARB_buffer_storage DONE (freedreno, i965, nv50, v3d, vc4, lima, panfrost, asahi, d3d12, softpipe, etnaviv) - GL_ARB_clear_texture DONE (freedreno/a6xx, i965, nv50, softpipe, virgl) - GL_ARB_enhanced_layouts DONE (freedreno/a3xx+, i965, nv50, softpipe, virgl) + GL_ARB_clear_texture DONE (freedreno/a6xx, i965, nv50, softpipe) + GL_ARB_enhanced_layouts DONE (freedreno/a3xx+, i965, nv50, softpipe) - compile-time constant expressions DONE - explicit byte offsets for blocks DONE - forced alignment within blocks DONE @@ -205,38 +205,38 @@ GL 4.4, GLSL 4.40 -- all DONE: freedreno/a6xx, 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 (freedreno/a6xx, i965/hsw+, virgl) - GL_ARB_texture_mirror_clamp_to_edge DONE (freedreno, i965, nv50, softpipe, virgl, v3d, panfrost, asahi) - GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, softpipe, virgl, v3d, panfrost, d3d12, asahi) - GL_ARB_vertex_type_10f_11f_11f_rev DONE (freedreno, i965, nv50, softpipe, virgl, panfrost, d3d12, asahi) + GL_ARB_query_buffer_object DONE (freedreno/a6xx, i965/hsw+) + GL_ARB_texture_mirror_clamp_to_edge DONE (freedreno, i965, nv50, softpipe, v3d, panfrost, asahi) + GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, softpipe, v3d, panfrost, d3d12, asahi) + GL_ARB_vertex_type_10f_11f_11f_rev DONE (freedreno, i965, nv50, softpipe, panfrost, d3d12, asahi) -GL 4.5, GLSL 4.50 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, zink +GL 4.5, GLSL 4.50 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, virgl, zink - GL_ARB_ES3_1_compatibility DONE (freedreno/a6xx, i965/hsw+, softpipe, virgl) - GL_ARB_clip_control DONE (freedreno, i965, nv50, softpipe, virgl, lima, d3d12, panfrost) - GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, softpipe, virgl, panfrost, d3d12, asahi) - GL_ARB_cull_distance DONE (freedreno/a6xx, i965, nv50, softpipe, virgl) - GL_ARB_derivative_control DONE (freedreno/a3xx+, i965, nv50, softpipe, virgl, asahi) + GL_ARB_ES3_1_compatibility DONE (freedreno/a6xx, i965/hsw+, softpipe) + GL_ARB_clip_control DONE (freedreno, i965, nv50, softpipe, lima, d3d12, panfrost) + GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, softpipe, panfrost, d3d12, asahi) + GL_ARB_cull_distance DONE (freedreno/a6xx, i965, nv50, softpipe) + GL_ARB_derivative_control DONE (freedreno/a3xx+, i965, nv50, softpipe, asahi) GL_ARB_direct_state_access DONE (all drivers) GL_ARB_get_texture_sub_image DONE (all drivers) - GL_ARB_shader_texture_image_samples DONE (freedreno/a3xx+, i965, nv50, virgl) - GL_ARB_texture_barrier DONE (freedreno, i965, nv50, vc4, virgl, lima, asahi) + GL_ARB_shader_texture_image_samples DONE (freedreno/a3xx+, i965, nv50) + GL_ARB_texture_barrier DONE (freedreno, i965, nv50, vc4, lima, asahi) GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) - GL_KHR_robustness DONE (freedreno, i965, virgl) + GL_KHR_robustness DONE (freedreno, i965) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) -GL 4.6, GLSL 4.60 -- all DONE: radeonsi, zink +GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink GL_ARB_gl_spirv DONE (freedreno, i965/gen7+, llvmpipe) GL_ARB_indirect_parameters DONE (freedreno/a6xx+, i965/gen7+, nvc0, llvmpipe, virgl, d3d12) - GL_ARB_pipeline_statistics_query DONE (i965, nvc0, r600, llvmpipe, softpipe, virgl) - GL_ARB_polygon_offset_clamp DONE (freedreno, i965, nv50, nvc0, r600, llvmpipe, v3d, virgl, panfrost) - GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, llvmpipe, softpipe, virgl, v3d) + GL_ARB_pipeline_statistics_query DONE (i965, nvc0, r600, llvmpipe, softpipe) + GL_ARB_polygon_offset_clamp DONE (freedreno, i965, nv50, nvc0, r600, llvmpipe, v3d, panfrost) + GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, llvmpipe, softpipe, v3d) GL_ARB_shader_draw_parameters DONE (freedreno/a6xx+, i965, llvmpipe, nvc0, d3d12) GL_ARB_shader_group_vote DONE (freedreno/a6xx, i965, nvc0, llvmpipe) GL_ARB_spirv_extensions DONE (freedreno, i965/gen7+, llvmpipe) - GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, i965, nv50, nvc0, r600, softpipe, llvmpipe, d3d12, virgl, v3d, panfrost/g72+, asahi) - GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+, nvc0, llvmpipe, softpipe, virgl) + GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, i965, nv50, nvc0, r600, softpipe, llvmpipe, d3d12, v3d, panfrost/g72+, asahi) + GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+, nvc0, llvmpipe, softpipe) GL_KHR_no_error DONE (all drivers) These are the extensions cherry-picked to make GLES 3.1