From: Brian P. <bri...@gm...> - 2010-02-24 04:49:28
|
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. -Brian |