projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f0392
)
mesa: android: Fix the incorrect path of sse_minmax.c
author
Chih-Wei Huang
<cwhuang@android-x86.org>
Mon, 12 Oct 2015 15:36:59 +0000
(23:36 +0800)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 15 Oct 2015 12:41:02 +0000
(13:41 +0100)
Cc: "10.6 11.0" <mesa-stable@lists.freedesktop.org>
Fixes: 669cfc267a1 (android: mesa: fix the path of the SSE4_1
optimisations)
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/Android.libmesa_dricore.mk
patch
|
blob
|
history
diff --git
a/src/mesa/Android.libmesa_dricore.mk
b/src/mesa/Android.libmesa_dricore.mk
index 2e308b837332c4a3e453ee39638e7642372e97b0..fef76c8582c7c9fe5db91e73e431a6e1a9f2f936 100644
(file)
--- a/
src/mesa/Android.libmesa_dricore.mk
+++ b/
src/mesa/Android.libmesa_dricore.mk
@@
-50,7
+50,7
@@
endif # MESA_ENABLE_ASM
ifeq ($(ARCH_X86_HAVE_SSE4_1),true)
LOCAL_SRC_FILES += \
main/streaming-load-memcpy.c \
- m
esa/m
ain/sse_minmax.c
+ main/sse_minmax.c
LOCAL_CFLAGS := \
-msse4.1 \
-DUSE_SSE41