aboutsummaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorKristian H. Kristensen <hoegsberg@google.com>2020-06-03 12:50:15 -0700
committerMarge Bot <eric+marge@anholt.net>2020-06-04 00:56:20 +0000
commit346bb81f4054b012d2f1992983e5b6cd820b33c3 (patch)
tree23ba9de7267959ecb43161cd24b25d6b4f5f488d /docs/features.txt
parent5fb7cad95c227348d2207ab814d9a819c5f205b0 (diff)
downloadexternal_mesa3d-346bb81f4054b012d2f1992983e5b6cd820b33c3.tar.gz
external_mesa3d-346bb81f4054b012d2f1992983e5b6cd820b33c3.tar.bz2
external_mesa3d-346bb81f4054b012d2f1992983e5b6cd820b33c3.zip
docs/features.txt: Update for freedreno
We've had GL_OES_texture_cube_map_array for a while for a4xx+ and support for geometry and tessellation for a6xx+. Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Rob Clark <robdclark@chromium.org> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5319>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 8e8842ad2e3..314bc574bf5 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -280,7 +280,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl
GL_OES_copy_image DONE (all drivers)
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, r600, softpipe, v3d)
+ GL_OES_geometry_shader DONE (freedreno/a6xx, i965/hsw+, nvc0, r600, softpipe, v3d)
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, r600, softpipe, v3d)
GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600)
@@ -288,10 +288,10 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl
GL_OES_shader_image_atomic DONE (all drivers that support GL_ARB_shader_image_load_store)
GL_OES_shader_io_blocks DONE (All drivers that support GLES 3.1)
GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, i965, nvc0, r600)
- GL_OES_tessellation_shader DONE (all drivers that support GL_ARB_tessellation_shader)
+ GL_OES_tessellation_shader DONE (freedreno/a6xx, all drivers that support GL_ARB_tessellation_shader)
GL_OES_texture_border_clamp DONE (all drivers)
GL_OES_texture_buffer DONE (freedreno, i965, nvc0, r600, softpipe)
- GL_OES_texture_cube_map_array DONE (i965/hsw+, nvc0, r600, softpipe)
+ GL_OES_texture_cube_map_array DONE (freedreno/a4xx+, i965/hsw+, nvc0, r600, softpipe)
GL_OES_texture_stencil8 DONE (all drivers that support GL_ARB_texture_stencil8)
GL_OES_texture_storage_multisample_2d_array DONE (all drivers that support GL_ARB_texture_multisample)