Add the description of the no_rast option fallback so that MGA_DEBUG=fall
authorEric Anholt <anholt@FreeBSD.org>
Mon, 30 May 2005 06:11:22 +0000 (06:11 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Mon, 30 May 2005 06:11:22 +0000 (06:11 +0000)
doesn't segfault with no_rast.

src/mesa/drivers/dri/mga/mgatris.c

index 1f142ccb4dd775eb7494c31eb3215e02a4c5742d..2b7ea05b142cbba262508e660c13e4494ed1ea06 100644 (file)
@@ -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)