From: Eric Anholt Date: Wed, 26 Jul 2017 23:00:50 +0000 (-0700) Subject: docs: Fix a typo in the old MESA_program_debug spec. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9ab0d83079b1b84dd860a71303d97ff7f46fe598;p=mesa.git 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 --- diff --git a/docs/specs/OLD/MESA_program_debug.spec b/docs/specs/OLD/MESA_program_debug.spec index 7694fdcc425..13c0024071a 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 parameter of GetPointerv: