summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Only use gcc visibility support with gcc4+.Tom Fogal1-1/+1
2011-08-30gdi: Remove mesa_wgl.hJosé Fonseca1-6/+0
2011-03-19gl.h: reorder some #definesBrian Paul1-2/+2
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick1-2/+1
2010-02-24glapi: Add GL_OES_EGL_imageKristian Høgsberg1-0/+15
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith1-1/+2
2010-01-01mesa: Avoid WIN32_LEAN_AND_MEAN re-definition.José Fonseca1-0/+2
2009-09-15gl: restore some PFNGL typedefsBrian Paul1-0/+15
2009-06-04mesa: remove PFNGL typedefs that are in glext.hBrian Paul1-85/+2
2009-06-04mesa: upgrade glext.h to version 52Brian Paul1-2/+4
2009-02-18mesa: bump gl.h version comment to 7.7 (bug 20170)Brian Paul1-1/+1
2008-07-16mesa: WinCE fixesJonathan White1-1/+1
2008-06-24mesa: WGL is not part of the WinCE API.José Fonseca1-2/+3
2007-07-21Fix a number of MINGW32 issuesZhang1-6/+11
2007-05-19Disable (at least for now) PFNGLFRAMEBUFFERTEXTURELAYEREXTPROC typedef.Brian1-0/+5
2007-05-16Add enums and functions for GL_{MESA,EXT}_texture_array.Ian Romanick1-0/+28
2006-11-16remove obsolete GL_MESA_trace stuffBrian Paul1-31/+0
2006-10-09return void instead of GLvoid for glClearDebugLogMESA(), glGetDebugLogMESA()Brian Paul1-2/+2
2006-08-30remove extension defines/protos that are now in glext.hBrian Paul1-101/+0
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick1-0/+18
2006-08-15s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875)Brian Paul1-1/+1
2006-08-12Fix white-space problem in the prototype for glBlitFramebufferEXT thatIan Romanick1-2/+1
2006-08-03added GL_EXT_texture_sRGBBrian Paul1-0/+43
2006-06-20reorder a few token definitionsBrian Paul1-16/+16
2006-03-31bump version/dateBrian Paul1-2/+2
2006-03-01GL_EXT_framebuffer_blit tokens/functionsBrian Paul1-0/+22
2005-12-08remove stray _ from GL[u]int64_EXTBrian Paul1-2/+2
2005-12-08handle 64-bit types for Windows.Karl Schultz1-0/+3
2005-12-07Updates for GL_EXT_timer_query:Brian Paul1-0/+18
2005-09-28added GL_EXT_packed_depth_stencilBrian Paul1-0/+10
2005-09-02added GL_EXT_timer_query tokenBrian Paul1-0/+9
2005-06-08put full prototype on one line to fix gl_mangle.h generation (Dave Reveman)Brian Paul1-6/+2
2005-05-31remove temporary GL_EXT_framebuffer_object infoBrian Paul1-118/+1
2005-05-11The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers toKarl Schultz1-2/+2
2005-02-08Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson1-0/+3
2005-02-08added GL_EXT_framebuffer_object enums/funcs. Remove when glext.h is updatedBrian Paul1-2/+119
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedIan Romanick1-11/+0
2005-01-20glext.h version 26Brian Paul1-17/+0
2005-01-16added a few OpenGL 2.0 tokens (temporary)Brian Paul1-0/+8
2005-01-12temporary prototypes for OpenGL 2.0Brian Paul1-0/+10
2004-11-29no need to include stddef.h anymoreBrian Paul1-3/+1
2004-11-25minor APIENTRY clean-upsBrian Paul1-6/+14
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul1-2/+2
2004-10-16Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick1-0/+11
2004-09-27version bumpBrian Paul1-1/+1
2004-06-22Alexander Gottwald's patch for cygwinBrian Paul1-0/+3
2004-04-23move #define for GL_DOUBLE, to put enums in right orderBrian Paul1-1/+1
2004-02-05update function mangling and add comment about it to gl.hBrian Paul1-1/+8
2004-01-27Missed this commit as part of the addition ofIan Romanick1-0/+11
2004-01-13remove stuff that's now in glext.hBrian Paul1-204/+2