summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
AgeCommit message (Expand)AuthorFilesLines
2007-07-27More Mingw32 fixes from Zhang (zxpmyth@yahoo.com.cn)Brian1-5/+1
2007-07-21Fix a number of MINGW32 issues (Zhang <zxpmyth@yahoo.com.cn>)mesa_7_0_1_rc1Brian1-6/+11
2007-05-18set version to 7.0Brian1-2/+2
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
2003-12-11replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul1-1/+1
2003-12-08reverse Keith's 'XFree86Server' glue.Alan Hourihane1-4/+0
2003-12-08Can't include <stddef.h> when building XFree86 server - defineKeith Whitwell1-0/+4
2003-12-06s/APIENTRY/GLAPIENTRY/ for 1.5 functionsBrian Paul1-12/+12
2003-12-04check if GLAPIENTRYP is already setAlan Hourihane1-0/+3
2003-12-04#define GLAPIENTRYP GLAPIENTRY *Alan Hourihane1-0/+1
2003-11-23include malloc.h to get ptrdiff_t for vertex buffer object's GLintptrBrian Paul1-1/+3
2003-11-22added OpenGL 1.5 tokens and functions not yet put into glext.hBrian Paul1-0/+111
2003-10-16added GL_ARB_point_sprite tokensBrian Paul1-0/+10
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett1-128/+134
2003-09-23new enum values for GL_MESA_program_debugBrian Paul1-10/+9
2003-09-02Added support for EXT_texture_mirror_clamp and the single wrap modeIan Romanick1-0/+12
2003-08-28remove a bunch of the extension definitions from the legacy sectionBrian Paul1-431/+1