diff options
author | Ilia Mirkin <[email protected]> | 2016-05-23 23:04:06 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-05-23 23:47:11 -0400 |
commit | ccd58015a2a9b067a6ece7a83bf5aa42dbb9acba (patch) | |
tree | 6f92b41f049b2e88eca3b8de3ba3a42262d9bf95 /docs/relnotes/11.3.0.html | |
parent | 856587909c3fa508529a659d789f4517080ee4dc (diff) |
docs: true up nvc0 status - images, etc
Images aren't supported on maxwell, but neither is tessellation. Don't
overly confuse matters by trying to expose those subtleties in the
GL3.txt file/relnotes.
Signed-off-by: Ilia Mirkin <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/relnotes/11.3.0.html')
-rw-r--r-- | docs/relnotes/11.3.0.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index afed0436098..5871ec80a1a 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -44,9 +44,9 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -<li>OpenGL 4.2 on radeonsi</li> +<li>OpenGL 4.2 on nvc0, radeonsi</li> <li>GL_ARB_ES3_1_compatibility on nvc0, radeonsi</li> -<li>GL_ARB_compute_shader on radeonsi, softpipe</li> +<li>GL_ARB_compute_shader on nvc0, radeonsi, softpipe</li> <li>GL_ARB_cull_distance on i965/gen6+, nv50, nvc0, llvmpipe, softpipe</li> <li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe</li> <li>GL_ARB_internalformat_query2 on all drivers</li> @@ -54,15 +54,18 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi</li> <li>GL_ARB_shader_atomic_counters on radeonsi, softpipe</li> <li>GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe</li> -<li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li> -<li>GL_ARB_shader_image_size on radeonsi, softpipe</li> +<li>GL_ARB_shader_image_load_store on nvc0, radeonsi, softpipe</li> +<li>GL_ARB_shader_image_size on nvc0, radeonsi, softpipe</li> <li>GL_ARB_shader_storage_buffer_objects on radeonsi, softpipe</li> <li>GL_ATI_fragment_shader on all Gallium drivers</li> <li>GL_EXT_base_instance on all drivers that support GL_ARB_base_instance</li> <li>GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend</li> +<li>GL_OES_sample_shading on i965, nvc0, r600, radeonsi</li> +<li>GL_OES_sample_variables on i965, nvc0, r600, radeonsi</li> <li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li> +<li>GL_OES_shader_multisample_interpolation on i965, nvc0, r600, radeonsi</li> <li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li> -<li>GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, radeonsi</li> +<li>GL_OES_texture_buffer and GL_EXT_texture_buffer on i965, nvc0, radeonsi</li> <li>EGL_KHR_reusable_sync on all drivers</li> <li>GL_ARB_stencil_texture8 and GL_OES_stencil_texture8 on i965/gen8+</li> </ul> |