commit | c9e5671691289006e9b1152d6ce20200a83010c2 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Jun 09 14:49:04 2008 -0600 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Sun Sep 21 22:13:51 2008 -0700 |
tree | 2f0c73d27c263c70bdd1fc9e2b208bde3864edf1 | |
parent | 28876dd511ec2c9d5f5500499201df2588e8c7f1 [diff] [blame] |
mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file (cherry picked from commit b36e6f0baf64491772b8e1a1cddf68a7dcf8ee22)
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index aa9d112..9748fa0 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c
@@ -79,6 +79,7 @@ #include "glheader.h" #include "imports.h" #include "accum.h" +#include "api_exec.h" #include "arrayobj.h" #include "attrib.h" #include "blend.h"