mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Fri Sep 28 16:18:56 UTC 2007


 src/mesa/pipe/draw/draw_context.c         |   19 ++++----
 src/mesa/pipe/draw/draw_context.h         |   10 +++-
 src/mesa/pipe/draw/draw_private.h         |   16 ++++++-
 src/mesa/pipe/draw/draw_vertex_fetch.c    |    2 
 src/mesa/pipe/draw/draw_vertex_shader.c   |   51 ++++++++++++++++++++--
 src/mesa/pipe/i915simple/i915_state.c     |   44 ++++++++++++-------
 src/mesa/pipe/softpipe/sp_context.c       |    8 +--
 src/mesa/pipe/softpipe/sp_context.h       |    8 ++-
 src/mesa/pipe/softpipe/sp_state.h         |   14 +++---
 src/mesa/pipe/softpipe/sp_state_derived.c |    2 
 src/mesa/pipe/softpipe/sp_state_fs.c      |   49 +++++++++++++++++----
 src/mesa/state_tracker/st_cb_program.c    |    7 ---
 src/mesa/state_tracker/st_draw.c          |    2 
 src/mesa/state_tracker/st_program.c       |   19 +++-----
 src/mesa/state_tracker/st_program.h       |    4 -
 src/mesa/x86/rtasm/x86sse.c               |   68 +++++++++++++++---------------
 src/mesa/x86/rtasm/x86sse.h               |   49 +++++++++++----------
 17 files changed, 233 insertions(+), 139 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 57b5d3605745c96ddc2b6de7d50c93db65ba1257
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri Sep 28 07:33:54 2007 -0400

    Use sse only if GALLIUM_SSE is defined

commit 6dcfddb8e2ec2bfb6187b912807fa65f28da2c5e
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Fri Sep 28 04:33:55 2007 -0400

    Redoing the way we handle vertex shaders for the draw module.




More information about the mesa-commit mailing list