Browse Source

Add the description of the no_rast option fallback so that MGA_DEBUG=fall

doesn't segfault with no_rast.
tags/mesa_20050610
Eric Anholt 20 years ago
parent
commit
c1b87b2a06
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/mesa/drivers/dri/mga/mgatris.c

+ 2
- 1
src/mesa/drivers/dri/mga/mgatris.c View 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)

Loading…
Cancel
Save