summaryrefslogtreecommitdiff
path: root/src/mesa/main/enums.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28glapi regenerateRoland Scheidegger1-3008/+3015
2009-03-12regenerate glapiRoland Scheidegger1-2926/+2950
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul1-2/+1
2009-01-22mesa: regenerated GL API filesBrian Paul1-2778/+2926
2008-11-10mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul1-4/+8
2008-11-10GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul1-4/+4
2008-09-21mesa: Use _mesa_bsearch.José Fonseca1-4/+4
2008-07-02VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick1-2939/+2935
2007-10-30Finish up ATI_separate_stencilBrian1-608/+616
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-2647/+2672
2007-03-06Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick1-2/+2
2007-01-27Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis1-1/+1
2006-11-16use LONGSTRING to silence warningBrian Paul1-1/+1
2006-11-03Added OpenGL 2.1 entrypoints.Brian Paul1-2093/+2158
2006-11-02Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul1-2844/+3028
2006-08-25Add missing enums for GL_SGI_color_table.Ian Romanick1-2559/+2579
2006-07-30Add support for GL_MESA_shader_debug.Michal Krol1-2370/+2379
2006-06-27Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query andIan Romanick1-2150/+2150
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-112/+115
2006-03-01Added glBlitFramebufferEXT function.Brian Paul1-2034/+2045
2005-12-07Updates for GL_EXT_timer_query:Brian Paul1-2081/+2084
2005-09-19additional wrapper updates, bug 4468Brian Paul1-2/+2
2005-08-26/dri/msgAdam Jackson1-1/+1
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick1-1571/+1571
2005-06-20ran "make" after update to glX_proto_send.py.Jeremy Kolb1-1568/+1568
2005-05-26Fix gl_enums.py so that enums that are listed with the same name inIan Romanick1-2501/+2475
2005-03-17Enable the generation of server-side __glGetBooleanv_size and relatedIan Romanick1-2779/+2879
2005-02-26Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick1-3009/+4425
2005-02-23Sort the enums in the Python code, instead of at runtime. (Zack Rusin)Brian Paul1-772/+2235
2005-02-22now generated with Python scriptBrian Paul1-813/+1384
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell1-2/+2
2005-02-07More texture enums (Andreas Stenglein)Keith Whitwell1-10/+37
2005-02-07GL_ARB_texture_rectangle enums (Andreas Stenglein)Keith Whitwell1-0/+6
2004-12-19Implement software ATI_fragment_shaderDave Airlie1-0/+38
2004-11-27Removed GLCALLBACK stuff - apparently never used anywhere.Brian Paul1-5/+7
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-01-25new texture enums (Leif Delgass)Brian Paul1-7/+46
2003-01-21GL_ATI_texture_env_combine3 extensionBrian Paul1-3/+8
2002-10-29updated email addressesBrian Paul1-2/+2
2002-10-25wrapped a few more C library functionsBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-7/+2
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-2/+3
2001-06-08add check for NULL malloc (from Stanford metacompilation analysis)Brian Paul1-1/+4
2001-04-30Lots more eval fixesKeith Whitwell1-2/+2
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul1-1/+4
2001-04-16return hex string for unknown tokens in _mesa_lookup_enum_by_nr()Brian Paul1-2/+11
2001-03-26added GL_ARB_texture_border_clampBrian Paul1-1/+3
2001-03-22added GL_ARB_texture_env_dot3 enumsBrian Paul1-1/+5
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-6/+4
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul1-2/+2