Mesa (master): docs: Fix a typo in the old MESA_program_debug spec.

Eric Anholt anholt at kemper.freedesktop.org
Tue Oct 10 17:50:55 UTC 2017


Module: Mesa
Branch: master
Commit: 9ab0d83079b1b84dd860a71303d97ff7f46fe598
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ab0d83079b1b84dd860a71303d97ff7f46fe598

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jul 26 16:00:50 2017 -0700

docs: Fix a typo in the old MESA_program_debug spec.

Noticed that we had two 0x8bb4 in the spec while grepping to find an open
slot in the MESA enums set.  gl.xml had the right value.

Acked-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

---

 docs/specs/OLD/MESA_program_debug.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/specs/OLD/MESA_program_debug.spec b/docs/specs/OLD/MESA_program_debug.spec
index 7694fdcc42..13c0024071 100644
--- a/docs/specs/OLD/MESA_program_debug.spec
+++ b/docs/specs/OLD/MESA_program_debug.spec
@@ -133,7 +133,7 @@ New Tokens
     GetFloatv and GetIntegerv:
 
         FRAGMENT_PROGRAM_POSITION_MESA      0x8bb0
-        VERTEX_PROGRAM_POSITION_MESA        0x8bb4
+        VERTEX_PROGRAM_POSITION_MESA        0x8bb5
 
     Accepted by the <pname> parameter of GetPointerv:
 




More information about the mesa-commit mailing list