mesa: added _mesa_compute_version() in new version.c file

This commit is contained in:
Brian Paul
2010-01-05 21:23:01 -07:00
parent e16fd07225
commit e0b9e33afb
2 changed files with 137 additions and 0 deletions

View File

@@ -28,6 +28,9 @@
#define VERSION_H
#include "mtypes.h"
/* Mesa version */
#define MESA_MAJOR 7
#define MESA_MINOR 8
@@ -50,4 +53,8 @@
#define OPENGL_VERSION_CODE OPENGL_VERSION(OPENGL_MAJOR, OPENGL_MINOR, OPENGL_PATCH)
extern void
_mesa_compute_version(GLcontext *ctx);
#endif /* VERSION_H */