projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2318443
)
android: reorder nouveau pipe drivers
author
Chia-I Wu
<olvaffe@gmail.com>
Sun, 6 Nov 2011 14:43:32 +0000
(07:43 -0700)
committer
Chia-I Wu
<olvaffe@gmail.com>
Sun, 6 Nov 2011 21:38:23 +0000
(14:38 -0700)
To match targerts/dri-nouveau, and to fix a potential
"undefined reference to `nv50_ir::getTargetNVC0(unsigned int)'"
error.
Android.mk
patch
|
blob
|
history
diff --git
a/Android.mk
b/Android.mk
index
29453bc
..
0c07d5e
100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-135,9
+135,9
@@
endif
ifneq ($(filter nouveau, $(MESA_GPU_DRIVERS)),)
gallium_DRIVERS += \
libmesa_winsys_nouveau \
- libmesa_pipe_nvc0 \
- libmesa_pipe_nv50 \
libmesa_pipe_nvfx \
+ libmesa_pipe_nv50 \
+ libmesa_pipe_nvc0 \
libmesa_pipe_nouveau
LOCAL_SHARED_LIBRARIES += libdrm_nouveau
endif