mesa: Changes to 'gallium-0.2'

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 12 14:48:25 UTC 2008


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

Summary of changes:
 docs/cell.html                              |   20 +-
 progs/fp/add-swz.txt                        |    5 +
 progs/fp/mul-swz.txt                        |    3 +
 src/gallium/auxiliary/rtasm/rtasm_ppc.c     |  365 +++++++++++++++++++++++++++
 src/gallium/auxiliary/rtasm/rtasm_ppc.h     |  181 +++++++++++++
 src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c |    3 +-
 src/gallium/drivers/cell/ppu/cell_gen_fp.c  |    7 +-
 src/gallium/drivers/cell/spu/spu_tri.c      |  112 ++++----
 8 files changed, 630 insertions(+), 66 deletions(-)
 create mode 100644 progs/fp/add-swz.txt
 create mode 100644 progs/fp/mul-swz.txt
 create mode 100644 src/gallium/auxiliary/rtasm/rtasm_ppc.c
 create mode 100644 src/gallium/auxiliary/rtasm/rtasm_ppc.h

       via  e8b199c6e3386f8858adf43e5b15bf8ca0b8ce84 (commit)
       via  6c0fa798578ad247027dff861406a524821ddcdd (commit)
       via  c436f96b1073495bd6ba66769b4a8605a3775c0c (commit)
       via  0c0e5b71c0fb18f7ead2884a8c1429d00c090e18 (commit)
       via  b71f4150c8be662d777da22ed0554663a9d1c84d (commit)
       via  be5d8bd07886157fe524b8715509cd03ade2fda9 (commit)
      from  2d28c2e3566c80c5ad0b0fd543cb4cd4cf9f36bd (commit)


- Commits -----------------------------------------------
commit e8b199c6e3386f8858adf43e5b15bf8ca0b8ce84
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Sep 12 08:48:08 2008 -0600

    cell: implement swizzling for src regs

commit 6c0fa798578ad247027dff861406a524821ddcdd
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Sep 12 08:47:45 2008 -0600

    cell: setup fragment program inputs in SOA format
    
    Also remove old code, etc.

commit c436f96b1073495bd6ba66769b4a8605a3775c0c
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Sep 12 08:40:50 2008 -0600

    simple add with swizzle and mul with swizzle tests

commit 0c0e5b71c0fb18f7ead2884a8c1429d00c090e18
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Sep 12 08:26:47 2008 -0600

    cell: updated docs/status

commit b71f4150c8be662d777da22ed0554663a9d1c84d
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Sep 12 08:22:15 2008 -0600

    gallium: minor optimization to spe_load_int()

commit be5d8bd07886157fe524b8715509cd03ade2fda9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Sep 12 08:21:43 2008 -0600

    gallium: initial PPC/Altivec codegen

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




More information about the mesa-commit mailing list