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:
81bac6e
)
st/mesa: Compile in meta.c.
author
Chia-I Wu
<olvaffe@gmail.com>
Mon, 21 Sep 2009 02:57:14 +0000
(10:57 +0800)
committer
Brian Paul
<brianp@vmware.com>
Mon, 21 Sep 2009 03:31:45 +0000
(21:31 -0600)
meta was moved to core Mesa since
651cffd626a82d9bf539437ca4bdf8ea4b396fab
.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
src/mesa/sources.mak
patch
|
blob
|
history
diff --git
a/src/mesa/sources.mak
b/src/mesa/sources.mak
index
7107538
..
c8d2f5a
100644
(file)
--- a/
src/mesa/sources.mak
+++ b/
src/mesa/sources.mak
@@
-333,6
+333,7
@@
MESA_GALLIUM_SOURCES = \
$(VBO_SOURCES) \
$(STATETRACKER_SOURCES) \
$(SHADER_SOURCES) \
+ drivers/common/meta.c \
ppc/common_ppc.c \
x86/common_x86.c \
$(SLANG_SOURCES)