mesa: Changes to 'gallium-vertex-linear'

Keith Whitwell keithw at kemper.freedesktop.org
Sat May 24 12:35:54 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_vs_aos.c   |   67 ++++++++++++++++++++++++++++
 src/gallium/auxiliary/draw/draw_vs_aos.h   |    1 +
 src/gallium/auxiliary/rtasm/rtasm_x86sse.c |   44 +++++++++++++++++-
 src/gallium/auxiliary/rtasm/rtasm_x86sse.h |    6 +++
 src/mesa/main/ffvertex_prog.c              |   34 +++++++-------
 src/mesa/main/state.c                      |   26 ++++++-----
 src/mesa/shader/prog_statevars.c           |    6 ++-
 7 files changed, 151 insertions(+), 33 deletions(-)

       via  e1590abb17f1effd92c136207f363de6cf52df18 (commit)
       via  a2b1c46535d02bb4cc154f26481eda264a65abe8 (commit)
       via  6172f1295cf812108d8ceba15a83ba87880360d3 (commit)
       via  6b3723ee8d084a1abbc971b21c58f7c1e66949a7 (commit)
       via  feceb43948f76cc4d4c8ecbb86b1b1f438c6daee (commit)
       via  e841b92d9c8bf48085b4996df828ae745977f931 (commit)
      from  333d377bbda4f598292108f91cd8ec4f0f647c20 (commit)


- Commits -----------------------------------------------
commit e1590abb17f1effd92c136207f363de6cf52df18
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat May 24 13:23:06 2008 +0100

    mesa: pre-swizzle normal scale state value

commit a2b1c46535d02bb4cc154f26481eda264a65abe8
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat May 24 13:22:39 2008 +0100

    mesa: evaluate _NeedEyeCoords prior to generating internal vertex shader

commit 6172f1295cf812108d8ceba15a83ba87880360d3
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat May 24 13:22:29 2008 +0100

    draw: add a debug-print which can be called from inside generated shaders

commit 6b3723ee8d084a1abbc971b21c58f7c1e66949a7
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sat May 24 13:22:15 2008 +0100

    rtasm: add some helpers for calling out from generated code

commit feceb43948f76cc4d4c8ecbb86b1b1f438c6daee
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri May 23 20:37:50 2008 +0100

    mesa: save a temp on normalizes

commit e841b92d9c8bf48085b4996df828ae745977f931
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri May 23 20:05:36 2008 +0100

    mesa: further degenerate the special case lit substitute

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




More information about the mesa-commit mailing list