Module: Mesa Branch: master Commit: d8e4908b6386faf7b5d5af8608e9f10b59565d1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8e4908b6386faf7b5d5af8608e9f10b59565d1c
Author: Marek Olšák <[email protected]> Date: Fri Feb 5 19:38:40 2016 +0100 mesa/get: fix a breakage after rebase trivial. --- src/mesa/main/get.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 1227218..8453a92 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -1093,6 +1093,7 @@ find_custom_value(struct gl_context *ctx, const struct value_desc *d, union valu break; case GL_SAMPLE_BUFFERS: v->value_int = _mesa_geometric_samples(ctx->DrawBuffer) > 0; + break; /* GL_ATI_meminfo & GL_NVX_gpu_memory_info */ case GL_VBO_FREE_MEMORY_ATI: case GL_TEXTURE_FREE_MEMORY_ATI: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
