summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Makefile.sources
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2012-08-02 16:15:40 +0200
committerChristian König <deathsimple@vodafone.de>2012-08-11 09:58:26 +0200
commit583c212115795bef65da92761180ce830fafc927 (patch)
tree2bc495119e744006eca2ae6845cbbd6ef64065ed /src/gallium/drivers/radeonsi/Makefile.sources
parent303f4b7dcddee384d6f1dc1027cbdee840a38d7d (diff)
downloadexternal_mesa3d-583c212115795bef65da92761180ce830fafc927.zip
external_mesa3d-583c212115795bef65da92761180ce830fafc927.tar.gz
external_mesa3d-583c212115795bef65da92761180ce830fafc927.tar.bz2
radeonsi: move sync handling into new state handler
So we can remove all the old atom handling. Signed-off-by: Christian König <deathsimple@vodafone.de>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.sources')
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.sources b/src/gallium/drivers/radeonsi/Makefile.sources
index 630afb8..f1b4936 100644
--- a/src/gallium/drivers/radeonsi/Makefile.sources
+++ b/src/gallium/drivers/radeonsi/Makefile.sources
@@ -9,8 +9,8 @@ C_SOURCES := \
r600_texture.c \
evergreen_hw_context.c \
r600_translate.c \
- r600_state_common.c \
radeonsi_pm4.c \
si_state.c \
si_state_streamout.c \
- si_state_draw.c
+ si_state_draw.c \
+ si_commands.c