diff options
author | Dave Airlie <[email protected]> | 2019-07-07 16:21:45 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-07-07 16:24:21 +1000 |
commit | 002c8cae442a74a0495c77fa9e37e5f1411ed9a0 (patch) | |
tree | dc0401416086d0d8543e50e96c666acb70753d80 /docs | |
parent | 2f8cbdfc88ce005b96932f585ccae9d7aeb01eb2 (diff) |
docs/features: add shader buffer and atomic support for llvmpipe
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/features.txt b/docs/features.txt index a0952dd4663..2312dac7a24 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -153,7 +153,7 @@ 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, llvmpipe, 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) @@ -182,7 +182,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, virgl 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_storage_buffer_object DONE (freedreno/a5xx+, i965, llvmpipe, softpipe) GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, llvmpipe, softpipe, swr) GL_ARB_texture_buffer_range DONE (freedreno, nv50, i965, softpipe, llvmpipe, swr) 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, virgl) 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, llvmpipe, 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) @@ -249,10 +249,10 @@ GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl 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_atomic_counters DONE (freedreno/a5xx+, i965/gen7+, llvmpipe, 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_storage_buffer_object DONE (freedreno/a5xx+, i965/gen7+, llvmpipe, 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) |