projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0936eeb
)
Add the description of the no_rast option fallback so that MGA_DEBUG=fall
author
Eric Anholt
<anholt@FreeBSD.org>
Mon, 30 May 2005 06:11:22 +0000
(06:11 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/mga/mgatris.c
b/src/mesa/drivers/dri/mga/mgatris.c
index 1f142ccb4dd775eb7494c31eb3215e02a4c5742d..2b7ea05b142cbba262508e660c13e4494ed1ea06 100644
(file)
--- 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)