summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-09fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)Brian1-1/+1
2007-09-20fix for __IBMC__Brian1-1/+1
2007-09-20fixes for bluegene-xlc-osmesa configBrian1-1/+1
2007-07-21Fix a number of MINGW32 issues (Zhang <zxpmyth@yahoo.com.cn>)mesa_7_0_1_rc1Brian1-1/+1
2007-06-28a variety of fixes for MingWzhang1-0/+3
2006-12-21Drop mesa wrappers for XFree86.George Sapountzis1-8/+4
2006-04-13updated tests for defining __FUNCTION__ (Dan Schikore)Brian Paul1-3/+6
2006-02-15Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by theEric Anholt1-0/+3
2006-02-11Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.Eric Anholt1-1/+1
2005-12-08don't need LONGLONG typedefsBrian Paul1-7/+0
2005-12-08add 64-bit typedefs for portabilityKarl Schultz1-0/+7
2005-11-27include stdint.h for BSDBrian Paul1-10/+9
2005-11-04fix MinGW problems (bug 4956)Brian Paul1-1/+1
2005-09-19additional wrapper updates, bug 4468Brian Paul1-41/+0
2005-07-16strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson1-5/+0
2005-07-01Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.Karl Schultz1-1/+2
2005-06-19Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul1-0/+11
2005-06-13mingw changes (Nolan Leake)Brian Paul1-0/+3
2005-05-24Cleanup some Windows junk.Karl Schultz1-12/+16
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz1-1/+8
2005-02-08removed GL_EXT_framebuffer_object tokensBrian Paul1-52/+0
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul1-0/+52
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedBrian Paul1-46/+1
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson1-0/+5
2004-12-06disable junk for mingwDaniel Borca1-0/+2
2004-11-27remove the GLAPI/GLAPIENTRY defines - they're already in gl.hBrian Paul1-12/+0
2004-11-27Removed GLCALLBACK stuff - apparently never used anywhere.Brian Paul1-14/+0
2004-11-25Started some assorted clean-ups in #defines, typedefs, etc.Brian Paul1-42/+30
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul1-2/+2
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-4/+8
2004-09-13Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().Brian Paul1-13/+9
2004-08-25Windows ICD driver code (patch 1014800)Brian Paul1-10/+12
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick1-0/+6
2004-04-22New glTexImage code.Brian Paul1-0/+36
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-0/+8
2004-01-28tweak the #if test for defining _ASMAPI (fixes IRIX problem)Brian Paul1-3/+3
2003-12-11replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)Brian Paul1-1/+1
2003-12-09Fix definitions for Intel compiler.Eric Anholt1-1/+3
2003-12-06conditionally define GLAPIENTRYP to prevent some warnings in linux-soloBrian Paul1-1/+3
2003-12-04ChangeKarl Schultz1-2/+2
2003-11-25remove __FUNCTION__ hackBrian Paul1-11/+0
2003-10-08More SciTech SNAP specific changes to glheader.h. Also modified the macrosKendall Bennett1-7/+11
2003-10-02Fixed bugs in Mesa software span rendering for color index modesKendall Bennett1-1/+3
2003-09-30Updates required for building the SciTech SNAP version of Mesa. This includes:Kendall Bennett1-1/+1
2003-09-12Updates to fix problems building with the Open Watcom compiler.Kendall Bennett1-4/+6
2003-08-05Updates from Daniel Borca.Brian Paul1-2/+2
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-19/+24
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-5/+4
2002-10-30test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul1-3/+3