mesa: Changes to 'gallium-0.1'

Zack Rusin zack at kemper.freedesktop.org
Tue Sep 18 18:23:13 UTC 2007


 .emacs-dirvars                                |   10 ++++++++
 src/mesa/pipe/cso_cache/cso_cache.c           |   13 ++++++++---
 src/mesa/pipe/cso_cache/cso_cache.h           |    4 ++-
 src/mesa/pipe/draw/draw_context.c             |   14 ++++++------
 src/mesa/pipe/draw/draw_context.h             |    8 +++----
 src/mesa/pipe/draw/draw_private.h             |    2 -
 src/mesa/pipe/failover/fo_context.h           |    4 +--
 src/mesa/pipe/failover/fo_state.c             |   19 ++++++++---------
 src/mesa/pipe/failover/fo_state_emit.c        |    4 +--
 src/mesa/pipe/i915simple/i915_context.c       |    2 -
 src/mesa/pipe/i915simple/i915_context.h       |    2 -
 src/mesa/pipe/i915simple/i915_fpc.h           |    2 -
 src/mesa/pipe/i915simple/i915_fpc_translate.c |    8 +++----
 src/mesa/pipe/i915simple/i915_state.c         |   29 ++++++++++++++++++++------
 src/mesa/pipe/i915simple/i915_state_derived.c |    2 -
 src/mesa/pipe/p_context.h                     |   16 ++++++++------
 src/mesa/pipe/softpipe/Makefile               |    2 -
 src/mesa/pipe/softpipe/sp_context.c           |   16 ++++++++------
 src/mesa/pipe/softpipe/sp_context.h           |    4 +--
 src/mesa/pipe/softpipe/sp_quad_fs.c           |    2 -
 src/mesa/pipe/softpipe/sp_state.h             |   14 ++++++++----
 src/mesa/pipe/softpipe/sp_state_derived.c     |    2 -
 src/mesa/pipe/softpipe/sp_state_fs.c          |   24 +++++++++++++++++----
 src/mesa/pipe/softpipe/sp_state_rasterizer.c  |    2 -
 src/mesa/sources                              |    2 -
 src/mesa/state_tracker/st_atom_fs.c           |   16 +++++++++-----
 src/mesa/state_tracker/st_atom_vs.c           |   16 +++++++++-----
 src/mesa/state_tracker/st_cache.c             |   18 ++++++++++++++++
 src/mesa/state_tracker/st_cache.h             |    4 +++
 src/mesa/state_tracker/st_cb_clear.c          |   12 +++++++---
 src/mesa/state_tracker/st_cb_drawpixels.c     |   12 +++++++---
 src/mesa/state_tracker/st_cb_feedback.c       |    4 +--
 src/mesa/state_tracker/st_cb_rasterpos.c      |    6 ++---
 src/mesa/state_tracker/st_context.h           |    4 +--
 src/mesa/state_tracker/st_draw.c              |    8 +++----
 src/mesa/state_tracker/st_program.h           |    6 ++---
 36 files changed, 207 insertions(+), 106 deletions(-)

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

New commits:
commit ccd63b54cfbb6bb241d55f7ac95afcd14819f469
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Sep 18 13:24:44 2007 -0400

    Convert shader to an immutable state object.

commit 498a1b5dc4ca431bb1de45d04140bfb2ac319ab2
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Sep 18 10:02:51 2007 -0400

    Add emacs dirvars file with Mesa indention definition.

commit de69fc1703f79e5c97e66b654de7a93b7abce8f0
Author: Zack Rusin <zack at tungstengraphics.com>
Date:   Tue Sep 18 10:02:16 2007 -0400

    Finishing up rename of the setup state to the rasterizer state.




More information about the mesa-commit mailing list