radeonsi: move r600_viewport.c to si_viewport.c

This is purely a file-move + #include fixup + build system changes.
Other cleanups will follow in subsequent commits.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Nicolai Hähnle 2017-09-26 17:17:55 +02:00
parent 30e37289ea
commit c955f45946
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,6 @@ C_SOURCES := \
r600_streamout.c \
r600_test_dma.c \
r600_texture.c \
r600_viewport.c \
radeon_uvd.c \
radeon_uvd.h \
radeon_vcn_dec.c \

View File

@ -30,5 +30,6 @@ C_SOURCES := \
si_state_binning.c \
si_state_draw.c \
si_state_shaders.c \
si_state_viewport.c \
si_state.h \
si_uvd.c

View File

@ -21,7 +21,7 @@
* USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "r600_cs.h"
#include "radeon/r600_cs.h"
#include "util/u_viewport.h"
#include "tgsi/tgsi_scan.h"