summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-05-11 12:07:10 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-05-11 14:06:22 -0400
commit199b0894b501607bf8d599ef5efc08cd6c08c79d (patch)
tree7c545c23739311eee3c8897b2a1d3b7ee09dae92 /src/mesa/sources.mak
parent08e443a1c8218e43dcd953859843d95d9020a892 (diff)
mesa: Optimize get.c by using a table-driven approach
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 5c2aa92132..af125d79aa 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -3,9 +3,7 @@
# this is part of MAIN_SOURCES
MAIN_ES_SOURCES = \
main/api_exec_es1.c \
- main/api_exec_es2.c \
- main/get_es1.c \
- main/get_es2.c
+ main/api_exec_es2.c
MAIN_SOURCES = \
main/api_arrayelt.c \