mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Sat Aug 18 15:07:25 UTC 2007


 src/mesa/drivers/x11/xm_softpipe.c        |    9 +-
 src/mesa/pipe/softpipe/sp_draw_arrays.c   |   64 +++++++++++++++-
 src/mesa/pipe/softpipe/sp_state_derived.c |    2 
 src/mesa/state_tracker/st_atom.c          |    1 
 src/mesa/state_tracker/st_atom.h          |    1 
 src/mesa/state_tracker/st_atom_vs.c       |   31 +++++++-
 src/mesa/state_tracker/st_context.h       |    2 
 src/mesa/state_tracker/st_draw.c          |  113 ++++++++++++++++++++++--------
 8 files changed, 186 insertions(+), 37 deletions(-)

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

New commits:
commit 0453760a0bf139f113792d22e65ce6904f06f28b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Aug 18 16:06:49 2007 +0100

    more work on vertex shaders, now using vertex shaders instead of TnL module by default

commit 1f026d98dd77b6d26cc76946d92f69a9e6091b8e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Aug 18 16:05:49 2007 +0100

    Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[]
    
    Used when the vertex shader references attributes which aren't present in VBOs.

commit b3f067e8593b9fda0474041f32479b20cd64e728
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Aug 18 16:04:49 2007 +0100

    added tnl state atom

commit 7274e14d4ada04d150f1115252cebd7a3ada797a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sat Aug 18 09:22:15 2007 +0100

    fix xm_buffer_data




More information about the mesa-commit mailing list