mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Sep 3 19:39:47 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:
 .../auxiliary/translate/translate_generic.c        |    6 +
 src/gallium/drivers/cell/ppu/cell_surface.c        |    2 +-
 src/gallium/drivers/cell/ppu/cell_texture.c        |   36 ++++-
 src/gallium/drivers/cell/spu/spu_exec.c            |  150 ++++++++++----------
 src/gallium/drivers/cell/spu/spu_per_fragment_op.c |    4 +-
 src/gallium/drivers/cell/spu/spu_tile.c            |    6 +
 src/gallium/drivers/cell/spu/spu_util.c            |   21 ++--
 src/gallium/drivers/cell/spu/spu_vertex_fetch.c    |    2 +-
 src/gallium/drivers/cell/spu/spu_vertex_shader.c   |    2 +-
 src/gallium/winsys/xlib/xm_winsys.c                |   24 ++--
 10 files changed, 148 insertions(+), 105 deletions(-)

       via  a563a27c07eee9f0278c8473e27853fa2d1ad119 (commit)
       via  6c84652dc3877593b8b151366521289833707b40 (commit)
       via  439dca49920018e557d70b828f10aa815a8a9066 (commit)
       via  b035c85b3e3eaae071f1401f23be40b16cdee34f (commit)
       via  ba2812f23e05c63e0ea2a042dcb788c30fcbc37f (commit)
       via  6ebf712d88e7d1da949e224b93ff12ef601f2742 (commit)
       via  8b8952aa69bbaa0f87526cd08aaca7659595a675 (commit)
       via  2ab394a3b4557f1d79d38f24f899508d7b13cd35 (commit)
      from  1d5ad2c244f4b66ca1ac40c545482009ab46607c (commit)


- Commits -----------------------------------------------
commit a563a27c07eee9f0278c8473e27853fa2d1ad119
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 13:32:09 2008 -0600

    gallium: silence warnings

commit 6c84652dc3877593b8b151366521289833707b40
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 13:31:51 2008 -0600

    cell: replace assert() with special spu ASSERT() macro

commit 439dca49920018e557d70b828f10aa815a8a9066
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 13:31:14 2008 -0600

    cell: add pipe_texture_reference() call in cell_get_tex_surface()

commit b035c85b3e3eaae071f1401f23be40b16cdee34f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 13:30:46 2008 -0600

    cell: updated assertion

commit ba2812f23e05c63e0ea2a042dcb788c30fcbc37f
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 11:45:28 2008 -0600

    cell: comments

commit 6ebf712d88e7d1da949e224b93ff12ef601f2742
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 11:44:14 2008 -0600

    gallium: do image clipping in xmesa_display_surface_tiled()

commit 8b8952aa69bbaa0f87526cd08aaca7659595a675
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 11:43:11 2008 -0600

    cell: fix texture/surface allocation to allocate by multiple of tile size
    
    This fixes the garbage blocks/pixels seen along the bottom of some windows.

commit 2ab394a3b4557f1d79d38f24f899508d7b13cd35
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Sep 3 10:26:38 2008 -0600

    cell: move misplaced assertions; put them after ximage is assigned.

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




More information about the mesa-commit mailing list