mesa: Changes to 'gallium-0.1'

Ian Romanick idr at kemper.freedesktop.org
Fri Mar 21 00:46:37 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              |   10 ++++
 src/gallium/drivers/cell/ppu/cell_pipe_state.c |   11 +++-
 src/gallium/drivers/cell/ppu/cell_state_emit.c |   17 +++++-
 src/gallium/drivers/cell/spu/Makefile          |    1 -
 src/gallium/drivers/cell/spu/spu_blend.c       |   62 ------------------------
 src/gallium/drivers/cell/spu/spu_blend.h       |   37 --------------
 src/gallium/drivers/cell/spu/spu_main.c        |   50 +++++++++++++++++--
 src/gallium/drivers/cell/spu/spu_main.h        |   17 ++++++-
 src/gallium/drivers/cell/spu/spu_tri.c         |   59 +++++++++++++++-------
 9 files changed, 132 insertions(+), 132 deletions(-)
 delete mode 100644 src/gallium/drivers/cell/spu/spu_blend.c
 delete mode 100644 src/gallium/drivers/cell/spu/spu_blend.h

       via  4b9520fc05f169b74835c096c933d67c67c6d8cd (commit)
       via  df1d6e2410dbc6af66ca416124587918b9764ee8 (commit)
       via  2b21bde3b1fa6fe357a3a5adc6249e89d6915524 (commit)
      from  3b3774b1227743147159676795b542c0eb7c2bdf (commit)


- Commits -----------------------------------------------
commit 4b9520fc05f169b74835c096c933d67c67c6d8cd
Author: Ian Romanick <idr at us.ibm.com>
Date:   Thu Mar 20 17:36:31 2008 -0700

    cell: Call the correct function to generate blending code
    
    Cut-and-paste for the lose. :(

commit df1d6e2410dbc6af66ca416124587918b9764ee8
Author: Ian Romanick <idr at us.ibm.com>
Date:   Thu Mar 20 17:36:05 2008 -0700

    cell: Fix bus error when there is no depth buffer

commit 2b21bde3b1fa6fe357a3a5adc6249e89d6915524
Author: Ian Romanick <idr at us.ibm.com>
Date:   Wed Mar 19 17:29:39 2008 -0700

    cell: Use code-gen for alpha blend
    
    So far this is only tested when GL_BLEND is disabled.

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




More information about the mesa-commit mailing list