diff options
author | Marek Olšák <[email protected]> | 2015-08-13 23:46:13 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-08-14 15:04:59 +0200 |
commit | a90aa54fde37cbdf162bf909a9e895b764eb41ea (patch) | |
tree | 4ad2fea8af93cb9c2d1484a4e5a31bbf20051e13 | |
parent | 7bfb9ee5ee0551ef2c2056e7fe2e63e35c629e3c (diff) |
docs/relnotes: document amdgpu, GL 4.1 and other new features
-rw-r--r-- | docs/relnotes/11.0.0.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/relnotes/11.0.0.html b/docs/relnotes/11.0.0.html index ae3a2be2d36..75967ac7eec 100644 --- a/docs/relnotes/11.0.0.html +++ b/docs/relnotes/11.0.0.html @@ -44,6 +44,8 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>New hardware support for AMD GCN 1.2 GPUs: Tonga, Iceland, Carrizo, Fiji</li> +<li>OpenGL 4.1 on radeonsi, nvc0</li> <li>GL_AMD_vertex_shader_viewport_index on radeonsi</li> <li>GL_ARB_conditional_render_inverted on r600, radeonsi</li> <li>GL_ARB_derivative_control on radeonsi</li> @@ -53,12 +55,16 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_gpu_shader5 on radeonsi</li> <li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li> <li>GL_ARB_shader_image_load_store on i965</li> +<li>GL_ARB_shader_precision on radeonsi, nvc0</li> <li>GL_ARB_shader_stencil_export on llvmpipe</li> <li>GL_ARB_shader_subroutine on core profile all drivers</li> <li>GL_ARB_tessellation_shader on nvc0, radeonsi</li> <li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li> <li>GL_ARB_viewport_array on radeonsi</li> <li>GL_EXT_depth_bounds_test on radeonsi, nv30, nv50, nvc0</li> +<li>GL_NV_read_depth (GLES) on all drivers</li> +<li>GL_NV_read_depth_stencil (GLES) on all drivers</li> +<li>GL_NV_read_stencil (GLES) on all drivers</li> <li>GL_OES_texture_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> <li>GL_OES_texture_half_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> <li>GL_OES_texture_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> |