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