Mesa (master): r600: drop a bunch of post-cayman code. (v2)

Dave Airlie airlied at kemper.freedesktop.org
Mon Oct 9 20:16:40 UTC 2017


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Oct  9 13:30:02 2017 +1000

r600: drop a bunch of post-cayman code. (v2)

Now that Marek has split the two drivers apart, drop a bunch
of unnecessary code from the r600 half. There is probably a bunch
more hiding in the video code.

No piglit regressions on caicos.

v2: fix HAVE_LLVM protected code
Acked-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
Acked-by: Marek Olšák <marek.olsak at amd.com>
Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/gallium/drivers/r600/r600_gpu_load.c    |  20 -
 src/gallium/drivers/r600/r600_pipe_common.c | 197 +-------
 src/gallium/drivers/r600/r600_pipe_common.h |  75 ----
 src/gallium/drivers/r600/r600_query.c       | 102 +----
 src/gallium/drivers/r600/r600_query.h       |   1 -
 src/gallium/drivers/r600/r600_streamout.c   |  60 +--
 src/gallium/drivers/r600/r600_texture.c     | 675 ++++------------------------
 src/gallium/drivers/r600/r600_uvd.c         |   2 +-
 src/gallium/drivers/r600/radeon_uvd.c       | 222 ++-------
 src/gallium/drivers/r600/radeon_uvd.h       |   7 +-
 src/gallium/drivers/r600/radeon_vce.c       |  28 +-
 src/gallium/drivers/r600/radeon_video.c     |  61 +--
 12 files changed, 199 insertions(+), 1251 deletions(-)

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



More information about the mesa-commit mailing list