diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 14:49:04 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-09 14:49:04 -0600 |
commit | b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22 (patch) | |
tree | 3fe6d3c85dcf729c55e5e78591c46a375c9cf6a8 /src/mesa/main/sources | |
parent | 74c82ebbb399a274dcfb5e82d3471dee59bd5183 (diff) |
mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r-- | src/mesa/main/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources index 8ef5bd62fa..06f32f2275 100644 --- a/src/mesa/main/sources +++ b/src/mesa/main/sources @@ -2,6 +2,7 @@ MESA_MAIN_SOURCES = \ accum.c \ api_arrayelt.c \ +api_exec.c \ api_loopback.c \ api_noop.c \ api_validate.c \ @@ -72,6 +73,7 @@ MESA_MAIN_HEADERS = \ accum.h \ api_arrayelt.h \ api_eval.h \ +api_exec.h \ api_loopback.h \ api_noop.h \ api_validate.h \ |