mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 21 18:21:21 UTC 2007


 src/mesa/pipe/i915simple/i915_fpc_translate.c |    3 
 src/mesa/pipe/i915simple/i915_state_derived.c |    3 
 src/mesa/pipe/softpipe/sp_prim_setup.c        |    4 -
 src/mesa/pipe/softpipe/sp_state_derived.c     |   89 +++++++++++++++-----------
 src/mesa/pipe/tgsi/exec/tgsi_dump.c           |    2 
 src/mesa/pipe/tgsi/exec/tgsi_token.h          |    2 
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c        |   71 ++++++++++++++------
 src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.h        |    6 +
 src/mesa/state_tracker/st_atom_fs.c           |   35 +++++-----
 src/mesa/state_tracker/st_atom_vs.c           |   72 ++++++++++++---------
 src/mesa/state_tracker/st_cb_clear.c          |    5 -
 src/mesa/state_tracker/st_cb_rasterpos.c      |    3 
 12 files changed, 184 insertions(+), 111 deletions(-)

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

New commits:
commit 890125d3adc4c5011e9241210c44d40dfdd6c4eb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 12:21:05 2007 -0600

    fix some post-transform vertex layout issues (bcolors, psize emitted last

commit da45890818ab5ae94592208e3581b5c2febaa6b4
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 12:06:08 2007 -0600

    Fix up some point size breakage.  Start on fogcoord too.

commit 46f606e9715145218331a04f0d1f66fb9f8531d6
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 11:55:28 2007 -0600

    reenable some clear code that was temporarily disabled

commit 440a5c7c24e65dd19689ba2d2ce231a7ea7e4704
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 11:54:57 2007 -0600

    remove debug printfs

commit a3a8887e5742bc18476deafcf45f220de89c1c1d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 11:34:28 2007 -0600

    comments

commit 1ce50d8bd9a3bc64552c55a235a947de9e6f776c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 11:34:20 2007 -0600

    use VERT_ATTRIB_MAX for loop limit

commit 11996050883ade4439a4a1e3192a02ba6f6aaa14
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 11:22:34 2007 -0600

    remove SEMANTIC_TEXCOORD

commit e9259ad0d7f674a1f2f9156ba0baeedc0e7d0d54
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 11:20:29 2007 -0600

    Get rid of TGSI_SEMANTIC_TEXCOORD and just use TGSI_SEMANTIC_GENERIC.

commit 97b81eb98f57e9405ce3665df24eedd1a1af39fc
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 11:01:26 2007 -0600

    rename index var from i to attr, use FRAG_ATTRIB_MAX instead of 16

commit 8d987d3c4edf489880e5e852e31b6883a15b6a14
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 10:57:30 2007 -0600

    minor renaming

commit 9f96c5d619a478a61c809e88ef53e59005471054
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 10:56:32 2007 -0600

    pass vs output semantics to tgsi_mesa_compile_vp_program() to generate output DECs

commit f38881c542a6e96ba45f185e372940cbb183647d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 10:53:45 2007 -0600

    fix in/out typos

commit ed10ece932162ac7c3c5ee125a0ca35c805240ad
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 10:40:18 2007 -0600

    Pass vertex program input semantics into tgsi_mesa_compile_vp_program() to produce DCLs.

commit 562c9410630c7faeb3b04bd8b4fa8d29c9193eaa
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Fri Sep 21 10:38:18 2007 -0600

    fix 1/i typos




More information about the mesa-commit mailing list