diff options
author | Emil Velikov <[email protected]> | 2013-04-12 12:41:50 +0100 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-17 08:48:14 -0600 |
commit | cf9bf1d4a6dc3b26e2aa192517611eba3aa5be00 (patch) | |
tree | 558f2af22eee37a07f256fff62dbec45b7bd9d99 /docs/relnotes/5.1 | |
parent | 5fd3b3b0857fc96b5e53a9a8bc3f11ddb3dc0ff7 (diff) |
docs: move specs to a separate folder
Handle legacy/obsolete specs as well
List all specs in extensions.html
Mark 'OLD' extensions as obsolete in extensions.html
Update the spec location in old relnotes
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/relnotes/5.1')
-rw-r--r-- | docs/relnotes/5.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/5.1 b/docs/relnotes/5.1 index aed6e102b09..59b7964a080 100644 --- a/docs/relnotes/5.1 +++ b/docs/relnotes/5.1 @@ -106,7 +106,7 @@ Vertex/Fragment program debugger GL_MESA_program_debug is an experimental extension to support interactive debugging of vertex and fragment programs. See the -docs/MESA_program_debug.spec file for details. +docs/specs/OLD/MESA_program_debug.spec file for details. The bulk of the vertex/fragment program debugger is implemented outside of Mesa. The GL_MESA_program_debug extension just has minimal |