From: Chia-I Wu <ol...@gm...> - 2010-02-24 04:39:01
|
This patch series moves src/mesa/dispatch.c to src/glapi/glapi_dispatch.c and src/glapi/dispatch.h to src/mesa/dispatch.h. As can be seen in sources.mak, dispatch.c is actually a glapi source file. And although not mentioned anywhere, dispatch.h is a core Mesa header file. It honors IN_DRI_DRIVER and should not be used outside core Mesa. Another benefit of this clean up is that it is now clear that IN_DRI_DRIVER is not used elsewhere except for in core Mesa. -- ol...@Lu... |