mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 20 21:30:15 UTC 2007


 src/mesa/pipe/draw/draw_clip.c                |    2 
 src/mesa/pipe/draw/draw_feedback.c            |    3 
 src/mesa/pipe/draw/draw_private.h             |    2 
 src/mesa/pipe/draw/draw_twoside.c             |    4 
 src/mesa/pipe/draw/draw_vertex.c              |   19 -
 src/mesa/pipe/draw/draw_vertex.h              |   23 -
 src/mesa/pipe/draw/draw_vertex_fetch.c        |    5 
 src/mesa/pipe/draw/draw_vertex_shader.c       |    7 
 src/mesa/pipe/i915simple/i915_fpc.h           |    3 
 src/mesa/pipe/i915simple/i915_fpc_translate.c |   85 +----
 src/mesa/pipe/i915simple/i915_state_derived.c |   83 +----
 src/mesa/pipe/p_state.h                       |    8 
 src/mesa/pipe/softpipe/sp_context.h           |    1 
 src/mesa/pipe/softpipe/sp_prim_setup.c        |   23 -
 src/mesa/pipe/softpipe/sp_quad_fs.c           |    1 
 src/mesa/pipe/softpipe/sp_state_derived.c     |   48 +-
 src/mesa/pipe/tgsi/exec/tgsi_attribs.h        |   47 --
 src/mesa/pipe/tgsi/exec/tgsi_build.c          |    2 
 src/mesa/pipe/tgsi/exec/tgsi_dump.c           |   22 -
 src/mesa/pipe/tgsi/exec/tgsi_token.h          |   24 -
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c        |  418 +-------------------------
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h        |   27 -
 src/mesa/state_tracker/st_atom_fs.c           |   52 +--
 src/mesa/state_tracker/st_atom_vs.c           |  125 +++++--
 src/mesa/state_tracker/st_cb_clear.c          |    2 
 src/mesa/state_tracker/st_cb_feedback.c       |   11 
 src/mesa/state_tracker/st_cb_rasterpos.c      |    1 
 src/mesa/state_tracker/st_context.h           |   12 
 src/mesa/state_tracker/st_draw.c              |    4 
 src/mesa/state_tracker/st_program.h           |    5 
 30 files changed, 295 insertions(+), 774 deletions(-)

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

New commits:
commit 1bf93fccdfcef80619852e36db4f2a516a43ae49
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 15:32:18 2007 -0600

    remove old code in src_vector()

commit f69b5c56feb60791bad27d491ee9592238d4efb0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 14:47:22 2007 -0600

    Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes.
    
    Still need to produce decl instructions for vertex shaders...

commit 478d1e2c9c73fc29542375c44d01ab964ce8eccf
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 14:08:09 2007 -0600

    remove old/used code

commit 064daf319cf1868575c794f2380d54ea5b8358af
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 14:03:00 2007 -0600

    remove lots of dead code related to program input/output mapping

commit a8834a75a5b469775a983234f9d4bc8925630740
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 13:58:47 2007 -0600

    obsolete

commit c231a9d020bdec8e0749a5547971c79de64f73d8
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 13:58:12 2007 -0600

    remove #includes of tgsi_attribs.h

commit 674d0130693f827ae9ea8e902a38c46d64444384
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 13:50:53 2007 -0600

    checkpoint: TGSI_ATTRIB_x tokens no longer used

commit 086734502a614e7778533018846ee66a66df9821
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 13:42:37 2007 -0600

    Checkpoint: vertex attribute clean-up.
    
    Remove/disable the attrib/slot mapping arrays in a few places.
    Work in progress...

commit 745f0cbe0528ac925096f5c1b85de7280fee7fbc
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 13:39:17 2007 -0600

    Always update st->state.vs, not just when the program is dirty.
    
    This fixes a regression in the cubemap.c demo which alternates between
    two different vertex shaders.

commit 768302c53971ad0405ee6e2a30db96fc5f51913b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 09:55:56 2007 -0600

    remove unused lookup[]

commit b5908a7671b408835777931e7180b8264f150bbd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Sep 20 09:43:51 2007 -0600

    fix input/output typos




More information about the mesa-commit mailing list