Module: Mesa Branch: master Commit: 22884db174b9fb0736cec1c6a192f8b9a97500c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22884db174b9fb0736cec1c6a192f8b9a97500c1
Author: Chia-I Wu <[email protected]> Date: Fri Oct 16 16:01:57 2009 +0800 glapi: Move dispatch marcos to glapidispatch.h. dispatch.h is kept as a wrapper to glapidispatch.h. Signed-off-by: Chia-I Wu <[email protected]> --- src/mesa/glapi/Makefile | 5 +- src/mesa/glapi/dispatch.h | 3982 +--------------------------------------- src/mesa/glapi/gl_table.py | 5 +- src/mesa/glapi/glapidispatch.h | 4005 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 4014 insertions(+), 3983 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=22884db174b9fb0736cec1c6a192f8b9a97500c1 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
