mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Thu Sep 20 12:32:24 UTC 2007


 src/mesa/pipe/cso_cache/cso_cache.h       |   15 ++++
 src/mesa/pipe/failover/fo_context.h       |    6 -
 src/mesa/pipe/failover/fo_state.c         |  110 +++++++++++++++++++++++++++---
 src/mesa/pipe/failover/fo_state_emit.c    |    9 +-
 src/mesa/pipe/i915simple/i915_state.c     |   44 ++++--------
 src/mesa/pipe/p_context.h                 |   36 +++------
 src/mesa/pipe/softpipe/sp_state.h         |   25 ++----
 src/mesa/pipe/softpipe/sp_state_blend.c   |   16 +---
 src/mesa/pipe/softpipe/sp_state_fs.c      |   27 +++----
 src/mesa/state_tracker/st_atom_depth.c    |   10 +-
 src/mesa/state_tracker/st_atom_fs.c       |   12 +--
 src/mesa/state_tracker/st_atom_vs.c       |   18 ++--
 src/mesa/state_tracker/st_cache.c         |   59 +++++++++-------
 src/mesa/state_tracker/st_cache.h         |   18 ++--
 src/mesa/state_tracker/st_cb_clear.c      |   17 ++--
 src/mesa/state_tracker/st_cb_drawpixels.c |   10 +-
 src/mesa/state_tracker/st_cb_rasterpos.c  |    3 
 src/mesa/state_tracker/st_context.h       |    6 -
 src/mesa/state_tracker/st_draw.c          |    6 -
 src/mesa/state_tracker/st_program.h       |   10 +-
 20 files changed, 270 insertions(+), 187 deletions(-)

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

New commits:
commit a6c0c5532f7bfa50ae54c36cf4d74ad4b9f926f8
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu Sep 20 08:35:10 2007 -0400

    Convert depth_stencil state to the new semantics.

commit daf5b0f41baa50951e7c2f9ea5cd90b119085a7f
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Thu Sep 20 07:50:33 2007 -0400

    Switch fragment/vertex shaders to the new caching semantics.
    
    Allow driver custom allocation within cached objects. The shaders
    are currently twiced (by cso layer and by the program itself).




More information about the mesa-commit mailing list