mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Jan 22 04:19:42 UTC 2008


 src/mesa/pipe/cell/common.h                 |    1 
 src/mesa/pipe/cell/ppu/Makefile             |    2 
 src/mesa/pipe/cell/ppu/cell_clear.c         |   99 +++++++++++++
 src/mesa/pipe/cell/ppu/cell_clear.h         |   43 ++++++
 src/mesa/pipe/cell/ppu/cell_context.c       |   14 +
 src/mesa/pipe/cell/ppu/cell_context.h       |    2 
 src/mesa/pipe/cell/ppu/cell_state.h         |    5 
 src/mesa/pipe/cell/ppu/cell_state_emit.c    |    7 
 src/mesa/pipe/cell/ppu/cell_state_sampler.c |   14 +
 src/mesa/pipe/cell/ppu/cell_surface.c       |  199 +++++++++++++++++++---------
 src/mesa/pipe/cell/ppu/cell_surface.h       |   15 --
 src/mesa/pipe/cell/ppu/cell_texture.c       |  168 +++++++++++++++++++++++
 src/mesa/pipe/cell/ppu/cell_texture.h       |   73 ++++++++++
 src/mesa/pipe/cell/spu/Makefile             |   10 +
 src/mesa/pipe/cell/spu/spu_main.c           |   15 ++
 src/mesa/pipe/cell/spu/spu_main.h           |    1 
 src/mesa/pipe/softpipe/sp_surface.c         |   38 -----
 src/mesa/pipe/softpipe/sp_surface.h         |   32 ----
 src/mesa/pipe/softpipe/sp_tex_sample.c      |    1 
 src/mesa/pipe/softpipe/sp_texture.c         |   36 +++++
 src/mesa/pipe/softpipe/sp_texture.h         |   34 ++++
 src/mesa/state_tracker/st_cb_feedback.c     |    4 
 src/mesa/state_tracker/st_cb_rasterpos.c    |    2 
 23 files changed, 668 insertions(+), 147 deletions(-)

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

New commits:
commit 7049ff53f640aeccc9523a103468183ffda996fd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 21:19:24 2008 -0700

    gallium: silence warnings

commit cfeda4165b2845d2253d3082aa771a2346bac6a0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 21:15:43 2008 -0700

    Cell: initial support for sampler state

commit 0c085717cbb63f00223dc1df3d514f1ef2aaeda1
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:54:38 2008 -0700

    Cell: s/cell_init_surface_funcs/cell_init_surface_functions/

commit 13189412d93cd7ce5863aaf21b8c91d21bd535c0
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:53:23 2008 -0700

    Cell: Added cell_surface.[ch] files

commit a1799ecd82c5a04123d1f06ef7a2e18c6b719f96
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:51:03 2008 -0700

    gallium: remove unneeded protos, #includes, etc

commit b91de8a6e7d74d38698b6dad9f34040e484e69af
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:50:39 2008 -0700

    gallium: include sp_headers.h

commit 8538da0d7a3a4fc0cffa700d5fa220895688e44e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:31:36 2008 -0700

    Cell: renamed cell_surface.[ch] to cell_clear.[ch]

commit c27c3529845b535826f56c16fb0e9a258e5d5841
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:31:16 2008 -0700

    Cell: rename cell_surface.[ch] cell_clear.[ch]

commit 1811965091341fb2c5c94ac0e3bb3c2ca4de161e
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:26:40 2008 -0700

    Cell: Add initial texture functions

commit fd9c03fc428b325103051d4543e464def71d0b53
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:25:44 2008 -0700

    Cell: add cell_set_sampler_texture()

commit 4211d2d4618ace01c70b86f69d8d0d297f83d74d
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:23:48 2008 -0700

    gallium: move softpipe_get_tex_surface() prototype

commit c14773b06be1229ada36be8c1a2b3a2dad846285
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:16:13 2008 -0700

    gallium: add license comment

commit e2612f4aa057ef20cc6eaf37337239bfc580d328
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 20:14:22 2008 -0700

    gallium: move softpipe_get_tex_surface() into sp_texture.c

commit 5a57ffafd623a04b86aea19c000ff4a64c47fd43
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Jan 21 19:25:10 2008 -0700

    Cell: added asmfiles rule




More information about the mesa-commit mailing list