diff options
author | Eric Anholt <eric@anholt.net> | 2017-07-26 16:00:50 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-10-10 10:45:22 -0700 |
commit | 9ab0d83079b1b84dd860a71303d97ff7f46fe598 (patch) | |
tree | c22f52fc5ac53a0d342ce1658843e4adc83bd44d /docs/specs | |
parent | a3b2e60aa00218750e76db29ff211d4958f4c752 (diff) |
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@amd.com>
Diffstat (limited to 'docs/specs')
-rw-r--r-- | docs/specs/OLD/MESA_program_debug.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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: |