projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f50a6a
)
remove redundant init
author
Alan Hourihane
<alanh@tungstengraphics.com>
Wed, 19 Mar 2008 00:16:16 +0000
(
00:16
+0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Wed, 19 Mar 2008 00:18:37 +0000
(
00:18
+0000)
src/mesa/tnl/t_vertex_sse.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vertex_sse.c
b/src/mesa/tnl/t_vertex_sse.c
index ad4cc62d5f7d8f586602e6229a193c2bd1297435..5160a8c3aeed653a7b9064cdc6f7ae64d9d83b3d 100644
(file)
--- a/
src/mesa/tnl/t_vertex_sse.c
+++ b/
src/mesa/tnl/t_vertex_sse.c
@@
-348,8
+348,6
@@
static GLboolean build_vertex_emit( struct x86_program *p )
struct x86_reg vp1 = x86_make_reg(file_XMM, 2);
GLubyte *fixup, *label;
- x86_init_func(&p->func);
-
/* Push a few regs?
*/
x86_push(&p->func, countEBP);