mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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 <eric@anholt.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
e2c88b7cd6
commit
5cc7cc5f17
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue