diff options
author | Dave Airlie <[email protected]> | 2019-07-20 14:30:14 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-08-27 12:30:25 +1000 |
commit | c501c2cef67795a45a35c90c697450fdb23d3d48 (patch) | |
tree | 6017d645cc02c4f4eeb1563e22b377e0c62c75e1 /docs | |
parent | b7468f78317a12438f219f7556521a6ba20d84c4 (diff) |
docs: add shader image extensions for llvmpipe
v1.1: fix typo in llvmpipe name (ajax)
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/features.txt b/docs/features.txt index 0909d7c8980..1fdb5f3754f 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -157,7 +157,7 @@ GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl 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, llvmpipe, 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) @@ -181,7 +181,7 @@ 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_image_size DONE (freedreno/a5xx+, i965, llvmpipe, 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) @@ -250,8 +250,8 @@ GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl 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+, 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_image_load_store DONE (freedreno/a5xx+, i965/gen7+, llvmpipe, softpipe) + GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965/gen7+, llvmpipe, 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) |