summaryrefslogtreecommitdiff
path: root/src/mesa/main/enums.c
AgeCommit message (Expand)Author
2008-09-21mesa: Use _mesa_bsearch.José Fonseca
2008-07-02VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick
2007-10-30Finish up ATI_separate_stencilBrian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-03-06Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick
2007-01-27Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis
2006-11-16use LONGSTRING to silence warningBrian Paul
2006-11-03Added OpenGL 2.1 entrypoints.Brian Paul
2006-11-02Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul
2006-08-25Add missing enums for GL_SGI_color_table.Ian Romanick
2006-07-30Add support for GL_MESA_shader_debug.Michal Krol
2006-06-27Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query andIan Romanick
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-08-26/dri/msgAdam Jackson
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-06-20ran "make" after update to glX_proto_send.py.Jeremy Kolb
2005-05-26Fix gl_enums.py so that enums that are listed with the same name inIan Romanick
2005-03-17Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick
2005-02-26Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick
2005-02-23Sort the enums in the Python code, instead of at runtime. (Zack Rusin)Brian Paul
2005-02-22now generated with Python scriptBrian Paul
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell
2005-02-07More texture enums (Andreas Stenglein)Keith Whitwell
2005-02-07GL_ARB_texture_rectangle enums (Andreas Stenglein)Keith Whitwell
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-11-27Removed GLCALLBACK stuff - apparently never used anywhere.Brian Paul
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