mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Fri Apr 18 17:33:21 UTC 2008


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

Summary of changes:
 configs/default                                 |    2 +-
 src/gallium/auxiliary/draw/draw_pt_emit.c       |    2 +-
 src/gallium/auxiliary/draw/draw_pt_fetch.c      |    2 +-
 src/gallium/auxiliary/rtasm/rtasm_x86sse.c      |   43 ++-
 src/gallium/auxiliary/rtasm/rtasm_x86sse.h      |    3 +
 src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c     |    2 +-
 src/gallium/auxiliary/tgsi/exec/tgsi_sse2.h     |    2 +-
 src/gallium/auxiliary/translate/Makefile        |    4 +-
 src/gallium/auxiliary/translate/SConscript      |    2 +
 src/gallium/auxiliary/translate/translate.h     |    4 +
 src/gallium/auxiliary/translate/translate_sse.c |  615 +++++++++++++++++++++++
 src/gallium/drivers/softpipe/sp_fs_sse.c        |   14 +-
 12 files changed, 675 insertions(+), 20 deletions(-)
 create mode 100644 src/gallium/auxiliary/translate/translate_sse.c

       via  7400bc4b6fb0c20a935cd108afa92814eeafec6d (commit)
       via  363f7abf2000c1cf5993ae8f83ba81b2054bf6e0 (commit)
       via  c5f0158a9179463593d63b33cf3b5490167faac9 (commit)
       via  f631bebe1a05c8af863e514546763433343b7c53 (commit)
       via  59ba8ea00b0d80c48678f6e22d33ca638e19be75 (commit)
       via  5b97c762ed9882dd922f48c2fbf13b14ad86a96e (commit)
      from  073d9a28c2dc955956c940be6fcc4b3ab354cc6c (commit)


- Commits -----------------------------------------------
commit 7400bc4b6fb0c20a935cd108afa92814eeafec6d
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 18:31:45 2008 +0100

    translate: add sse version based on old draw_vf_sse.c

commit 363f7abf2000c1cf5993ae8f83ba81b2054bf6e0
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 18:30:41 2008 +0100

    rtasm: add x86_imul

commit c5f0158a9179463593d63b33cf3b5490167faac9
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 17:35:32 2008 +0100

    tgsi: add const qualifier to tokens on sse emit

commit f631bebe1a05c8af863e514546763433343b7c53
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 17:34:55 2008 +0100

    softpipe: fix const-related compiler warnings

commit 59ba8ea00b0d80c48678f6e22d33ca638e19be75
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 17:33:49 2008 +0100

    gallium: reorder libs so that translate can see rtasm

commit 5b97c762ed9882dd922f48c2fbf13b14ad86a96e
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Apr 18 17:32:39 2008 +0100

    rtasm: add a couple more insns, clean up x86_mul

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




More information about the mesa-commit mailing list