summaryrefslogtreecommitdiff
path: root/src/mesa/main/version.c
AgeCommit message (Expand)Author
2011-01-06mesa: Clean up header file inclusion in version.c.Vinson Lee
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-01mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu
2010-07-07mesa: initial support for new GL 3.0 texture formatsBrian Paul
2010-07-01mesa: extension flags and version testing for GL 3.x featuresBrian Paul
2010-04-22mesa: Compute GL version according to APIKristian Høgsberg
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-01-05mesa: added _mesa_compute_version() in new version.c fileBrian Paul