diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-11-17 23:56:42 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-11-18 11:56:00 +0800 |
commit | 28105471afce634df6c35ef14b198fe6e3684c00 (patch) | |
tree | 93e1d33db4233e8165e03524e98fd15a39b49d87 /src/mesa | |
parent | cc5c908d7deab59f3512e1a5762fd058c4ae5940 (diff) |
gallium: Add st_api::name.
It is the name of the rendering API. This field is informative.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_manager.c b/src/mesa/state_tracker/st_manager.c index 183477a3f3..35b59de5a0 100644 --- a/src/mesa/state_tracker/st_manager.c +++ b/src/mesa/state_tracker/st_manager.c @@ -865,6 +865,7 @@ st_manager_add_color_renderbuffer(struct st_context *st, struct gl_framebuffer * } static const struct st_api st_gl_api = { + "Mesa " MESA_VERSION_STRING, ST_API_OPENGL, #if FEATURE_GL ST_PROFILE_DEFAULT_MASK | |