Mesa (master): gallium/cell: Remove the driver.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Nov 29 20:27:49 UTC 2011


Module: Mesa
Branch: master
Commit: ccd4d4367f2b4e5aebfc59b832599812a4a1c7d8
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccd4d4367f2b4e5aebfc59b832599812a4a1c7d8

Author: Kai Wasserbäch <kai at dev.carbon-project.org>
Date:   Tue Nov 29 18:17:47 2011 +0100

gallium/cell: Remove the driver.

Complicates Gallium3D development and doesn't seem to have active users.

Signed-off-by: Kai Wasserbäch <kai at dev.carbon-project.org>
Signed-off-by: José Fonseca <jfonseca at vmware.com>

---

 Makefile                                           |    2 -
 common.py                                          |    2 +-
 configs/linux-cell                                 |   71 -
 configs/linux-cell-debug                           |   10 -
 docs/cell.html                                     |  138 --
 docs/contents.html                                 |    3 +-
 docs/news.html                                     |    2 +-
 docs/relnotes-7.12.html                            |    2 +
 docs/relnotes-7.5.html                             |    2 +-
 docs/sourcetree.html                               |    1 -
 doxygen/gallium.doc                                |    1 -
 src/gallium/auxiliary/Makefile.sources             |    1 -
 src/gallium/auxiliary/rtasm/rtasm_ppc_spe.c        | 1067 ----------
 src/gallium/auxiliary/rtasm/rtasm_ppc_spe.h        |  433 ----
 .../auxiliary/target-helpers/inline_sw_helper.h    |   15 +-
 src/gallium/drivers/cell/Makefile                  |   12 -
 src/gallium/drivers/cell/common.h                  |  377 ----
 src/gallium/drivers/cell/ppu/Makefile              |   86 -
 src/gallium/drivers/cell/ppu/cell_batch.c          |  260 ---
 src/gallium/drivers/cell/ppu/cell_batch.h          |   54 -
 src/gallium/drivers/cell/ppu/cell_clear.c          |   93 -
 src/gallium/drivers/cell/ppu/cell_clear.h          |   42 -
 src/gallium/drivers/cell/ppu/cell_context.c        |  190 --
 src/gallium/drivers/cell/ppu/cell_context.h        |  210 --
 src/gallium/drivers/cell/ppu/cell_draw_arrays.c    |  113 -
 src/gallium/drivers/cell/ppu/cell_draw_arrays.h    |   36 -
 src/gallium/drivers/cell/ppu/cell_fence.c          |  172 --
 src/gallium/drivers/cell/ppu/cell_fence.h          |   60 -
 src/gallium/drivers/cell/ppu/cell_flush.c          |  109 -
 src/gallium/drivers/cell/ppu/cell_flush.h          |   45 -
 src/gallium/drivers/cell/ppu/cell_gen_fp.c         | 2036 ------------------
 src/gallium/drivers/cell/ppu/cell_gen_fp.h         |   42 -
 src/gallium/drivers/cell/ppu/cell_gen_fragment.c   | 2189 --------------------
 src/gallium/drivers/cell/ppu/cell_gen_fragment.h   |   38 -
 src/gallium/drivers/cell/ppu/cell_pipe_state.c     |  473 -----
 src/gallium/drivers/cell/ppu/cell_pipe_state.h     |   39 -
 src/gallium/drivers/cell/ppu/cell_public.h         |   10 -
 src/gallium/drivers/cell/ppu/cell_render.c         |  211 --
 src/gallium/drivers/cell/ppu/cell_render.h         |   39 -
 src/gallium/drivers/cell/ppu/cell_screen.c         |  221 --
 src/gallium/drivers/cell/ppu/cell_screen.h         |   55 -
 src/gallium/drivers/cell/ppu/cell_spu.c            |  219 --
 src/gallium/drivers/cell/ppu/cell_spu.h            |   79 -
 src/gallium/drivers/cell/ppu/cell_state.h          |   65 -
 src/gallium/drivers/cell/ppu/cell_state_derived.c  |  170 --
 src/gallium/drivers/cell/ppu/cell_state_emit.c     |  343 ---
 src/gallium/drivers/cell/ppu/cell_state_emit.h     |   36 -
 .../drivers/cell/ppu/cell_state_per_fragment.c     | 1432 -------------
 .../drivers/cell/ppu/cell_state_per_fragment.h     |   39 -
 src/gallium/drivers/cell/ppu/cell_state_shader.c   |  229 --
 src/gallium/drivers/cell/ppu/cell_state_vertex.c   |  120 --
 src/gallium/drivers/cell/ppu/cell_surface.c        |   37 -
 src/gallium/drivers/cell/ppu/cell_surface.h        |   42 -
 src/gallium/drivers/cell/ppu/cell_texture.c        |  644 ------
 src/gallium/drivers/cell/ppu/cell_texture.h        |  102 -
 src/gallium/drivers/cell/ppu/cell_vbuf.c           |  332 ---
 src/gallium/drivers/cell/ppu/cell_vbuf.h           |   38 -
 src/gallium/drivers/cell/ppu/cell_vertex_fetch.c   |  346 ---
 src/gallium/drivers/cell/ppu/cell_vertex_shader.c  |  145 --
 src/gallium/drivers/cell/spu/.gitignore            |    1 -
 src/gallium/drivers/cell/spu/Makefile              |   83 -
 src/gallium/drivers/cell/spu/spu_colorpack.h       |  145 --
 src/gallium/drivers/cell/spu/spu_command.c         |  810 --------
 src/gallium/drivers/cell/spu/spu_command.h         |   35 -
 src/gallium/drivers/cell/spu/spu_dcache.c          |  145 --
 src/gallium/drivers/cell/spu/spu_dcache.h          |   37 -
 src/gallium/drivers/cell/spu/spu_exec.c            | 1870 -----------------
 src/gallium/drivers/cell/spu/spu_exec.h            |  173 --
 src/gallium/drivers/cell/spu/spu_funcs.c           |  173 --
 src/gallium/drivers/cell/spu/spu_funcs.h           |   35 -
 src/gallium/drivers/cell/spu/spu_main.c            |  117 --
 src/gallium/drivers/cell/spu/spu_main.h            |  269 ---
 src/gallium/drivers/cell/spu/spu_per_fragment_op.c |  631 ------
 src/gallium/drivers/cell/spu/spu_per_fragment_op.h |   44 -
 src/gallium/drivers/cell/spu/spu_render.c          |  356 ----
 src/gallium/drivers/cell/spu/spu_render.h          |   38 -
 src/gallium/drivers/cell/spu/spu_shuffle.h         |  186 --
 src/gallium/drivers/cell/spu/spu_texture.c         |  641 ------
 src/gallium/drivers/cell/spu/spu_texture.h         |   67 -
 src/gallium/drivers/cell/spu/spu_tgsi_exec.h       |  158 --
 src/gallium/drivers/cell/spu/spu_tile.c            |  126 --
 src/gallium/drivers/cell/spu/spu_tile.h            |   75 -
 src/gallium/drivers/cell/spu/spu_tri.c             |  843 --------
 src/gallium/drivers/cell/spu/spu_tri.h             |   37 -
 src/gallium/drivers/cell/spu/spu_util.c            |   77 -
 src/gallium/drivers/cell/spu/spu_vertex_fetch.c    |  146 --
 src/gallium/drivers/cell/spu/spu_vertex_shader.c   |  245 ---
 src/gallium/drivers/cell/spu/spu_vertex_shader.h   |   66 -
 src/gallium/targets/libgl-xlib/Makefile            |    3 -
 src/gallium/targets/libgl-xlib/SConscript          |    5 -
 src/gallium/targets/libgl-xlib/xlib.c              |    2 +-
 91 files changed, 9 insertions(+), 21010 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=ccd4d4367f2b4e5aebfc59b832599812a4a1c7d8



More information about the mesa-commit mailing list