mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 20 00:51:38 UTC 2007


 src/mesa/pipe/draw/draw_vertex_shader.c       |    4 
 src/mesa/pipe/i915simple/i915_context.c       |   14 +++
 src/mesa/pipe/i915simple/i915_fpc.h           |    2 
 src/mesa/pipe/i915simple/i915_fpc_translate.c |   81 +++++++++++++++--
 src/mesa/pipe/i915simple/i915_state_derived.c |   60 ++++++++++++
 src/mesa/pipe/p_context.h                     |    3 
 src/mesa/pipe/p_defines.h                     |    7 +
 src/mesa/pipe/p_state.h                       |   11 +-
 src/mesa/pipe/softpipe/sp_context.c           |   10 ++
 src/mesa/pipe/softpipe/sp_state_derived.c     |   90 +++++++++----------
 src/mesa/pipe/tgsi/exec/tgsi_build.c          |    2 
 src/mesa/pipe/tgsi/exec/tgsi_dump.c           |   18 +++
 src/mesa/pipe/tgsi/exec/tgsi_token.h          |   31 ++++--
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c        |  118 ++++++++++++++++++++-----
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h        |    2 
 src/mesa/state_tracker/st_atom_fs.c           |  121 ++++++++++++++++++++------
 src/mesa/state_tracker/st_atom_vs.c           |  114 ++++++++++++++++--------
 src/mesa/state_tracker/st_cb_clear.c          |   45 +--------
 src/mesa/state_tracker/st_cb_drawpixels.c     |   33 -------
 src/mesa/state_tracker/st_cb_rasterpos.c      |   13 +-
 src/mesa/state_tracker/st_draw.c              |    8 +
 src/mesa/state_tracker/st_program.h           |   27 ++++-
 22 files changed, 580 insertions(+), 234 deletions(-)

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

New commits:
commit 37cf13ed9a429c755f121daa1776b1b30a985ab3
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Wed Sep 19 18:53:36 2007 -0600

    Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.
    
    TGSI_ATTRIB_x tokens still present and used in a few places.
    Expanded set of TGSI_SEMANTIC_x tokens for describing the meaning
    of inputs/outputs.  These tokens are in a crude state ATM.
    Lots of #if 0 / disabled code to be removed yet, etc...
    Softpipe and i915 drivers should be in working condition but not heavily tested.




More information about the mesa-commit mailing list