From: Ian Romanick Date: Wed, 23 Feb 2005 00:47:11 +0000 (+0000) Subject: Corrected the value for X_GLrop_SecondaryColor3svEXT. X-Git-Tag: mesa-7.8~9587 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6614766f3e8f0ff472d328b3c42677117781d1e4;p=platform%2Fupstream%2Fmesa.git Corrected the value for X_GLrop_SecondaryColor3svEXT. --- diff --git a/src/glx/x11/indirect.c b/src/glx/x11/indirect.c index 5b470a7..ea420fc 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 7d88d0d..b4c568b 100644 --- a/src/mesa/glapi/gl_API.xml +++ b/src/mesa/glapi/gl_API.xml @@ -8086,7 +8086,7 @@ glx: - +