From: Chia-I Wu <ol...@gm...> - 2010-02-25 14:04:04
|
On Wed, Feb 24, 2010 at 12:49 PM, Brian Paul <bri...@gm...> wrote: > On Tue, Feb 23, 2010 at 9:38 PM, Chia-I Wu <ol...@gm...> wrote: >> 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. > I didn't test, but sounds good to me. Great. I've pushed the patches. Please note that "make clean" might be needed because the files are moved. -- ol...@Lu... |