diff options
author | Dave Airlie <[email protected]> | 2018-07-31 05:07:06 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-08-01 14:08:33 +1000 |
commit | e2c62170d5fa165672ef0e5e064978a4b881cb80 (patch) | |
tree | 41a795f3cfc105de5f365b7c9bfc77ba382a75b7 /docs/features.txt | |
parent | 21e33f4a10f3976888ec8e33e52f8c66cc5bfc61 (diff) |
docs/features: update virgl GL 4.3 support
virgl with up to date host renderer now exposes GL 4.3.
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/features.txt b/docs/features.txt index 56178f20efa..8902e60b763 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -165,29 +165,29 @@ GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl GL_ARB_map_buffer_alignment DONE (all drivers) -GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi +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_copy_image DONE (i965, nv50, softpipe, llvmpipe, virgl) + 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) - GL_ARB_fragment_layer_viewport DONE (i965, nv50, llvmpipe, softpipe, virgl) + GL_ARB_fragment_layer_viewport DONE (i965, nv50, llvmpipe, softpipe) GL_ARB_framebuffer_no_attachments DONE (freedreno, i965, softpipe) GL_ARB_internalformat_query2 DONE (all drivers) GL_ARB_invalidate_subdata DONE (all drivers) - GL_ARB_multi_draw_indirect DONE (freedreno, i965, llvmpipe, softpipe, swr, 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, virgl) - GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx, i965, softpipe, virgl) - GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, llvmpipe, softpipe, swr, virgl) - GL_ARB_texture_buffer_range DONE (freedreno, nv50, i965, llvmpipe, virgl) + 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) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) - GL_ARB_texture_view DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, virgl) + GL_ARB_texture_view DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr) GL_ARB_vertex_attrib_binding DONE (all drivers) |