summaryrefslogtreecommitdiff
path: root/src/mesa/main/enums.c
AgeCommit message (Expand)Author
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-01-25new texture enums (Leif Delgass)Brian Paul
2003-01-21GL_ATI_texture_env_combine3 extensionBrian Paul
2002-10-29updated email addressesBrian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2001-06-08add check for NULL malloc (from Stanford metacompilation analysis)Brian Paul
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul
2001-04-16return hex string for unknown tokens in _mesa_lookup_enum_by_nr()Brian Paul
2001-03-26added GL_ARB_texture_border_clampBrian Paul
2001-03-22added GL_ARB_texture_env_dot3 enumsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-17Fixes for performance bug on compiled array element paths.Keith Whitwell
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes
2000-06-27added GL_EXT_texture_env_combine (Holger Waechtler)Brian Paul
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-07added GL_EXT_texture_lod_bias extension (Michael Vance)Brian Paul
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-08-19Initial revisionjtg