mesa: Changes to 'gallium-vertex-linear'

Keith Whitwell keithw at kemper.freedesktop.org
Sun May 25 14:52:52 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/cso_cache/cso_context.c |   10 +-
 src/gallium/auxiliary/draw/draw_vs_aos.c      |  374 +++++++++++++------------
 src/gallium/auxiliary/draw/draw_vs_aos_io.c   |    2 +-
 src/gallium/auxiliary/draw/draw_vs_varient.c  |   43 +++-
 4 files changed, 238 insertions(+), 191 deletions(-)

       via  9c7568965c00dcc2e9403a2f94f1cd09dcd783ae (commit)
       via  3afb7198e01516dba38bb3248d4c0161e54650fe (commit)
       via  ce331e3a5e2a0505e01637861bdd7f5e6cfbd041 (commit)
       via  caadc8d944c558e1fa9f23c3616d726337a19862 (commit)
       via  dc52622fcf5660a9675ed61c359cf7068aa4861b (commit)
       via  584a3dcf8e4042cc1a5d48d83ea63d0a3c9706c1 (commit)
       via  a6fca8acb5e8ce0e5e6ce91a524e2bb4c180d3ac (commit)
      from  48a24f0ff7e3aad000b8acc55c16bbeaca58abe6 (commit)


- Commits -----------------------------------------------
commit 9c7568965c00dcc2e9403a2f94f1cd09dcd783ae
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun May 25 15:47:04 2008 +0100

    draw: slight tweak for XPD opcode

commit 3afb7198e01516dba38bb3248d4c0161e54650fe
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun May 25 15:45:27 2008 +0100

    draw: remove EXP & LOG from vs_aos.c
    
    These don't get hit & look like bug magnets to me...

commit ce331e3a5e2a0505e01637861bdd7f5e6cfbd041
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun May 25 15:44:17 2008 +0100

    draw: special case for writing out scalar results

commit caadc8d944c558e1fa9f23c3616d726337a19862
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun May 25 15:37:47 2008 +0100

    draw: clean up some of the xmm register manipulation function names

commit dc52622fcf5660a9675ed61c359cf7068aa4861b
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun May 25 15:28:30 2008 +0100

    cso: use memcpy rather than structure asignment for copying
    
    Apparently gcc will omit to copy hidden padding bytes under some circumstances,
    which means later on memcmp() will indicate a difference between structs
    even though all the visible members are identical.

commit 584a3dcf8e4042cc1a5d48d83ea63d0a3c9706c1
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun May 25 11:25:09 2008 +0100

    draw: add viewport support to generic vs varient code

commit a6fca8acb5e8ce0e5e6ce91a524e2bb4c180d3ac
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Sun May 25 11:20:38 2008 +0100

    draw: fix input vs output typo in emit

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




More information about the mesa-commit mailing list