diff options
author | Kristian Høgsberg <[email protected]> | 2010-05-11 12:07:10 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-05-11 14:06:22 -0400 |
commit | 199b0894b501607bf8d599ef5efc08cd6c08c79d (patch) | |
tree | 7c545c23739311eee3c8897b2a1d3b7ee09dae92 /src/mesa/sources.mak | |
parent | 08e443a1c8218e43dcd953859843d95d9020a892 (diff) |
mesa: Optimize get.c by using a table-driven approach
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 5c2aa92132d..af125d79aa0 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 \ |