projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fda802
)
mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S
author
Dimitry Andric
<dimitry@andric.com>
Mon, 24 Jan 2011 21:36:37 +0000
(14:36 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 24 Jan 2011 21:37:52 +0000
(14:37 -0700)
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33386
NOTE: This is a candidate for the 7.9 and 7.10 branches
Signed-off-by: Brian Paul <brianp@vmware.com>
src/mesa/x86/read_rgba_span_x86.S
patch
|
blob
|
history
diff --git
a/src/mesa/x86/read_rgba_span_x86.S
b/src/mesa/x86/read_rgba_span_x86.S
index 3886a510bbc789743f67988881787c48551dd227..817729973713d41febd41f57844bc250c74146ba 100644
(file)
--- a/
src/mesa/x86/read_rgba_span_x86.S
+++ b/
src/mesa/x86/read_rgba_span_x86.S
@@
-648,7
+648,7
@@
_generic_read_RGBA_span_RGB565_MMX:
testl $0x01, %ecx
je .L01
- movz
xw
(%eax), %ecx
+ movz
wl
(%eax), %ecx
movd %ecx, %mm4
pshufw $0x00, %mm4, %mm0