summaryrefslogtreecommitdiffstats
path: root/include/GL
Commit message (Expand)AuthorAgeFilesLines
* Remove '#if 0' block that was accidentally left in.Ian Romanick2005-07-281-6/+0
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-3/+3
* Fix SPARC assembly for 64-bitIan Romanick2005-07-281-1/+10
* No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE.Ian Romanick2005-07-261-23/+4
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-48/+112
* Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick2005-07-241-8/+1
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-73/+4
* updated to version 29Brian Paul2005-06-211-3/+2
* regeneratedBrian Paul2005-06-081-0/+2
* put full prototype on one line to fix gl_mangle.h generation (Dave Reveman)Brian Paul2005-06-081-6/+2
* remove stray lineBrian Paul2005-06-081-1/+0
* regenerate for latest glext.hBrian Paul2005-06-081-0/+19
* remove temporary GL_EXT_framebuffer_object infoBrian Paul2005-05-311-118/+1
* updated to version 28Brian Paul2005-05-311-2/+109
* The "P" suffix on APIENTRY and GLAPIENTRY is to be used for pointers toKarl Schultz2005-05-111-2/+2
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+4
* bring over structs from Xorg glx.h to make Mesa glx.h the one true glx.hDave Airlie2005-02-261-0/+22
* Add GLX_MESA_allocate_memory from Xorg glx.hDave Airlie2005-02-261-0/+15
* add more functionality to miniglx for glitzDave Airlie2005-02-201-59/+78
* fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul2005-02-161-26/+2
* add EnableExtension so r200 enables all its extensions, add mesa memoryDave Airlie2005-02-151-0/+13
* Bug #2477: Make GLU/GLw/glut build properly even with -fvisibility=hidden.Adam Jackson2005-02-082-1/+4
* added GL_EXT_framebuffer_object enums/funcs. Remove when glext.h is updatedBrian Paul2005-02-081-2/+119
* remove a bunch of temporary #defines, now that glext.h was updatedIan Romanick2005-01-261-11/+0
* fix glGetString funninessBrian Paul2005-01-211-1/+1
* glext.h version 26Brian Paul2005-01-203-22/+459
* added a few OpenGL 2.0 tokens (temporary)Brian Paul2005-01-161-0/+8
* temporary prototypes for OpenGL 2.0Brian Paul2005-01-121-0/+10
* added GLX_NV_float_bufferBrian Paul2005-01-041-2/+13
* DirectFB driver (Claudio Ciccani)Brian Paul2005-01-031-0/+89
* VMS updateBrian Paul2004-12-171-3/+3
* added DMesaProc type to prevent gcc 3.4.3 warningsDaniel Borca2004-12-151-3/+4
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-8/+9
* Check for some header defines before redefining functions. Silences warnings.Alan Hourihane2004-12-081-0/+3
* no need to include stddef.h anymoreBrian Paul2004-11-291-3/+1
* Have OSMesaGetProcAddress() return new OSMESAproc typedef.Brian Paul2004-11-271-6/+12
* typedef GLUTproc, return it from glutGetProcAddress()Brian Paul2004-11-271-1/+2
* minor APIENTRY clean-upsBrian Paul2004-11-251-6/+14
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-084-8/+8
* Import sarea.h from Xorg, needed for client GLX code.Adam Jackson2004-10-251-0/+94
* Add support for OES_read_format. As soon as glext.h is updated with theIan Romanick2004-10-161-0/+11
* bump version numbers to their real valuesDaniel Borca2004-10-123-5/+5
* remove unused413 stuff, glDrawBuffersARB uses that slot nowBrian Paul2004-10-021-1/+0
* version bumpBrian Paul2004-09-271-1/+1
* change include of glx_mangle.h to match other headersBrian Paul2004-09-271-3/+3
* Another attempt at fixing name mangling and gl__unused413().Brian Paul2004-09-091-0/+1
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-9/+11
* version 6 from oss.sgi.comBrian Paul2004-07-281-12/+86
* version 24 from oss.sgi.comBrian Paul2004-07-281-4/+55
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-262-7/+10