src/mesa/pipe/i965simple/brw_context.h | 10 ------ src/mesa/pipe/i965simple/brw_draw_upload.c | 14 +------- src/mesa/pipe/i965simple/brw_state.c | 46 +++++++++++++---------------- src/mesa/pipe/p_state.h | 4 +- src/mesa/state_tracker/st_draw.c | 6 +-- 5 files changed, 29 insertions(+), 51 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit c31416971e4eac148f8e82d6c4392bd6f9cbc05d Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Tue Dec 18 17:25:33 2007 +0000 gallium: rationalize vertex_element state packet Remove dst_offset (not used) Add nr_components, which could be calculated from format, but would be too much effort. Update i965 driver to cope. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
