mesa: Changes to 'gallium-vertex-linear'

Keith Whitwell keithw at kemper.freedesktop.org
Tue May 27 10:59:04 UTC 2008


The branch, gallium-vertex-linear has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-vertex-linear

Summary of changes:
 src/gallium/auxiliary/draw/draw_pt_vcache.c |  117 +++++++++++++++------------
 src/gallium/auxiliary/draw/draw_vs_aos.c    |   63 +++++++++++----
 src/gallium/auxiliary/tgsi/util/tgsi_dump.c |   24 +++---
 src/gallium/auxiliary/tgsi/util/tgsi_dump.h |   18 ++++
 src/mesa/main/ffvertex_prog.c               |   80 +++++++++++++-----
 src/mesa/main/light.c                       |    1 +
 6 files changed, 200 insertions(+), 103 deletions(-)

       via  50c1d329b95ad78e03ca4d537daee4d11f308c7a (commit)
       via  f7946bc7c0435ab2926cd729dfd8312222a3aa2a (commit)
       via  adaaa29218f1babad874f50681ca971fdd3b8a40 (commit)
       via  5dc44184fa9f07465b7ff2be94394c55392ce5e9 (commit)
       via  4e2567f0ab6afd701bea4c35e388663e90f5cb6c (commit)
       via  2109ddafefde26dd20a1c6a25f594984143944a3 (commit)
       via  dc1537bc25c7cbff0a41034ece0830146616f036 (commit)
      from  aa16e3a2750993afdba16c24237bb6d8d8e4d91a (commit)


- Commits -----------------------------------------------
commit 50c1d329b95ad78e03ca4d537daee4d11f308c7a
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue May 27 11:58:55 2008 +0100

    draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non-pipeline elts

commit f7946bc7c0435ab2926cd729dfd8312222a3aa2a
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue May 27 11:15:31 2008 +0100

    draw: dump individual instructions as they are processed

commit adaaa29218f1babad874f50681ca971fdd3b8a40
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue May 27 11:12:42 2008 +0100

    tgsi: export utils for dumping individual instructions

commit 5dc44184fa9f07465b7ff2be94394c55392ce5e9
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue May 27 11:10:50 2008 +0100

    draw: fix writemask/shufps confusion

commit 4e2567f0ab6afd701bea4c35e388663e90f5cb6c
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue May 27 10:42:58 2008 +0100

    draw: some possible fixes for spilling

commit 2109ddafefde26dd20a1c6a25f594984143944a3
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue May 27 10:35:33 2008 +0100

    ffvertex: emit full LIT when attenuating (needs the 1 in X position)

commit dc1537bc25c7cbff0a41034ece0830146616f036
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue May 27 09:48:32 2008 +0100

    ffvertex: don't compute whole eye vector if only eye.z is required

---------------------------------




More information about the mesa-commit mailing list