summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/version.c
Commit message (Expand)AuthorAgeFilesLines
* 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