summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glheader.h
Commit message (Expand)AuthorAgeFilesLines
* updated tests for defining __FUNCTION__ (Dan Schikore)Brian Paul2006-04-131-3/+6
* Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by theEric Anholt2006-02-151-0/+3
* Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.Eric Anholt2006-02-111-1/+1
* don't need LONGLONG typedefsBrian Paul2005-12-081-7/+0
* add 64-bit typedefs for portabilityKarl Schultz2005-12-081-0/+7
* include stdint.h for BSDBrian Paul2005-11-271-10/+9
* fix MinGW problems (bug 4956)Brian Paul2005-11-041-1/+1
* additional wrapper updates, bug 4468Brian Paul2005-09-191-41/+0
* strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson2005-07-161-5/+0
* Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.Karl Schultz2005-07-011-1/+2
* Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul2005-06-191-0/+11
* mingw changes (Nolan Leake)Brian Paul2005-06-131-0/+3
* Cleanup some Windows junk.Karl Schultz2005-05-241-12/+16
* Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz2005-05-051-1/+8
* removed GL_EXT_framebuffer_object tokensBrian Paul2005-02-081-52/+0
* additional work on GL_EXT_framebuffer_objectBrian Paul2005-02-071-0/+52
* remove a bunch of temporary #defines, now that glext.h was updatedBrian Paul2005-01-261-46/+1
* Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson2004-12-151-0/+5
* disable junk for mingwDaniel Borca2004-12-061-0/+2
* remove the GLAPI/GLAPIENTRY defines - they're already in gl.hBrian Paul2004-11-271-12/+0
* Removed GLCALLBACK stuff - apparently never used anywhere.Brian Paul2004-11-271-14/+0
* Started some assorted clean-ups in #defines, typedefs, etc.Brian Paul2004-11-251-42/+30
* Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul2004-11-081-2/+2
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-4/+8
* Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul2004-09-131-13/+9
* Windows ICD driver code (patch 1014800)Brian Paul2004-08-251-10/+12
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-0/+6
* New glTexImage code.Brian Paul2004-04-221-0/+36
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-0/+8
* tweak the #if test for defining _ASMAPI (fixes IRIX problem)Brian Paul2004-01-281-3/+3
* replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul2003-12-111-1/+1
* Fix definitions for Intel compiler.Eric Anholt2003-12-091-1/+3
* conditionally define GLAPIENTRYP to prevent some warnings in linux-soloBrian Paul2003-12-061-1/+3
* ChangeKarl Schultz2003-12-041-2/+2
* remove __FUNCTION__ hackBrian Paul2003-11-251-11/+0
* More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett2003-10-081-7/+11
* Fixed bugs in Mesa software span rendering for color index modesKendall Bennett2003-10-021-1/+3
* Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett2003-09-301-1/+1
* Updates to fix problems building with the Open Watcom compiler.Kendall Bennett2003-09-121-4/+6
* Updates from Daniel Borca.Brian Paul2003-08-051-2/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-19/+24
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-5/+4
* test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul2002-10-301-3/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-5/+13
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-1/+4
* Moved big/little endian code to glheader.h.Brian Paul2002-06-121-1/+22
* removed temporary GL_ARB_texture_mirrored_repeat enumsBrian Paul2002-03-231-11/+3
* Define finite as _finite for Windows.Karl Schultz2001-12-201-1/+2
* added GL_ARB_texture_mirrored_repeatBrian Paul2001-10-171-1/+9