mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 24 06:31:15 UTC 2008


 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 <brian.paul at tungstengraphics.com>
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 <brian.paul at tungstengraphics.com>
Date:   Wed Jan 23 23:08:59 2008 -0700

    gallium: improved vertex layout and interpolant setup in softpipe




More information about the mesa-commit mailing list