src/mesa/drivers/common/driverfuncs.c | 37 ------- src/mesa/drivers/common/driverfuncs.h | 4 src/mesa/shader/shader_api.c | 153 +++++++++++++++++++------------- src/mesa/shader/shader_api.h | 103 --------------------- src/mesa/sources | 8 - src/mesa/state_tracker/st_cb_feedback.c | 8 - src/mesa/state_tracker/st_context.c | 2 src/mesa/state_tracker/st_draw.c | 6 - src/mesa/tnl/t_context.c | 3 src/mesa/vbo/vbo.h | 3 src/mesa/vbo/vbo_context.c | 12 ++ 11 files changed, 126 insertions(+), 213 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 51537e0b6efec61e10db522ba2c0c66b407d7f26 Author: Brian <[EMAIL PROTECTED]> Date: Fri Dec 7 17:26:06 2007 -0700 Disable, remove tnl module from the Gallium build since no longer used. commit c885775cae8feabe5431ba7867fac99332f5ee8e Author: Brian <[EMAIL PROTECTED]> Date: Fri Dec 7 17:24:42 2007 -0700 New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl module. commit 40e9c57d318c1d4a1e75fe0c88374182050d7f48 Author: Brian <[EMAIL PROTECTED]> Date: Fri Dec 7 17:14:02 2007 -0700 Disable swrast, swrast_setup and driverfuncs in the build. The gallium/state tracker no longer uses them and this speeds up the build a bit. commit 2d2bb35f96de6a2c498a2309a4f924acd256c317 Author: Brian <[EMAIL PROTECTED]> Date: Fri Dec 7 17:11:30 2007 -0700 Move _mesa_init_glsl_driver_functions() into shader_api.c This allows making a bunch of functions static, and removes a state tracker dependency on driverfuncs.c _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
