Module: Mesa
Branch: master
Commit: 5cc7cc5f171079919dbe26f8e7a4d4eb53d119bb
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cc7cc5f171079919dbe26f8e7a4d4eb53d119bb

Author: Heinrich Fink <[email protected]>
Date:   Tue Jul 30 14:59:41 2019 +0200

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 <[email protected]>
Reviewed-by: Matt Turner <[email protected]>

---

 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 a3294d89d18..59ca1cbadfc 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

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to