mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 16 12:34:12 UTC 2007


 src/mesa/pipe/i915simple/i915_context.h   |    2 
 src/mesa/pipe/i915simple/i915_state.c     |    2 
 src/mesa/pipe/p_context.h                 |    5 +
 src/mesa/pipe/p_state.h                   |    4 -
 src/mesa/pipe/softpipe/sp_context.h       |    4 +
 src/mesa/pipe/softpipe/sp_state.h         |    5 +
 src/mesa/pipe/softpipe/sp_state_fs.c      |   14 ++---
 src/mesa/state_tracker/st_atom_fs.c       |   83 +++++++++++++++++++++++++++++-
 src/mesa/state_tracker/st_cb_clear.c      |    2 
 src/mesa/state_tracker/st_cb_drawpixels.c |    2 
 src/mesa/state_tracker/st_context.h       |    3 -
 src/mesa/state_tracker/st_program.h       |    2 
 12 files changed, 111 insertions(+), 17 deletions(-)

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

New commits:
commit de653b4c9bddcec46f3ddf411ec082dd178d7b38
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Aug 16 13:33:43 2007 -0600

    Begin added vertex shader state/support.
    
    Renamed pipe_fs_state to pipe_shader_state since it can be used for both
    vertex and fragment shader info.




More information about the mesa-commit mailing list