summaryrefslogtreecommitdiff
path: root/src/mesa/es/Makefile
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-05-12 13:37:37 +0800
committerChia-I Wu <olv@lunarg.com>2010-05-12 13:50:29 +0800
commit8d5c83c467f83b44f5f2e271c4f9cca2d45af518 (patch)
treecf170ea7055cac1f90333584361c0528a86b374b /src/mesa/es/Makefile
parenteb5100accc888b9a9cfc24bc3d3452ea62a84c09 (diff)
mesa/es: Remove omit list.
vbo/vbo_save* are the last members on the omit list. Test FEATURE_dlist in the sources and remove the omit list.
Diffstat (limited to 'src/mesa/es/Makefile')
-rw-r--r--src/mesa/es/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mesa/es/Makefile b/src/mesa/es/Makefile
index cdd770f7d8..d5d21c0379 100644
--- a/src/mesa/es/Makefile
+++ b/src/mesa/es/Makefile
@@ -1,5 +1,7 @@
# src/mesa/es/Makefile
#
+# TODO Merge back to core mesa
+#
TOP := ../../..
MESA := ..
@@ -24,14 +26,6 @@ ES2_OBJ_DIR := objs-es2
include $(MESA)/sources.mak
-# TODO Make core mesa more feature-aware and remove the omit list
-VBO_OMITTED := \
- vbo/vbo_save.c \
- vbo/vbo_save_api.c \
- vbo/vbo_save_draw.c \
- vbo/vbo_save_loopback.c
-VBO_SOURCES := $(filter-out $(VBO_OMITTED), $(VBO_SOURCES))
-
# adjust source dir
ES_SOURCES := $(addprefix $(MESA)/, $(MESA_SOURCES))
ES_GALLIUM_SOURCES := $(addprefix $(MESA)/, $(MESA_GALLIUM_SOURCES))