summaryrefslogtreecommitdiffstats
path: root/src/mesa/es/sources.mak
diff options
context:
space:
mode:
authorKristian Høgsberg <[email protected]>2010-04-22 20:26:51 -0400
committerKristian Høgsberg <[email protected]>2010-04-27 19:27:49 -0400
commitea0c7e71638a4a72a4eae962e6cc471bd33a5605 (patch)
tree5229269112efc701323ffe1ed500d22583bea63b /src/mesa/es/sources.mak
parent1741ddb747ca0be284315adb4b6fe67ddf292d03 (diff)
mesa: Move api_exec_es*.c into mesa/main
This requires renaming a few functions to have unique names so that they can all live within the same driver.
Diffstat (limited to 'src/mesa/es/sources.mak')
-rw-r--r--src/mesa/es/sources.mak2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak
index b08069bce52..0f682f507e9 100644
--- a/src/mesa/es/sources.mak
+++ b/src/mesa/es/sources.mak
@@ -3,7 +3,6 @@ include $(MESA)/sources.mak
# LOCAL sources
LOCAL_ES1_SOURCES := \
- main/api_exec_es1.c \
main/get_es1.c \
main/drawtex.c \
main/es_cpaltex.c \
@@ -28,7 +27,6 @@ LOCAL_ES1_INCLUDES := \
-I$(MESA)/state_tracker
LOCAL_ES2_SOURCES := \
- main/api_exec_es2.c \
main/get_es2.c \
main/es_cpaltex.c \
main/es_fbo.c \