From 5cc7cc5f171079919dbe26f8e7a4d4eb53d119bb Mon Sep 17 00:00:00 2001 From: Heinrich Fink Date: Tue, 30 Jul 2019 14:59:41 +0200 Subject: [PATCH] headers: remove redundant GL token from GL wrapper Removing GL_FRAMEBUFFER_FLIP_Y_MESA token from glheader.h as it is now provided by glext.h Reviewed-by: Eric Anholt Reviewed-by: Matt Turner --- src/mesa/main/glheader.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index a3294d8..59ca1cb 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -128,10 +128,6 @@ typedef int GLclampx; #define GL_HALF_FLOAT_OES 0x8D61 #endif -#ifndef GL_MESA_framebuffer_flip_y -#define GL_FRAMEBUFFER_FLIP_Y_MESA 0x8BBB -#endif - /* There is no formal spec for the following extension. */ #ifndef GL_ATI_texture_compression_3dc #define GL_ATI_texture_compression_3dc 1 -- 2.7.4