summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-05-31 04:26:13 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-05-31 04:26:13 +0000
commitef377c3c007611e57aef176cb66d8b4c18f1a6c3 (patch)
tree0e723fc4d78f158adbc768a22fa06bd3ea7a33e2 /src/mesa/drivers/dri/r128
parentb79c47e90ce421426e4608c85461148f3962f9a0 (diff)
Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and
remove those descriptions and the corresponding bits on r200, where they're no longer used.
Diffstat (limited to 'src/mesa/drivers/dri/r128')
-rw-r--r--src/mesa/drivers/dri/r128/r128_tris.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r128/r128_tris.c b/src/mesa/drivers/dri/r128/r128_tris.c
index 8c2047baa4..4a1015b9e4 100644
--- a/src/mesa/drivers/dri/r128/r128_tris.c
+++ b/src/mesa/drivers/dri/r128/r128_tris.c
@@ -673,8 +673,8 @@ static const char * const fallbackStrings[] = {
"glRenderMode(selection or feedback)",
"glLogicOp (mode != GL_COPY)",
"GL_SEPARATE_SPECULAR_COLOR",
- "glBlendEquation",
- "glBlendFunc(mode != ADD)",
+ "glBlendEquation(mode != ADD)",
+ "glBlendFunc",
"Projective texture",
"Rasterization disable",
};