summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-04-26 09:53:23 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-04-28 14:05:19 -0400
commit1904ba7936eb5a3fa76875a498eb54f3bd5f90a5 (patch)
treeb7ef799bb189a661c2061ff540ddda288f0c3536 /src/mesa
parent87eb66775949af6e9512daf7e4665c1cfa6b8745 (diff)
mesa: Move drawtex functionality to main/
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/es/sources.mak1
-rw-r--r--src/mesa/main/drawtex.c (renamed from src/mesa/es/main/drawtex.c)2
-rw-r--r--src/mesa/main/drawtex.h (renamed from src/mesa/es/main/drawtex.h)0
-rw-r--r--src/mesa/sources.mak1
4 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak
index fd3592cf2b..6ddbcfdffc 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/drawtex.c \
glapi/glapi-es1/main/enums.c
LOCAL_ES1_GALLIUM_SOURCES := \
diff --git a/src/mesa/es/main/drawtex.c b/src/mesa/main/drawtex.c
index 42f4409397..d24ca4ca5b 100644
--- a/src/mesa/es/main/drawtex.c
+++ b/src/mesa/main/drawtex.c
@@ -21,7 +21,7 @@
* DEALINGS IN THE SOFTWARE.
*/
-#include "drawtex.h"
+#include "main/drawtex.h"
#include "main/state.h"
#include "main/imports.h"
diff --git a/src/mesa/es/main/drawtex.h b/src/mesa/main/drawtex.h
index 0f3bac38c7..0f3bac38c7 100644
--- a/src/mesa/es/main/drawtex.h
+++ b/src/mesa/main/drawtex.h
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 1dcaad1854..2733a62d55 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -27,6 +27,7 @@ MAIN_SOURCES = \
main/dlist.c \
main/dlopen.c \
main/drawpix.c \
+ main/drawtex.c \
main/enable.c \
main/enums.c \
main/eval.c \