summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glheader.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu2009-11-051-0/+7
* mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul2009-04-141-0/+5
* mesa: use quotes for #includeBrian Paul2009-02-241-1/+1
* mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul2009-02-221-251/+14
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-141-1/+2
|\
| * Big endian fixes.Matthieu Herrb2009-01-111-1/+2
| * mesa: texture crop rect stateBrian Paul2008-09-211-0/+4
| * mesa: point size arraysBrian Paul2008-09-211-0/+10
| * mesa: ASSERT macro is already defined by WinCE headers.José Fonseca2008-09-211-0/+2
| * mesa: initial support for fixed-pt vertex arraysBrian Paul2008-09-211-0/+5
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-211-9/+0
|\ \ | |/
| * mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-9/+0
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-14/+46
|\ \ | |/ |/|
| * mesa: texture crop rect stateBrian Paul2008-08-121-0/+4
| * mesa: point size arraysBrian Paul2008-06-251-0/+10
| * mesa: Use standard integer types.José Fonseca2008-06-241-9/+26
| * mesa: ASSERT macro is already defined by WinCE headers.José Fonseca2008-06-241-0/+2
| * mesa: initial support for fixed-pt vertex arraysBrian Paul2008-06-201-0/+5
* | mesa: check for __INTERIX to typedef uintptr_tBlair Sadewitz2008-07-151-0/+6
* | Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-5/+40
* | glcore: build from mesaGeorge Sapountzis2008-04-231-5/+0
* | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832)Brian2008-03-091-1/+1
* | fixes for bluegene-xlc-osmesa configBrian2007-09-201-1/+1
|/
* Fix a number of MINGW32 issuesZhang2007-07-211-1/+1
* a variety of fixes for MingWzhang2007-06-281-0/+3
* Drop mesa wrappers for XFree86.George Sapountzis2006-12-211-8/+4
* 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