mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Wed Sep 19 10:43:47 UTC 2007


 src/mesa/pipe/cso_cache/cso_cache.c       |   16 +++++++++++-----
 src/mesa/pipe/cso_cache/cso_cache.h       |    6 ++++--
 src/mesa/pipe/i915simple/i915_state.c     |    6 ++++--
 src/mesa/pipe/p_context.h                 |   11 ++++++++---
 src/mesa/pipe/softpipe/sp_context.c       |   10 ++++++----
 src/mesa/state_tracker/st_atom_fs.c       |    2 +-
 src/mesa/state_tracker/st_atom_vs.c       |    2 +-
 src/mesa/state_tracker/st_cache.c         |   26 ++++++++++++++++++++++----
 src/mesa/state_tracker/st_cache.h         |    7 ++++++-
 src/mesa/state_tracker/st_cb_clear.c      |    4 ++--
 src/mesa/state_tracker/st_cb_drawpixels.c |    4 ++--
 11 files changed, 67 insertions(+), 27 deletions(-)

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

New commits:
commit f22e920f478d8732695913ec0d1f7244b451a8f5
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Wed Sep 19 06:46:32 2007 -0400

    Finish up conversions of shaders to immutable objects.
    
    Create/Delete calls should be split since in create we'll be
    compiling them so we want to know which one it is (vertex/fragment).




More information about the mesa-commit mailing list