summaryrefslogtreecommitdiff
path: root/src/mesa/main/version.c
AgeCommit message (Collapse)Author
2010-04-22mesa: Compute GL version according to APIKristian Høgsberg
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul
This reverts part of commit 298be2b028263b2c343a707662c6fbfa18293cb2
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