projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
947312e
)
s/x86_init_func/x86_init_func_size (fixes bug 15119)
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 19 Mar 2008 14:38:28 +0000
(08:38 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 19 Mar 2008 14:38:28 +0000
(08:38 -0600)
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 922737009af8fb6a3633a2b5474d79d0f895b198..f1c98fe2d1246bbb9547b9389505739234a3b93a 100644
(file)
--- a/
src/mesa/tnl/t_vertex_sse.c
+++ b/
src/mesa/tnl/t_vertex_sse.c
@@
-653,7
+653,7
@@
void _tnl_generate_sse_emit( GLcontext *ctx )
p.identity = x86_make_reg(file_XMM, 6);
p.chan0 = x86_make_reg(file_XMM, 7);
- if (!x86_init_func(&p.func, MAX_SSE_CODE_SIZE)) {
+ if (!x86_init_func
_size
(&p.func, MAX_SSE_CODE_SIZE)) {
vtx->emit = NULL;
return;
}