mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Wed Sep 19 17:58:28 UTC 2007


 src/mesa/pipe/cso_cache/cso_cache.h          |    5 +++
 src/mesa/pipe/failover/fo_context.h          |    2 -
 src/mesa/pipe/failover/fo_state.c            |   35 +++++++++++++++++++++++----
 src/mesa/pipe/failover/fo_state_emit.c       |    3 +-
 src/mesa/pipe/i915simple/i915_state.c        |   18 +++++--------
 src/mesa/pipe/p_context.h                    |   11 +++-----
 src/mesa/pipe/softpipe/sp_state.h            |    8 +++---
 src/mesa/pipe/softpipe/sp_state_rasterizer.c |   18 +++++--------
 src/mesa/state_tracker/st_atom_rasterizer.c  |   10 +++----
 src/mesa/state_tracker/st_cache.c            |   20 ++++++++-------
 src/mesa/state_tracker/st_cache.h            |    6 ++--
 src/mesa/state_tracker/st_cb_clear.c         |    8 +++---
 src/mesa/state_tracker/st_cb_drawpixels.c    |    8 +++---
 src/mesa/state_tracker/st_context.h          |    2 -
 src/mesa/state_tracker/st_draw.c             |    2 -
 15 files changed, 90 insertions(+), 66 deletions(-)

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

New commits:
commit fe555c39bb7fd530298b5be4a8f06bff41726c86
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Wed Sep 19 14:01:18 2007 -0400

    Convert the rasterizer cso to the new semantics.
    
    Basically make cso hold the driver specific struct, while
    managing the template.




More information about the mesa-commit mailing list