From ef377c3c007611e57aef176cb66d8b4c18f1a6c3 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 31 May 2005 04:26:13 +0000 Subject: 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. --- src/mesa/drivers/dri/r128/r128_tris.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/r128') 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", }; -- cgit v1.2.3