Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
| | |||||
* | wrapped a few more C library functions | Brian Paul | 2002-10-25 | 1 | -2/+2 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -7/+2 |
| | | | | | | | | 1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | ||||
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -2/+3 |
| | | | | Instead of mstdio.[ch], use imports.[ch] to isolate these functions. | ||||
* | add check for NULL malloc (from Stanford metacompilation analysis) | Brian Paul | 2001-06-08 | 1 | -1/+4 |
| | |||||
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 1 | -2/+2 |
| | |||||
* | Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues. | Brian Paul | 2001-04-17 | 1 | -1/+4 |
| | |||||
* | return hex string for unknown tokens in _mesa_lookup_enum_by_nr() | Brian Paul | 2001-04-16 | 1 | -2/+11 |
| | |||||
* | added GL_ARB_texture_border_clamp | Brian Paul | 2001-03-26 | 1 | -1/+3 |
| | |||||
* | added GL_ARB_texture_env_dot3 enums | Brian Paul | 2001-03-22 | 1 | -1/+5 |
| | |||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -6/+4 |
| | |||||
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ↵ | Brian Paul | 2001-03-07 | 1 | -2/+2 |
| | | | | of potential problems | ||||
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -3/+3 |
| | |||||
* | Fixes for performance bug on compiled array element paths. | Keith Whitwell | 2001-01-17 | 1 | -18/+4 |
| | |||||
* | Implementation of GL_EXT_texture_env_dot3. | Gareth Hughes | 2001-01-06 | 1 | -20/+24 |
| | |||||
* | added GL_EXT_texture_env_combine (Holger Waechtler) | Brian Paul | 2000-06-27 | 1 | -2/+25 |
| | |||||
* | Implemented support for the HP occlusion test extension (osmesa and X) | Randy Frank | 2000-03-28 | 1 | -1/+4 |
| | |||||
* | added GL_EXT_texture_lod_bias extension (Michael Vance) | Brian Paul | 2000-03-07 | 1 | -1/+4 |
| | |||||
* | GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffix | Brian Paul | 2000-02-05 | 1 | -4/+4 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -10/+8 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -3/+7 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -2/+2 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -2/+3 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+893 |