summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
AgeCommit message (Expand)Author
2009-11-05mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu
2009-04-14mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul
2009-02-24mesa: use quotes for #includeBrian Paul
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-11Big endian fixes.Matthieu Herrb
2008-09-21mesa: texture crop rect stateBrian Paul
2008-09-21mesa: point size arraysBrian Paul
2008-09-21mesa: ASSERT macro is already defined by WinCE headers.José Fonseca
2008-09-21mesa: initial support for fixed-pt vertex arraysBrian Paul
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-12mesa: texture crop rect stateBrian Paul
2008-07-15mesa: check for __INTERIX to typedef uintptr_tBlair Sadewitz
2008-06-25mesa: point size arraysBrian Paul
2008-06-24mesa: Use standard integer types.José Fonseca
2008-06-24mesa: ASSERT macro is already defined by WinCE headers.José Fonseca
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith
2008-06-20mesa: initial support for fixed-pt vertex arraysBrian Paul
2008-04-23glcore: build from mesaGeorge Sapountzis
2008-03-09fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)Brian
2007-09-20fixes for bluegene-xlc-osmesa configBrian
2007-07-21Fix a number of MINGW32 issuesZhang
2007-06-28a variety of fixes for MingWzhang
2006-12-21Drop mesa wrappers for XFree86.George Sapountzis
2006-04-13updated tests for defining __FUNCTION__ (Dan Schikore)Brian Paul
2006-02-15Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by theEric Anholt
2006-02-11Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.Eric Anholt
2005-12-08don't need LONGLONG typedefsBrian Paul
2005-12-08add 64-bit typedefs for portabilityKarl Schultz
2005-11-27include stdint.h for BSDBrian Paul
2005-11-04fix MinGW problems (bug 4956)Brian Paul
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-07-16strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson
2005-07-01Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.Karl Schultz
2005-06-19Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul
2005-06-13mingw changes (Nolan Leake)Brian Paul
2005-05-24Cleanup some Windows junk.Karl Schultz
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2005-02-08removed GL_EXT_framebuffer_object tokensBrian Paul
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedBrian Paul
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-12-06disable junk for mingwDaniel Borca
2004-11-27remove the GLAPI/GLAPIENTRY defines - they're already in gl.hBrian Paul
2004-11-27Removed GLCALLBACK stuff - apparently never used anywhere.Brian Paul
2004-11-25Started some assorted clean-ups in #defines, typedefs, etc.Brian Paul
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul