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/GL3.txt | |
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/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 029fe5f4818..2dff3cd227b 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -154,7 +154,7 @@ GL 4.2, GLSL 4.20 -- all DONE: radeonsi GL_ARB_texture_storage DONE (all drivers) GL_ARB_transform_feedback_instanced DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_base_instance DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) - GL_ARB_shader_image_load_store DONE (i965, radeonsi, softpipe) + GL_ARB_shader_image_load_store DONE (i965, nvc0, radeonsi, softpipe) GL_ARB_conservative_depth DONE (all drivers that support GLSL 1.30) GL_ARB_shading_language_420pack DONE (all drivers that support GLSL 1.30) GL_ARB_shading_language_packing DONE (all drivers) @@ -178,7 +178,7 @@ GL 4.3, GLSL 4.30: GL_ARB_multi_draw_indirect DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_program_interface_query DONE (all drivers) GL_ARB_robust_buffer_access_behavior DONE (i965, nvc0, radeonsi) - GL_ARB_shader_image_size DONE (i965, radeonsi, softpipe) + GL_ARB_shader_image_size DONE (i965, nvc0, radeonsi, softpipe) GL_ARB_shader_storage_buffer_object DONE (i965, nvc0, radeonsi, softpipe) GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_texture_buffer_range DONE (nv50, nvc0, i965, r600, radeonsi, llvmpipe) @@ -230,8 +230,8 @@ GLES3.1, GLSL ES 3.1 GL_ARB_framebuffer_no_attachments DONE (i965, nvc0, r600, radeonsi, softpipe) GL_ARB_program_interface_query DONE (all drivers) GL_ARB_shader_atomic_counters DONE (i965, nvc0, radeonsi, softpipe) - GL_ARB_shader_image_load_store DONE (i965, softpipe, radeonsi) - GL_ARB_shader_image_size DONE (i965, softpipe, radeonsi) + GL_ARB_shader_image_load_store DONE (i965, nvc0, radeonsi, softpipe) + GL_ARB_shader_image_size DONE (i965, nvc0, radeonsi, softpipe) GL_ARB_shader_storage_buffer_object DONE (i965, nvc0, radeonsi, softpipe) GL_ARB_shading_language_packing DONE (all drivers) GL_ARB_separate_shader_objects DONE (all drivers) @@ -268,7 +268,7 @@ GLES3.2, GLSL ES 3.2 GL_OES_shader_multisample_interpolation DONE (i965, nvc0, r600, radeonsi) GL_OES_tessellation_shader not started (based on GL_ARB_tessellation_shader, which is done for some drivers) GL_OES_texture_border_clamp DONE (all drivers) - GL_OES_texture_buffer DONE (i965, radeonsi) + GL_OES_texture_buffer DONE (i965, nvc0, radeonsi) GL_OES_texture_cube_map_array not started (based on GL_ARB_texture_cube_map_array, which is done for all drivers) 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) |