mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Sep 12 00:00:05 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:
 progs/fp/Makefile                                  |   16 +-
 src/gallium/drivers/cell/common.h                  |   15 +
 src/gallium/drivers/cell/ppu/Makefile              |    1 +
 src/gallium/drivers/cell/ppu/cell_context.h        |    1 +
 src/gallium/drivers/cell/ppu/cell_gen_fp.c         |  523 ++++++++++++++++++++
 .../drivers/cell/ppu/cell_gen_fp.h}                |   17 +-
 src/gallium/drivers/cell/ppu/cell_state_emit.c     |   16 +
 src/gallium/drivers/cell/ppu/cell_state_shader.c   |    8 +-
 src/gallium/drivers/cell/spu/spu_main.c            |   25 +-
 src/gallium/drivers/cell/spu/spu_main.h            |   15 +
 src/gallium/drivers/cell/spu/spu_tri.c             |   35 ++
 11 files changed, 651 insertions(+), 21 deletions(-)
 create mode 100644 src/gallium/drivers/cell/ppu/cell_gen_fp.c
 copy src/{egl/main/egldefines.h => gallium/drivers/cell/ppu/cell_gen_fp.h} (84%)

       via  aa66f08a21b791f338b519f0c2162cd8f7b3aeb0 (commit)
       via  dbbbc333442c160b2801062e92c6c5931b64390a (commit)
      from  084ab37b7f34d509af995efaef4615289669f72b (commit)


- Commits -----------------------------------------------
commit aa66f08a21b791f338b519f0c2162cd8f7b3aeb0
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 11 17:59:52 2008 -0600

    cell: initial support for fragment shader code generation.
    
    TGSI shaders are translated into SPE instructions which are then sent to
    the SPEs for execution.  Only a few opcodes work, no swizzling yet, no
    support for constants/immediates, etc.

commit dbbbc333442c160b2801062e92c6c5931b64390a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 11 17:55:53 2008 -0600

    use APP_CC

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




More information about the mesa-commit mailing list