mesa: Changes to 'gallium-0.1'

Ian Romanick idr at kemper.freedesktop.org
Wed Mar 26 17:52:32 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:
 src/gallium/drivers/cell/common.h                  |   11 +-
 src/gallium/drivers/cell/ppu/cell_context.h        |    2 +
 src/gallium/drivers/cell/ppu/cell_state_emit.c     |   17 ++
 .../drivers/cell/ppu/cell_state_per_fragment.c     |  261 +++++++++++++++++++-
 .../drivers/cell/ppu/cell_state_per_fragment.h     |    4 +
 src/gallium/drivers/cell/spu/spu_main.c            |   19 ++
 src/gallium/drivers/cell/spu/spu_main.h            |    9 +-
 src/gallium/drivers/cell/spu/spu_tri.c             |   59 +++--
 src/gallium/winsys/xlib/xm_winsys.c                |    6 +-
 9 files changed, 352 insertions(+), 36 deletions(-)

       via  70659e8ec8ba0c599daa36d9ed81e86efd99eb52 (commit)
       via  92126cea846959bb2152905a7712753d1114bd6b (commit)
      from  1ecb2e4a7a5881d5a98679b421d78fd11c729ebc (commit)


- Commits -----------------------------------------------
commit 70659e8ec8ba0c599daa36d9ed81e86efd99eb52
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Mar 26 10:52:08 2008 -0700

    xlib: Fix build error from recent fence changes

commit 92126cea846959bb2152905a7712753d1114bd6b
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Mar 26 10:45:32 2008 -0700

    cell: Implement code-gen for logic op
    
    This also implements code-gen for the float-to-packed color
    conversion.  It's currently hardcoded for A8R8G8B8, but that can
    easily be fixed as soon as other color depths are supported by the
    Cell driver.

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




More information about the mesa-commit mailing list