diff options
author | Chia-I Wu <[email protected]> | 2010-02-24 11:20:14 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-02-25 21:32:58 +0800 |
commit | 27d260b41038e0c19c8f24b8bdb2c004c1eb7aa2 (patch) | |
tree | a0f1060d6be58eee33228539baac35c7e7d565dc /src/mesa/sources.mak | |
parent | 4cb13b433cfdaa1295e5df048d7ef614545f6e16 (diff) |
glapi: Move src/mesa/main/dispatch.c to glapi and rename.
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in
sources.mak and part of glapi_sources in SConscript. This commit moves
it to glapi/ and renames it to glapi_dispatch.c.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 354331955ac..9f2e4e51575 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -86,8 +86,8 @@ MAIN_SOURCES = \ main/vtxfmt.c GLAPI_SOURCES = \ - main/dispatch.c \ glapi/glapi.c \ + glapi/glapi_dispatch.c \ glapi/glapi_getproc.c \ glapi/glapi_nop.c \ glapi/glthread.c |