mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 1 17:36:41 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/ppu/cell_pipe_state.c |   10 ++++---
 src/gallium/drivers/cell/ppu/cell_screen.c     |    3 +-
 src/gallium/drivers/cell/ppu/cell_texture.c    |    8 ++++-
 src/gallium/drivers/cell/spu/spu_dcache.c      |   18 ++++++++++++
 src/gallium/drivers/cell/spu/spu_dcache.h      |    3 ++
 src/gallium/drivers/cell/spu/spu_main.c        |    4 ++-
 src/gallium/drivers/cell/spu/spu_main.h        |    2 +-
 src/gallium/drivers/cell/spu/spu_texture.c     |    6 +---
 src/gallium/drivers/cell/spu/spu_texture.h     |    4 +-
 src/gallium/drivers/cell/spu/spu_tri.c         |   34 +++++++++++++++++++++---
 src/mesa/state_tracker/st_extensions.c         |    3 +-
 11 files changed, 75 insertions(+), 20 deletions(-)

       via  e7b23d36df1ab3ac5b54ef8e4e56c4fd46db8257 (commit)
       via  c14da8f52407529f20f819e31a01356535de0117 (commit)
       via  6ddd2df1aec329be494d342dbd88a9f5af5e7b2c (commit)
       via  9d287a184111693a1fbb9231b1d7a8afa56e9ae5 (commit)
       via  f8c09464f801e97b24ccdb1ba70444c60d4235bd (commit)
      from  f3a62372bf155d14876f98b1a085841607bb344c (commit)


- Commits -----------------------------------------------
commit e7b23d36df1ab3ac5b54ef8e4e56c4fd46db8257
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Apr 1 11:35:53 2008 -0600

    cell: checkpoint: more multi-texture work

commit c14da8f52407529f20f819e31a01356535de0117
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Apr 1 11:30:17 2008 -0600

    cell: assert num samplers/textures <= CELL_MAX_SAMPLERS

commit 6ddd2df1aec329be494d342dbd88a9f5af5e7b2c
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Apr 1 11:28:27 2008 -0600

    cell: return CELL_MAX_SAMPLERS to indicate number of texture units

commit 9d287a184111693a1fbb9231b1d7a8afa56e9ae5
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Apr 1 11:28:01 2008 -0600

    gallium: init ctx->Const.MaxTextureUnits

commit f8c09464f801e97b24ccdb1ba70444c60d4235bd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Apr 1 11:05:32 2008 -0600

    cell: enable #define CACHE_STATS to print a cache report upon exit

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




More information about the mesa-commit mailing list