src/mesa/drivers/x11/xm_api.c | 14 src/mesa/main/ffvertex_prog.c | 1550 +++++++++++++++++++++++++++++++++++++ src/mesa/main/ffvertex_prog.h | 40 src/mesa/main/mtypes.h | 21 src/mesa/main/state.c | 6 src/mesa/main/texenvprogram.c | 135 --- src/mesa/main/texenvprogram.h | 11 src/mesa/main/texstate.c | 4 src/mesa/shader/prog_execute.h | 2 src/mesa/shader/program.c | 4 src/mesa/sources | 2 src/mesa/state_tracker/st_atom.c | 1 src/mesa/state_tracker/st_atom.h | 1 src/mesa/state_tracker/st_draw.c | 4 src/mesa/tnl/t_context.c | 4 src/mesa/tnl/t_context.h | 17 src/mesa/tnl/t_vp_build.c | 1602 --------------------------------------- src/mesa/tnl/t_vp_build.h | 6 18 files changed, 1628 insertions(+), 1796 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit f4a5ea2ccb472958a4635c606e9510011bceaa3d Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:45:32 2007 -0600 Update texenvprogram.c code to use prog_cache.c routines. commit a35a2fc0d3aaa795a0088bfc390b98a033fc28de Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:34:09 2007 -0600 remove dead program cache code commit 8db4acc5547370761a9a489c947e9621adc8f945 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:31:25 2007 -0600 No longer need st_update_tnl atom commit d4dfe3e0b43cc2bab1f15175e6e296702733e1af Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:30:56 2007 -0600 No longer need st_update_tnl atom. commit 68ab379be09de775244bb787f0d30e562fc21038 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:27:47 2007 -0600 more flags for MaintainTnlProgram case, update #includes commit 8d9afa76eb090ff58ca9a8a7a86a0b23ffc56857 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:17:32 2007 -0600 Use ffvertex_prog.c code instead of t_vp_build.c code. commit 4990695f1b197b270a4e3d98dd6bcd2bb4e89b4a Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:12:37 2007 -0600 fix some breakage from lifting vbo/tnl code commit cf3f601682297d94482a1448eff3f36b26514ab1 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:03:55 2007 -0600 Lift fixed function vertex program generation up from tnl module. commit 287d573f5d992416e8355b597224e817c137387b Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:01:08 2007 -0600 fix type for Samplers field commit b26aae67f5fe4194b48a5d3ddf704797b804b58c Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 12:00:38 2007 -0600 alloc caches for fixed-func vertex/fragment progs _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
