projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478b569
)
Fix SSE bug.
author
michal
<michal@michal-laptop.(none)>
Sat, 27 Oct 2007 14:07:09 +0000
(15:07 +0100)
committer
michal
<michal@michal-laptop.(none)>
Sat, 27 Oct 2007 18:04:19 +0000
(19:04 +0100)
src/mesa/pipe/draw/draw_vertex_shader.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_vertex_shader.c
b/src/mesa/pipe/draw/draw_vertex_shader.c
index 263b5a7d9e1686747c00fbb7cf73b41839c2bbcd..9dbb317f2a09f0c6be5ac2c99fdfdfb6052ef577 100644
(file)
--- a/
src/mesa/pipe/draw/draw_vertex_shader.c
+++ b/
src/mesa/pipe/draw/draw_vertex_shader.c
@@
-111,12
+111,11
@@
run_vertex_program(struct draw_context *draw,
machine->Temps );
}
else
-#e
lse
+#e
ndif
{
/* interpreter */
tgsi_exec_machine_run( machine );
}
-#endif
/* store machine results */
for (j = 0; j < count; j++) {