diff options
author | Rob Clark <[email protected]> | 2019-04-25 15:48:19 -0700 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-04-25 15:48:19 -0700 |
commit | a6ab27dcabb959d2a793e6217816f04292fcf339 (patch) | |
tree | b8f211ae26448d7c427e324851aaae4403f7dab8 /docs | |
parent | 7a57cfbed695c48915fdb3d7bec37505d3f18e81 (diff) |
docs/features: update GL too
Forgot to update corresponding entries for desktop GL.. kinda wish we
didn't have to update both GLES and GL tables.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features.txt b/docs/features.txt index c63afeacaba..c6aeabad559 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -128,7 +128,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, virgl - Interpolation functions DONE () - New overload resolution rules DONE GL_ARB_gpu_shader_fp64 DONE (i965/gen7+, llvmpipe, softpipe) - GL_ARB_sample_shading DONE (i965/gen6+, nv50) + GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50) GL_ARB_shader_subroutine DONE (freedreno, i965/gen6+, nv50, llvmpipe, softpipe, swr) GL_ARB_tessellation_shader DONE (i965/gen7+) GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, llvmpipe, softpipe, swr) @@ -221,7 +221,7 @@ GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi GL_ARB_shader_texture_image_samples DONE (i965, nv50, r600, virgl) GL_ARB_texture_barrier DONE (freedreno, i965, nv50, r600, virgl) GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) - GL_KHR_robustness DONE (i965) + GL_KHR_robustness DONE (freedreno, i965) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) GL 4.6, GLSL 4.60 @@ -324,7 +324,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_EXT_semaphore_fd DONE (radeonsi) GL_EXT_semaphore_win32 not started GL_EXT_sRGB_write_control DONE (all drivers that support GLES 3.0+) - GL_EXT_texture_norm16 DONE (i965, r600, radeonsi, nvc0) + GL_EXT_texture_norm16 DONE (freedreno, i965, r600, radeonsi, nvc0) GL_EXT_texture_sRGB_R8 Done (all drivers that support GLES 3.0+) GL_KHR_blend_equation_advanced_coherent DONE (i965/gen9+) GL_KHR_texture_compression_astc_hdr DONE (i965/bxt) |