summaryrefslogtreecommitdiff
path: root/src/mesa/main/descrip.mms
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-02-24 11:20:14 +0800
committerChia-I Wu <olv@lunarg.com>2010-02-25 21:32:58 +0800
commit27d260b41038e0c19c8f24b8bdb2c004c1eb7aa2 (patch)
treea0f1060d6be58eee33228539baac35c7e7d565dc /src/mesa/main/descrip.mms
parent4cb13b433cfdaa1295e5df048d7ef614545f6e16 (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/main/descrip.mms')
-rw-r--r--src/mesa/main/descrip.mms3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/descrip.mms b/src/mesa/main/descrip.mms
index e49ec65d42..70bc263726 100644
--- a/src/mesa/main/descrip.mms
+++ b/src/mesa/main/descrip.mms
@@ -38,7 +38,6 @@ SOURCES =accum.c \
debug.c \
depth.c \
depthstencil.c \
- dispatch.c \
dlist.c \
drawpix.c \
enable.c \
@@ -113,7 +112,6 @@ convolve.obj,\
debug.obj,\
depth.obj,\
depthstencil.obj,\
-dispatch.obj,\
dlist.obj,\
drawpix.obj,\
enable.obj,\
@@ -198,7 +196,6 @@ convolve.obj : convolve.c
debug.obj : debug.c
depth.obj : depth.c
depthstencil.obj : depthstencil.c
-dispatch.obj : dispatch.c
dlist.obj : dlist.c
drawpix.obj : drawpix.c
enable.obj : enable.c