| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Windows ICD driver code (patch 1014800) | Brian Paul | 2004-08-25 | 1 | -10/+12 |
* | First phase of TLS work. At this point SPARC assembly dispatch is | Ian Romanick | 2004-06-29 | 1 | -0/+6 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -0/+36 |
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -0/+8 |
* | tweak the #if test for defining _ASMAPI (fixes IRIX problem) | Brian Paul | 2004-01-28 | 1 | -3/+3 |
* | replace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall) | Brian Paul | 2003-12-11 | 1 | -1/+1 |
* | Fix definitions for Intel compiler. | Eric Anholt | 2003-12-09 | 1 | -1/+3 |
* | conditionally define GLAPIENTRYP to prevent some warnings in linux-solo | Brian Paul | 2003-12-06 | 1 | -1/+3 |
* | Change | Karl Schultz | 2003-12-04 | 1 | -2/+2 |
* | remove __FUNCTION__ hack | Brian Paul | 2003-11-25 | 1 | -11/+0 |
* | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | 2003-10-08 | 1 | -7/+11 |
* | Fixed bugs in Mesa software span rendering for color index modes | Kendall Bennett | 2003-10-02 | 1 | -1/+3 |
* | Updates required for building the SciTech SNAP version of Mesa. This includes: | Kendall Bennett | 2003-09-30 | 1 | -1/+1 |
* | Updates to fix problems building with the Open Watcom compiler. | Kendall Bennett | 2003-09-12 | 1 | -4/+6 |
* | Updates from Daniel Borca. | Brian Paul | 2003-08-05 | 1 | -2/+2 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -19/+24 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -5/+4 |
* | test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ... | Brian Paul | 2002-10-30 | 1 | -3/+3 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -5/+13 |
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -1/+4 |
* | Moved big/little endian code to glheader.h. | Brian Paul | 2002-06-12 | 1 | -1/+22 |
* | removed temporary GL_ARB_texture_mirrored_repeat enums | Brian Paul | 2002-03-23 | 1 | -11/+3 |
* | Define finite as _finite for Windows. | Karl Schultz | 2001-12-20 | 1 | -1/+2 |
* | added GL_ARB_texture_mirrored_repeat | Brian Paul | 2001-10-17 | 1 | -1/+9 |
* | Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma) | Brian Paul | 2001-07-16 | 1 | -1/+9 |
* | Added fi_type union typedef to glheader.h. | Brian Paul | 2001-06-15 | 1 | -1/+11 |
* | New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems with | Brian Paul | 2001-05-14 | 1 | -1/+26 |
* | Removed DD_Z_NEVER. | Brian Paul | 2001-03-29 | 1 | -1/+6 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+3 |
* | minor updates to sync w/ XFree86 changes | Brian Paul | 2001-02-09 | 1 | -17/+10 |
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 1 | -2/+2 |
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -1/+7 |