From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Romanick Subject: Re: [PATCH 01/18] Remove glBlendColor and glBlendEquations decls from glext.h Date: Fri, 20 Dec 2013 10:24:19 -0800 Message-ID: <52B48B53.7040101@freedesktop.org> References: <1386984330-26074-1-git-send-email-keithp@keithp.com> <1386984330-26074-2-git-send-email-keithp@keithp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1386984330-26074-2-git-send-email-keithp@keithp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: Keith Packard , mesa-dev@lists.freedesktop.org Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On 12/13/2013 05:25 PM, Keith Packard wrote: > These are duplicates from gl.h; I'm not sure which file they belong in, but > you don't get to have them in both places. If you're doing something that involves defining GL_GLEXT_PROTOTYPES, you're doing it wrong. Also, unless you're sending kernel or libdrm patches, there's no reason to CC dri-devel. :) > Signed-off-by: Keith Packard > --- > include/GL/glext.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/GL/glext.h b/include/GL/glext.h > index 7d6033e..b432d2e 100644 > --- a/include/GL/glext.h > +++ b/include/GL/glext.h > @@ -457,8 +457,6 @@ GLAPI void APIENTRY glWindowPos3i (GLint x, GLint y, GLint z); > GLAPI void APIENTRY glWindowPos3iv (const GLint *v); > GLAPI void APIENTRY glWindowPos3s (GLshort x, GLshort y, GLshort z); > GLAPI void APIENTRY glWindowPos3sv (const GLshort *v); > -GLAPI void APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); > -GLAPI void APIENTRY glBlendEquation (GLenum mode); > #endif > #endif /* GL_VERSION_1_4 */ > >