summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2008-12-09 11:42:24 -0800
committerXiang, Haihao <haihao.xiang@intel.com>2008-12-16 14:38:54 +0800
commit3ad00b341e1d90455419b02eed95e57289b012cf (patch)
tree480764e670490b76ece067b7f5090ef9d92311d4
parent369daf6994a127bb3b2ed3f38ffcadc4827359c4 (diff)
tnl: Fix typo that resulted in fallback from SSE for EMIT_3UB_3F_RGB/BGR.
Bug #16520 (cherry picked from commit 6e29a3c8e2dc920b6216a0df6357abd8234f1ec4)
-rw-r--r--src/mesa/tnl/t_vertex_sse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vertex_sse.c b/src/mesa/tnl/t_vertex_sse.c
index 76043bd1b5..d8021a3d2c 100644
--- a/src/mesa/tnl/t_vertex_sse.c
+++ b/src/mesa/tnl/t_vertex_sse.c
@@ -539,8 +539,8 @@ static GLboolean build_vertex_emit( struct x86_program *p )
}
else {
_mesa_printf("Can't emit 3ub\n");
+ return GL_FALSE; /* add this later */
}
- return GL_FALSE; /* add this later */
break;
case EMIT_4UB_4F_RGBA: