From 8d5c83c467f83b44f5f2e271c4f9cca2d45af518 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 12 May 2010 13:37:37 +0800 Subject: 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. --- src/mesa/es/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'src/mesa/es/Makefile') 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)) -- cgit v1.2.3