projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6446986
)
remove duplicate init func
author
Alan Hourihane
<alanh@tungstengraphics.com>
Fri, 9 Nov 2007 09:21:40 +0000
(09:21 +0000)
committer
Alan Hourihane
<alanh@tungstengraphics.com>
Fri, 9 Nov 2007 09:21:40 +0000
(09:21 +0000)
src/mesa/vf/vf_sse.c
patch
|
blob
|
history
diff --git
a/src/mesa/vf/vf_sse.c
b/src/mesa/vf/vf_sse.c
index a5d143461bf23d715f2fb87db8f88f72aec1b774..3ce76e2b042b1874b5c03bee73a5c251418d528c 100644
(file)
--- a/
src/mesa/vf/vf_sse.c
+++ b/
src/mesa/vf/vf_sse.c
@@
-345,8
+345,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);