diff options
author | Marek Olšák <[email protected]> | 2017-09-13 02:26:26 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-09-26 04:21:14 +0200 |
commit | 06bfb2d28f7adca7edc6be9c210a7a3583023652 (patch) | |
tree | a969d20fe1d2a75eb03facabe4c5fb83948178f0 /src/gallium/drivers/r600/Makefile.sources | |
parent | e1623da8185ee5d167cd331fb645e6a83961285a (diff) |
r600: fork and import gallium/radeon
This marks the end of code sharing between r600 and radeonsi.
It's getting difficult to work on radeonsi without breaking r600.
A lot of functions had to be renamed to prevent linker conflicts.
There are also minor cleanups.
Acked-by: Dave Airlie <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/r600/Makefile.sources | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/Makefile.sources b/src/gallium/drivers/r600/Makefile.sources index 2f206520fa7..c232d6ac938 100644 --- a/src/gallium/drivers/r600/Makefile.sources +++ b/src/gallium/drivers/r600/Makefile.sources @@ -29,7 +29,26 @@ C_SOURCES = \ r600_state_common.c \ r600_uvd.c \ r700_asm.c \ - r700_sq.h + r700_sq.h \ + cayman_msaa.c \ + r600_buffer_common.c \ + r600_cs.h \ + r600_gpu_load.c \ + r600_perfcounter.c \ + r600_pipe_common.c \ + r600_pipe_common.h \ + r600_query.c \ + r600_query.h \ + r600_streamout.c \ + r600_test_dma.c \ + r600_texture.c \ + r600_viewport.c \ + radeon_uvd.c \ + radeon_uvd.h \ + radeon_vce.c \ + radeon_vce.h \ + radeon_video.c \ + radeon_video.h CXX_SOURCES = \ sb/sb_bc_builder.cpp \ |