diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/glx/x11/indirect.c | 4 | ||||
-rw-r--r-- | src/mesa/glapi/gl_API.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/glx/x11/indirect.c b/src/glx/x11/indirect.c index 5b470a7e04..ea420fcbe4 100644 --- a/src/glx/x11/indirect.c +++ b/src/glx/x11/indirect.c @@ -5712,7 +5712,7 @@ __indirect_glSecondaryColor3ivEXT(const GLint * v) generic_12_byte( X_GLrop_SecondaryColor3ivEXT, v ); } -#define X_GLrop_SecondaryColor3svEXT 4128 +#define X_GLrop_SecondaryColor3svEXT 4127 void __indirect_glSecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue) { @@ -5726,7 +5726,7 @@ __indirect_glSecondaryColor3sEXT(GLshort red, GLshort green, GLshort blue) if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); } } -#define X_GLrop_SecondaryColor3svEXT 4128 +#define X_GLrop_SecondaryColor3svEXT 4127 void __indirect_glSecondaryColor3svEXT(const GLshort * v) { diff --git a/src/mesa/glapi/gl_API.xml b/src/mesa/glapi/gl_API.xml index 7d88d0d280..b4c568b05e 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -8086,7 +8086,7 @@ glx: <function name="SecondaryColor3svEXT" offset="570"> <param name="v" type="const GLshort *" count="3"/> - <glx rop="4128"/> + <glx rop="4127"/> </function> <function name="SecondaryColor3ubEXT" offset="571" vectorequiv="SecondaryColor3ubvEXT"> |