Module: Mesa Branch: master Commit: bee61d16c8c48b0339d1db9bf4e6bf1ddc6685ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bee61d16c8c48b0339d1db9bf4e6bf1ddc6685ff
Author: Dave Airlie <[email protected]> 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 <[email protected]> Acked-by: Marek Olšák <[email protected]> Signed-off-by: Dave Airlie <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
