mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Sun Dec 2 22:35:08 UTC 2007


 Makefile                              |    1 
 configs/default                       |    2 
 configs/linux-cell                    |   41 ++++++++++++++++++
 src/mesa/Makefile                     |    9 +++-
 src/mesa/pipe/Makefile                |   26 +++++++++--
 src/mesa/pipe/cell/Makefile           |   12 +++++
 src/mesa/pipe/cell/common.h           |   13 +++++
 src/mesa/pipe/cell/ppu/Makefile       |   39 +++++++++++++++++
 src/mesa/pipe/cell/ppu/cell_context.c |   76 ++++++++++++++++++++++++++++++++++
 src/mesa/pipe/cell/ppu/cell_context.h |   46 ++++++++++++++++++++
 src/mesa/pipe/cell/ppu/cell_surface.c |    9 ++++
 src/mesa/pipe/cell/spu/Makefile       |   42 ++++++++++++++++++
 src/mesa/pipe/cell/spu/main.c         |   29 ++++++++++++
 src/mesa/pipe/cell/spu/tri.c          |    9 ++++
 src/mesa/pipe/cell/spu/tri.h          |    4 +
 15 files changed, 351 insertions(+), 7 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 91692fce203ff993881bcf1f7cfb256a1650d1f9
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Dec 2 15:34:27 2007 -0700

    added -fPIC

commit c27082995d4c17bf19c864fd1a3cf4f26bd53bf7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Dec 2 15:34:14 2007 -0700

    don't build libglw

commit 88b715b049efa81f4021d642a963b58113a875cf
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Sun Dec 2 15:23:51 2007 -0700

    Initial Cell driver infrastructure.
    
    No real code yet.  Just stand-ins and make/build infrastructure.

commit 233c374d02a99ecd0c2ddc6f11f305ae8783fc97
Author: Brian <brian at ps3.localnet.net>
Date:   Sun Dec 2 15:20:13 2007 -0700

    glut doesn't need -lXt




More information about the mesa-commit mailing list