src/mesa/pipe/draw/draw_vbuf.c | 27 +-- src/mesa/pipe/draw/draw_vertex.c | 21 +- src/mesa/pipe/draw/draw_vertex.h | 27 +-- src/mesa/pipe/i915simple/i915_prim_emit.c | 14 - src/mesa/pipe/i915simple/i915_state_derived.c | 18 +- src/mesa/pipe/softpipe/sp_context.h | 4 src/mesa/pipe/softpipe/sp_prim_setup.c | 217 ++++++++++---------------- src/mesa/pipe/softpipe/sp_prim_vbuf.c | 4 src/mesa/pipe/softpipe/sp_state_derived.c | 61 +++---- 9 files changed, 177 insertions(+), 216 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 2549d79ae5342a2b97c06e3b0db9da6eb7821d2e Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 23 23:27:31 2008 -0700 gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-is in vbuf code commit 6000dcc973cdc1bd61621b432aed27d21059ae5d Author: Brian <[EMAIL PROTECTED]> Date: Wed Jan 23 23:08:59 2008 -0700 gallium: improved vertex layout and interpolant setup in softpipe _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
