diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2016-05-30 15:18:02 -0400 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2016-05-30 15:18:32 -0400 |
commit | 68d135011baaff8f38ba3e0e366c120b327d4c71 (patch) | |
tree | 5bcea03e86dd407fd106b8d866915c95dcf00143 | |
parent | 888cf6eea24e19db2245c916a0b029a34bd8d699 (diff) |
docs: move nvc0 out of individual lines of GL 4.2, 4.3, ES 3.1
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
-rw-r--r-- | docs/GL3.txt | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 6a4ee7fe15..e8d401dfd9 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -146,45 +146,45 @@ GL 4.1, GLSL 4.10 --- all DONE: nvc0, r600, radeonsi GL_ARB_viewport_array DONE (i965, nv50, llvmpipe, softpipe) -GL 4.2, GLSL 4.20 -- all DONE: radeonsi +GL 4.2, GLSL 4.20 -- all DONE: nvc0, radeonsi - GL_ARB_texture_compression_bptc DONE (i965, nvc0, r600) + GL_ARB_texture_compression_bptc DONE (i965, r600) GL_ARB_compressed_texture_pixel_storage DONE (all drivers) - GL_ARB_shader_atomic_counters DONE (i965, nvc0, softpipe) + GL_ARB_shader_atomic_counters DONE (i965, softpipe) GL_ARB_texture_storage DONE (all drivers) - GL_ARB_transform_feedback_instanced DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr) - GL_ARB_base_instance DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr) - GL_ARB_shader_image_load_store DONE (i965, nvc0, softpipe) + GL_ARB_transform_feedback_instanced DONE (i965, nv50, r600, llvmpipe, softpipe, swr) + GL_ARB_base_instance DONE (i965, nv50, r600, llvmpipe, softpipe, swr) + GL_ARB_shader_image_load_store DONE (i965, 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) - GL_ARB_internalformat_query DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr) + GL_ARB_internalformat_query DONE (i965, nv50, r600, llvmpipe, softpipe, swr) GL_ARB_map_buffer_alignment DONE (all drivers) -GL 4.3, GLSL 4.30 -- all DONE: radeonsi +GL 4.3, GLSL 4.30 -- all DONE: nvc0, radeonsi GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30) GL_ARB_clear_buffer_object DONE (all drivers) - GL_ARB_compute_shader DONE (i965, nvc0, softpipe) - GL_ARB_copy_image DONE (i965, nv50, nvc0, r600) + GL_ARB_compute_shader DONE (i965, softpipe) + GL_ARB_copy_image DONE (i965, nv50, r600) GL_KHR_debug DONE (all drivers) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) - GL_ARB_fragment_layer_viewport DONE (i965, nv50, nvc0, r600, llvmpipe) - GL_ARB_framebuffer_no_attachments DONE (i965, nvc0, r600, softpipe) + GL_ARB_fragment_layer_viewport DONE (i965, nv50, r600, llvmpipe) + GL_ARB_framebuffer_no_attachments DONE (i965, r600, softpipe) GL_ARB_internalformat_query2 DONE (all drivers) GL_ARB_invalidate_subdata DONE (all drivers) - GL_ARB_multi_draw_indirect DONE (i965, nvc0, r600, llvmpipe, softpipe, swr) + GL_ARB_multi_draw_indirect DONE (i965, r600, llvmpipe, softpipe, swr) GL_ARB_program_interface_query DONE (all drivers) - GL_ARB_robust_buffer_access_behavior DONE (i965, nvc0) - GL_ARB_shader_image_size DONE (i965, nvc0, softpipe) - GL_ARB_shader_storage_buffer_object DONE (i965, nvc0, softpipe) - GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, llvmpipe, softpipe, swr) - GL_ARB_texture_buffer_range DONE (nv50, nvc0, i965, r600, llvmpipe) + GL_ARB_robust_buffer_access_behavior DONE (i965) + GL_ARB_shader_image_size DONE (i965, softpipe) + GL_ARB_shader_storage_buffer_object DONE (i965, softpipe) + GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, r600, llvmpipe, softpipe, swr) + GL_ARB_texture_buffer_range DONE (nv50, i965, r600, llvmpipe) GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) - GL_ARB_texture_view DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe, swr) + GL_ARB_texture_view DONE (i965, nv50, r600, llvmpipe, softpipe, swr) GL_ARB_vertex_attrib_binding DONE (all drivers) @@ -222,32 +222,32 @@ GL 4.5, GLSL 4.50: GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) These are the extensions cherry-picked to make GLES 3.1 -GLES3.1, GLSL ES 3.1 -- all DONE: radeonsi +GLES3.1, GLSL ES 3.1 -- all DONE: nvc0, radeonsi GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) - GL_ARB_compute_shader DONE (i965, nvc0, softpipe) - GL_ARB_draw_indirect DONE (i965, nvc0, r600, llvmpipe, softpipe, swr) + GL_ARB_compute_shader DONE (i965, softpipe) + GL_ARB_draw_indirect DONE (i965, r600, llvmpipe, softpipe, swr) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) - GL_ARB_framebuffer_no_attachments DONE (i965, nvc0, r600, softpipe) + GL_ARB_framebuffer_no_attachments DONE (i965, r600, softpipe) GL_ARB_program_interface_query DONE (all drivers) - GL_ARB_shader_atomic_counters DONE (i965, nvc0, softpipe) - GL_ARB_shader_image_load_store DONE (i965, nvc0, softpipe) - GL_ARB_shader_image_size DONE (i965, nvc0, softpipe) - GL_ARB_shader_storage_buffer_object DONE (i965, nvc0, softpipe) + GL_ARB_shader_atomic_counters DONE (i965, softpipe) + GL_ARB_shader_image_load_store DONE (i965, softpipe) + GL_ARB_shader_image_size DONE (i965, softpipe) + GL_ARB_shader_storage_buffer_object DONE (i965, softpipe) GL_ARB_shading_language_packing DONE (all drivers) GL_ARB_separate_shader_objects DONE (all drivers) - GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, llvmpipe, softpipe, swr) - GL_ARB_texture_multisample (Multisample textures) DONE (i965, nv50, nvc0, r600, llvmpipe, softpipe) + GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, r600, llvmpipe, softpipe, swr) + GL_ARB_texture_multisample (Multisample textures) DONE (i965, nv50, r600, llvmpipe, softpipe) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) GL_ARB_vertex_attrib_binding DONE (all drivers) - GS5 Enhanced textureGather DONE (i965, nvc0, r600) - GS5 Packing/bitfield/conversion functions DONE (i965, nvc0, r600) + GS5 Enhanced textureGather DONE (i965, r600) + GS5 Packing/bitfield/conversion functions DONE (i965, r600) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) Additional functionality not covered above: glMemoryBarrierByRegion DONE glGetTexLevelParameter[fi]v - needs updates DONE glGetBooleani_v - restrict to GLES enums - gl_HelperInvocation support DONE (i965, nvc0, r600) + gl_HelperInvocation support DONE (i965, r600) GLES3.2, GLSL ES 3.2 GL_EXT_color_buffer_float DONE (all drivers) |