summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfilter.c
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-05-03 14:26:30 +0200
committerJulien Cristau <jcristau@debian.org>2009-05-03 14:26:30 +0200
commit64cb29deca0207d1676bbdc089fb333b4115d38a (patch)
tree0dfe0d1c4ddd01a577e16266079f78c36020329d /src/mesa/swrast/s_texfilter.c
parentd7b9a6c9ef2c825f8c1e94fcbbaa053ae4cf813e (diff)
parent63375254979be322736fd3ea1c692c6ab08e817b (diff)
Merge branch 'mesa_7_4_branch' of git.freedesktop.org:/git/mesa/mesa into debian-unstable
Diffstat (limited to 'src/mesa/swrast/s_texfilter.c')
-rw-r--r--src/mesa/swrast/s_texfilter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_texfilter.c b/src/mesa/swrast/s_texfilter.c
index a095b255ab5..fce0bcf0caf 100644
--- a/src/mesa/swrast/s_texfilter.c
+++ b/src/mesa/swrast/s_texfilter.c
@@ -2061,6 +2061,7 @@ clamp_rect_coord_linear(GLenum wrapMode, GLfloat coord, GLint max,
fcol -= 0.5F;
i0 = IFLOOR(fcol);
i1 = i0 + 1;
+ break;
default:
_mesa_problem(NULL, "bad wrapMode in clamp_rect_coord_linear");
i0 = i1 = 0;