diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2014-01-21 00:26:14 -0500 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-01-27 16:40:43 +0100 |
commit | 3518606c149393a656a653459972ef35aa527c55 (patch) | |
tree | e171d35ceaaa977ec39cbcbd89bd3141b6343587 /docs | |
parent | 59e334194bc245e90550340607e1d082b33e9213 (diff) | |
download | mesa-3518606c149393a656a653459972ef35aa527c55.tar.gz |
docs: sync up nv50/nvc0 status on GL4.x extensions
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index bc18d97052..86aad69629 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -98,7 +98,7 @@ GL 4.0: GLSL 4.0 not started GL_ARB_texture_query_lod DONE (i965) - GL_ARB_draw_buffers_blend DONE (i965, r600, radeonsi, softpipe) + GL_ARB_draw_buffers_blend DONE (i965, nv50, nvc0, r600, radeonsi, softpipe) GL_ARB_draw_indirect DONE (i965) GL_ARB_gpu_shader5 started GL_ARB_gpu_shader_fp64 not started @@ -106,16 +106,16 @@ GL 4.0: GL_ARB_shader_subroutine not started GL_ARB_tessellation_shader not started GL_ARB_texture_buffer_object_rgb32 DONE (i965, r600, radeonsi, softpipe) - GL_ARB_texture_cube_map_array DONE (i965, r600, softpipe) + GL_ARB_texture_cube_map_array DONE (i965, nvc0, r600, softpipe) GL_ARB_texture_gather DONE (i965) - GL_ARB_transform_feedback2 DONE (i965, r600, radeonsi) - GL_ARB_transform_feedback3 DONE (i965, r600, radeonsi) + GL_ARB_transform_feedback2 DONE (i965, nv50, nvc0, r600, radeonsi) + GL_ARB_transform_feedback3 DONE (i965, nv50, nvc0, r600, radeonsi) GL 4.1: GLSL 4.1 not started - GL_ARB_ES2_compatibility DONE (i965, r300, r600, radeonsi) + GL_ARB_ES2_compatibility DONE (i965, nv50, nvc0, r300, r600, radeonsi) GL_ARB_get_program_binary DONE (0 binary formats) GL_ARB_separate_shader_objects some infrastructure done GL_ARB_shader_precision not started @@ -130,12 +130,12 @@ GL 4.2: GL_ARB_compressed_texture_pixel_storage not started GL_ARB_shader_atomic_counters DONE (i965) GL_ARB_texture_storage DONE (all drivers) - GL_ARB_transform_feedback_instanced DONE (i965, r600, radeonsi) + GL_ARB_transform_feedback_instanced DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_base_instance DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_image_load_store in progress (curro) 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_internalformat_query DONE (i965, r300, r600, radeonsi) + GL_ARB_internalformat_query DONE (i965, nv50, nvc0, r300, r600, radeonsi) GL_ARB_map_buffer_alignment DONE (r300, r600, radeonsi) |