mesa: Move drawtex functionality to main/
[mesa.git] / src / mesa / es / sources.mak
index 3beea3888446f727d838ef885089bf4393929b92..6ddbcfdffc672f5ddd87a97283e4b52a0f499dd3 100644 (file)
@@ -3,12 +3,6 @@ include $(MESA)/sources.mak
 # LOCAL sources
 
 LOCAL_ES1_SOURCES :=                   \
-       main/get_es1.c                  \
-       main/drawtex.c                  \
-       main/es_cpaltex.c               \
-       main/es_enable.c                \
-       main/es_query_matrix.c          \
-       main/es_texgen.c                \
        glapi/glapi-es1/main/enums.c
 
 LOCAL_ES1_GALLIUM_SOURCES :=           \
@@ -25,8 +19,6 @@ LOCAL_ES1_INCLUDES :=                 \
        -I$(MESA)/state_tracker
 
 LOCAL_ES2_SOURCES :=                   \
-       main/get_es2.c                  \
-       main/es_cpaltex.c               \
        glapi/glapi-es2/main/enums.c
 
 LOCAL_ES2_GALLIUM_SOURCES :=           \