summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/version.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: initial EXT_texture_snorm supportMarek Olšák2011-03-291-0/+1
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-0/+2
* mesa: Clean up header file inclusion in version.c.Vinson Lee2011-01-061-1/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick2010-10-011-1/+1
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-211-1/+1
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+5
* mesa: initial support for new GL 3.0 texture formatsBrian Paul2010-07-071-1/+2
* mesa: extension flags and version testing for GL 3.x featuresBrian Paul2010-07-011-1/+64
* mesa: Compute GL version according to APIKristian Høgsberg2010-04-221-21/+107
* mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul2010-02-191-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* mesa: added _mesa_compute_version() in new version.c fileBrian Paul2010-01-051-0/+130