| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES | Brian Paul | 2009-04-14 | 1 | -0/+5 |
* | mesa: use quotes for #include | Brian Paul | 2009-02-24 | 1 | -1/+1 |
* | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -251/+14 |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2009-01-14 | 1 | -1/+2 |
|\ |
|
| * | Big endian fixes. | Matthieu Herrb | 2009-01-11 | 1 | -1/+2 |
| * | mesa: texture crop rect state | Brian Paul | 2008-09-21 | 1 | -0/+4 |
| * | mesa: point size arrays | Brian Paul | 2008-09-21 | 1 | -0/+10 |
| * | mesa: ASSERT macro is already defined by WinCE headers. | José Fonseca | 2008-09-21 | 1 | -0/+2 |
| * | mesa: initial support for fixed-pt vertex arrays | Brian Paul | 2008-09-21 | 1 | -0/+5 |
* | | Merge branch 'master' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 1 | -9/+0 |
|\| |
|
| * | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 1 | -9/+0 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -14/+46 |
|\ \
| |/
|/| |
|
| * | mesa: texture crop rect state | Brian Paul | 2008-08-12 | 1 | -0/+4 |
| * | mesa: point size arrays | Brian Paul | 2008-06-25 | 1 | -0/+10 |
| * | mesa: Use standard integer types. | José Fonseca | 2008-06-24 | 1 | -9/+26 |
| * | mesa: ASSERT macro is already defined by WinCE headers. | José Fonseca | 2008-06-24 | 1 | -0/+2 |
| * | mesa: initial support for fixed-pt vertex arrays | Brian Paul | 2008-06-20 | 1 | -0/+5 |
* | | mesa: check for __INTERIX to typedef uintptr_t | Blair Sadewitz | 2008-07-15 | 1 | -0/+6 |
* | | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | 2008-06-21 | 1 | -5/+40 |
* | | glcore: build from mesa | George Sapountzis | 2008-04-23 | 1 | -5/+0 |
* | | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) | Brian | 2008-03-09 | 1 | -1/+1 |
* | | fixes for bluegene-xlc-osmesa config | Brian | 2007-09-20 | 1 | -1/+1 |
|/ |
|
* | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -1/+1 |
* | a variety of fixes for MingW | zhang | 2007-06-28 | 1 | -0/+3 |
* | Drop mesa wrappers for XFree86. | George Sapountzis | 2006-12-21 | 1 | -8/+4 |
* | updated tests for defining __FUNCTION__ (Dan Schikore) | Brian Paul | 2006-04-13 | 1 | -3/+6 |
* | Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by the | Eric Anholt | 2006-02-15 | 1 | -0/+3 |
* | Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage. | Eric Anholt | 2006-02-11 | 1 | -1/+1 |
* | don't need LONGLONG typedefs | Brian Paul | 2005-12-08 | 1 | -7/+0 |
* | add 64-bit typedefs for portability | Karl Schultz | 2005-12-08 | 1 | -0/+7 |
* | include stdint.h for BSD | Brian Paul | 2005-11-27 | 1 | -10/+9 |
* | fix MinGW problems (bug 4956) | Brian Paul | 2005-11-04 | 1 | -1/+1 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 1 | -41/+0 |
* | strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the | Adam Jackson | 2005-07-16 | 1 | -5/+0 |
* | Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it. | Karl Schultz | 2005-07-01 | 1 | -1/+2 |
* | Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're not | Brian Paul | 2005-06-19 | 1 | -0/+11 |
* | mingw changes (Nolan Leake) | Brian Paul | 2005-06-13 | 1 | -0/+3 |
* | Cleanup some Windows junk. | Karl Schultz | 2005-05-24 | 1 | -12/+16 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -1/+8 |
* | removed GL_EXT_framebuffer_object tokens | Brian Paul | 2005-02-08 | 1 | -52/+0 |
* | additional work on GL_EXT_framebuffer_object | Brian Paul | 2005-02-07 | 1 | -0/+52 |
* | remove a bunch of temporary #defines, now that glext.h was updated | Brian Paul | 2005-01-26 | 1 | -46/+1 |
* | Fix up glx/x11 to work when built with -fvisibility=hidden. | Adam Jackson | 2004-12-15 | 1 | -0/+5 |
* | disable junk for mingw | Daniel Borca | 2004-12-06 | 1 | -0/+2 |
* | remove the GLAPI/GLAPIENTRY defines - they're already in gl.h | Brian Paul | 2004-11-27 | 1 | -12/+0 |
* | Removed GLCALLBACK stuff - apparently never used anywhere. | Brian Paul | 2004-11-27 | 1 | -14/+0 |
* | Started some assorted clean-ups in #defines, typedefs, etc. | Brian Paul | 2004-11-25 | 1 | -42/+30 |
* | Remove need for defining _MSC_VER when building Mesa for windows with | Brian Paul | 2004-11-08 | 1 | -2/+2 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -4/+8 |
* | Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*(). | Brian Paul | 2004-09-13 | 1 | -13/+9 |