From: Eric Anholt Date: Mon, 30 May 2005 06:11:22 +0000 (+0000) Subject: Add the description of the no_rast option fallback so that MGA_DEBUG=fall X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1b87b2a063034a0584d20ac21d5349f1e85d58a;p=mesa.git Add the description of the no_rast option fallback so that MGA_DEBUG=fall doesn't segfault with no_rast. --- diff --git a/src/mesa/drivers/dri/mga/mgatris.c b/src/mesa/drivers/dri/mga/mgatris.c index 1f142ccb4dd..2b7ea05b142 100644 --- a/src/mesa/drivers/dri/mga/mgatris.c +++ b/src/mesa/drivers/dri/mga/mgatris.c @@ -839,7 +839,8 @@ static const char * const fallbackStrings[] = { "glRenderMode(selection or feedback)", "No hardware stencil", "glDepthFunc( GL_NEVER )", - "Mixing GL_CLAMP_TO_EDGE and GL_CLAMP" + "Mixing GL_CLAMP_TO_EDGE and GL_CLAMP", + "rasterization fallback option" }; static const char *getFallbackString(GLuint bit)