mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 20 18:23:52 UTC 2007


 src/mesa/drivers/x11/xm_surface.c            |   12 ++++
 src/mesa/pipe/p_context.h                    |   10 ++-
 src/mesa/pipe/p_state.h                      |    5 +
 src/mesa/pipe/softpipe/sp_clear.c            |   71 +++++++++++++++++++++++++++
 src/mesa/pipe/softpipe/sp_clear.h            |   43 ++++++++++++++++
 src/mesa/pipe/softpipe/sp_context.c          |    4 +
 src/mesa/pipe/softpipe/sp_context.h          |    1 
 src/mesa/pipe/softpipe/sp_state.h            |    3 +
 src/mesa/pipe/softpipe/sp_state_surface.c    |   15 ++++-
 src/mesa/pipe/softpipe/sp_surface.h          |   13 ++++
 src/mesa/pipe/softpipe/sp_tile_output.c      |    2 
 src/mesa/sources                             |    2 
 src/mesa/state_tracker/st_atom.c             |    1 
 src/mesa/state_tracker/st_atom.h             |    1 
 src/mesa/state_tracker/st_atom_clear_color.c |   62 +++++++++++++++++++++++
 src/mesa/state_tracker/st_context.h          |    1 
 16 files changed, 239 insertions(+), 7 deletions(-)

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

New commits:
commit 83b6c46b50ab138551f3af114afbcc2adbee81d2
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jun 20 12:23:47 2007 -0600

    plug in write_mono_row_ub

commit 837f2c18c477f0695150b69b69a3a921b08943ec
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jun 20 09:41:41 2007 -0600

    implement softpipe clearing (untested)

commit 73f96c51052bf5233191d852ef463462306bf1d5
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Jun 20 08:47:09 2007 -0600

    Initial work for glClear(), clear color state.




More information about the mesa-commit mailing list