diff options
author | Ilia Mirkin <[email protected]> | 2015-11-23 12:31:59 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-11-23 12:32:54 -0500 |
commit | e4c1221d367405debdb010b249c633355a3eafe9 (patch) | |
tree | be182f22899f81e871d316e1361db6a2fedb766e /docs | |
parent | 33dc9aac07537378e88ec85d8900ff280a81ffca (diff) |
docs: add missed freedreno features to relnotes
Signed-off-by: Ilia Mirkin <[email protected]>
Cc: "11.1" <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.1.0.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 3c1150a6d2b..77df804d901 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -51,14 +51,19 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_arrays_of_arrays on i965</li> <li>GL_ARB_blend_func_extended on freedreno (a3xx)</li> <li>GL_ARB_clear_texture on nv50, nvc0</li> +<li>GL_ARB_clip_control on freedreno/a4xx</li> <li>GL_ARB_copy_image on nv50, nvc0, radeonsi</li> +<li>GL_ARB_depth_clamp on freedreno/a4xx</li> <li>GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips</li> <li>GL_ARB_gpu_shader5 on r600 for Evergreen and later chips</li> +<li>GL_ARB_seamless_cubemap_per_texture on freedreno/a4xx</li> <li>GL_ARB_shader_clock on i965 (gen7+)</li> <li>GL_ARB_shader_stencil_export on i965 (gen9+)</li> <li>GL_ARB_shader_storage_buffer_object on i965</li> <li>GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi</li> <li>GL_ARB_texture_barrier / GL_NV_texture_barrier on i965</li> +<li>GL_ARB_texture_buffer_range on freedreno/a3xx</li> +<li>GL_ARB_texture_compression_bptc on freedreno/a4xx</li> <li>GL_ARB_texture_query_lod on softpipe</li> <li>GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)</li> <li>GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx, a4xx)</li> |