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.
---
 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 7694fdcc4254..13c0024071ae 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:
 
-- 
2.14.2

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to