diff options
author | Kristian Høgsberg <[email protected]> | 2010-04-22 20:26:51 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-04-27 19:27:49 -0400 |
commit | ea0c7e71638a4a72a4eae962e6cc471bd33a5605 (patch) | |
tree | 5229269112efc701323ffe1ed500d22583bea63b /src/mesa/main/api_exec.h | |
parent | 1741ddb747ca0be284315adb4b6fe67ddf292d03 (diff) |
mesa: Move api_exec_es*.c into mesa/main
This requires renaming a few functions to have unique names so that
they can all live within the same driver.
Diffstat (limited to 'src/mesa/main/api_exec.h')
-rw-r--r-- | src/mesa/main/api_exec.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/api_exec.h b/src/mesa/main/api_exec.h index dd8d500865b..29c953f31be 100644 --- a/src/mesa/main/api_exec.h +++ b/src/mesa/main/api_exec.h @@ -35,5 +35,11 @@ _mesa_alloc_dispatch_table(int size); extern struct _glapi_table * _mesa_create_exec_table(void); +extern struct _glapi_table * +_mesa_create_exec_table_es1(void); + +extern struct _glapi_table * +_mesa_create_exec_table_es2(void); + #endif |