summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_swtcl.c
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/r200/r200_swtcl.c
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/r200/r200_swtcl.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_swtcl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_swtcl.c b/src/mesa/drivers/dri/r200/r200_swtcl.c
index 4dad6c1271..fd1aa783f5 100644
--- a/src/mesa/drivers/dri/r200/r200_swtcl.c
+++ b/src/mesa/drivers/dri/r200/r200_swtcl.c
@@ -647,8 +647,6 @@ static const char * const fallbackStrings[] = {
"glDrawBuffer(GL_FRONT_AND_BACK)",
"glEnable(GL_STENCIL) without hw stencil buffer",
"glRenderMode(selection or feedback)",
- "glBlendEquation",
- "glBlendFunc(mode != ADD)",
"R200_NO_RAST",
"Mixing GL_CLAMP_TO_BORDER and GL_CLAMP (or GL_MIRROR_CLAMP_ATI)"
};