diff options
Diffstat (limited to 'mesalib/docs')
-rw-r--r-- | mesalib/docs/GL3.txt | 30 | ||||
-rw-r--r-- | mesalib/docs/helpwanted.html | 6 | ||||
-rw-r--r-- | mesalib/docs/shading.html | 2 |
3 files changed, 36 insertions, 2 deletions
diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index 7c6874568..ecc5a21a7 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -130,5 +130,35 @@ GL_ARB_internalformat_query not started GL_ARB_map_buffer_alignment not started +GL 4.3: + +GLSL 4.3 not started +ARB_arrays_of_arrays not started +ARB_ES3_compatibility not started +ARB_clear_buffer_object not started +ARB_compute_shader started (gallium) +ARB_copy_image not started +ARB_debug_group not started +ARB_debug_label not started +ARB_debug_output DONE +ARB_debug_output2 not started +ARB_explicit_uniform_location not started +ARB_fragment_layer_viewport not started +ARB_framebuffer_no_attachments not started +ARB_internalformat_query2 not started +ARB_invalidate_subdata not started +ARB_multi_draw_indirect not started +ARB_program_interface_query not started +ARB_robust_buffer_access_behavior not started +ARB_shader_image_size not started +ARB_shader_storage_buffer_object not started +ARB_stencil_texturing not started +ARB_texture_buffer_range not started +ARB_texture_query_levels not started +ARB_texture_storage_multisample not started +ARB_texture_view not started +ARB_vertex_attrib_binding not started + + More info about these features and the work involved can be found at http://dri.freedesktop.org/wiki/MissingFunctionality diff --git a/mesalib/docs/helpwanted.html b/mesalib/docs/helpwanted.html index 6d6058eb5..e452689ac 100644 --- a/mesalib/docs/helpwanted.html +++ b/mesalib/docs/helpwanted.html @@ -37,7 +37,7 @@ deprecated starting in Mesa 8.0.<br> They have to be ported to DRI2 to be accepted in mesa master again. <li> <b>Contribute more tests to -<a href="http://people.freedesktop.org/~nh/piglit/" target="_parent">Piglit</a>.</b> +<a href="http://piglit.freedesktop.org/" target="_parent">Piglit</a>.</b> <li> <b>Automatic testing. </b> @@ -56,8 +56,12 @@ You can find some further To-do lists here: target="_parent"><b>LLVMpipe - todo</b></a></li> <li><a href="http://dri.freedesktop.org/wiki/MissingFunctionality" target="_parent"><b>MissingFunctionality</b></a></li> + <li><a href="http://dri.freedesktop.org/wiki/R600ToDo" + target="_parent"><b>R600ToDo</b></a></li> <li><a href="http://dri.freedesktop.org/wiki/R300ToDo" target="_parent"><b>R300ToDo</b></a></li> + <li><a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/drivers/i915/TODO" + target="_parent"><b>i915g TODO</b></a></li> </ul> <p> diff --git a/mesalib/docs/shading.html b/mesalib/docs/shading.html index a9b7cfc4b..17cf35c22 100644 --- a/mesalib/docs/shading.html +++ b/mesalib/docs/shading.html @@ -243,7 +243,7 @@ regressions. </p> <p> -The <a href="http://people.freedesktop.org/~nh/piglit/" target="_parent">Piglit</a> project +The <a href="http://piglit.freedesktop.org/" target="_parent">Piglit</a> project has many GLSL tests and the <a href="http://glean.sf.net" target="_parent">Glean</a> glsl1 test tests GLSL features. |