From cdd90a7502e501b0f25d35a2e9715fbe5d09a211 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Fri, 22 Mar 2019 16:35:48 -0400 Subject: [PATCH] docs: update freedreno status Signed-off-by: Rob Clark --- docs/features.txt | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index ded753b0182..038bbfc45a6 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -63,7 +63,7 @@ GL 3.0, GLSL 1.30 --- all DONE: freedreno, i965, nv50, nvc0, r600, radeonsi, llv glVertexAttribI commands DONE Depth format cube textures DONE () GLX_ARB_create_context (GLX 1.4 is required) DONE - Multisample anti-aliasing DONE (freedreno/a5xx, freedreno (*), llvmpipe (*), softpipe (*), swr (*)) + Multisample anti-aliasing DONE (freedreno/a5xx+, freedreno (*), llvmpipe (*), softpipe (*), swr (*)) (*) freedreno (a2xx-a4xx), llvmpipe, softpipe, and swr have fake Multisample anti-aliasing support @@ -90,7 +90,7 @@ GL 3.2, GLSL 1.50 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, soft GL_ARB_fragment_coord_conventions (Frag shader coord) DONE (freedreno) GL_ARB_provoking_vertex (Provoking vertex) DONE (freedreno) GL_ARB_seamless_cube_map (Seamless cubemaps) DONE (freedreno) - GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx) + GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx+) GL_ARB_depth_clamp (Frag depth clamp) DONE (freedreno) GL_ARB_sync (Fence objects) DONE (freedreno) GLX_ARB_create_context_profile DONE @@ -153,11 +153,11 @@ GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl GL_ARB_texture_compression_bptc DONE (freedreno, i965) GL_ARB_compressed_texture_pixel_storage DONE (all drivers) - GL_ARB_shader_atomic_counters DONE (freedreno/a5xx, i965, softpipe) + GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965, softpipe) GL_ARB_texture_storage DONE (all drivers) GL_ARB_transform_feedback_instanced DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr) GL_ARB_base_instance DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr) - GL_ARB_shader_image_load_store DONE (freedreno/a5xx, i965, softpipe) + GL_ARB_shader_image_load_store DONE (freedreno/a5xx+, i965, softpipe) 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) @@ -170,7 +170,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, virgl GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30) GL_ARB_clear_buffer_object DONE (all drivers) - GL_ARB_compute_shader DONE (freedreno/a5xx, i965, softpipe) + GL_ARB_compute_shader DONE (freedreno/a5xx+, i965, softpipe) GL_ARB_copy_image DONE (i965, nv50, softpipe, llvmpipe) GL_KHR_debug DONE (all drivers) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) @@ -181,8 +181,8 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, virgl GL_ARB_multi_draw_indirect DONE (freedreno, i965, llvmpipe, softpipe, swr) GL_ARB_program_interface_query DONE (all drivers) GL_ARB_robust_buffer_access_behavior DONE (i965) - GL_ARB_shader_image_size DONE (freedreno/a5xx, i965, softpipe) - GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx, i965, softpipe) + GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965, softpipe) + GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, i965, softpipe) GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, llvmpipe, softpipe, swr) GL_ARB_texture_buffer_range DONE (freedreno, nv50, i965, llvmpipe) GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30) @@ -230,7 +230,7 @@ GL 4.6, GLSL 4.60 GL_ARB_indirect_parameters DONE (i965/gen7+, nvc0, radeonsi) GL_ARB_pipeline_statistics_query DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_polygon_offset_clamp DONE (freedreno, i965, nv50, nvc0, r600, radeonsi, llvmpipe, swr, virgl) - GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx, i965/gen7+, nvc0, r600, radeonsi, softpipe, virgl) + GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, radeonsi, softpipe, virgl) GL_ARB_shader_draw_parameters DONE (i965, nvc0, radeonsi) GL_ARB_shader_group_vote DONE (i965, nvc0, radeonsi) GL_ARB_spirv_extensions in progress (Nicolai Hähnle, Ian Romanick) @@ -244,23 +244,23 @@ These are the extensions cherry-picked to make GLES 3.1 GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) - GL_ARB_compute_shader DONE (freedreno/a5xx, i965/gen7+, softpipe) + GL_ARB_compute_shader DONE (freedreno/a5xx+, i965/gen7+, softpipe) GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, llvmpipe, softpipe, swr) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) GL_ARB_framebuffer_no_attachments DONE (freedreno, i965/gen7+, softpipe) GL_ARB_program_interface_query DONE (all drivers) - GL_ARB_shader_atomic_counters DONE (freedreno/a5xx, i965/gen7+, softpipe) - GL_ARB_shader_image_load_store DONE (freedreno/a5xx, i965/gen7+, softpipe) - GL_ARB_shader_image_size DONE (freedreno/a5xx, i965/gen7+, softpipe) - GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx, i965/gen7+, softpipe) + GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965/gen7+, softpipe) + GL_ARB_shader_image_load_store DONE (freedreno/a5xx+, i965/gen7+, softpipe) + GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965/gen7+, softpipe) + GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, i965/gen7+, softpipe) GL_ARB_shading_language_packing DONE (all drivers) GL_ARB_separate_shader_objects DONE (all drivers) GL_ARB_stencil_texturing DONE (freedreno, nv50, llvmpipe, softpipe, swr) - GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx, i965/gen7+, nv50, llvmpipe, softpipe) + GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx+, i965/gen7+, nv50, llvmpipe, softpipe) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) GL_ARB_vertex_attrib_binding DONE (all drivers) GS5 Enhanced textureGather DONE (freedreno, i965/gen7+) - GS5 Packing/bitfield/conversion functions DONE (freedreno/a5xx, i965/gen6+) + GS5 Packing/bitfield/conversion functions DONE (freedreno/a5xx+, i965/gen6+) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) Additional functionality not covered above: @@ -280,8 +280,8 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl GL_OES_draw_buffers_indexed DONE (all drivers that support GL_ARB_draw_buffers_blend) GL_OES_draw_elements_base_vertex DONE (all drivers) GL_OES_geometry_shader DONE (i965/hsw+, nvc0) - GL_OES_gpu_shader5 DONE (all drivers that support GL_ARB_gpu_shader5) - GL_OES_primitive_bounding_box DONE (i965/gen7+, nvc0) + GL_OES_gpu_shader5 DONE (freedreno/a6xx, all drivers that support GL_ARB_gpu_shader5) + GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, i965/gen7+, nvc0) GL_OES_sample_shading DONE (i965, nvc0, r600) GL_OES_sample_variables DONE (i965, nvc0, r600) GL_OES_shader_image_atomic DONE (all drivers that support GL_ARB_shader_image_load_store) -- 2.11.0