summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Makefile.sources
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-10-25 13:50:10 -0400
committerTom Stellard <thomas.stellard@amd.com>2013-04-05 18:43:34 -0400
commit302f53dc20593e72848f685643a34ea83d98bb65 (patch)
tree19774a1b52958996f0cbddc6d2c5354d01993583 /src/gallium/drivers/radeonsi/Makefile.sources
parent4f7fe2cf2cb16ac27ea0f6cc0da84ee2c64c3754 (diff)
downloadexternal_mesa3d-302f53dc20593e72848f685643a34ea83d98bb65.zip
external_mesa3d-302f53dc20593e72848f685643a34ea83d98bb65.tar.gz
external_mesa3d-302f53dc20593e72848f685643a34ea83d98bb65.tar.bz2
radeonsi: Add compute support v3
v2: - Only dump shaders when env variable is set. v3: - Don't emit VGT registers Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.sources')
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.sources b/src/gallium/drivers/radeonsi/Makefile.sources
index 65da1ac..5e1cc4f 100644
--- a/src/gallium/drivers/radeonsi/Makefile.sources
+++ b/src/gallium/drivers/radeonsi/Makefile.sources
@@ -9,6 +9,7 @@ C_SOURCES := \
r600_texture.c \
r600_translate.c \
radeonsi_pm4.c \
+ radeonsi_compute.c \
si_state.c \
si_state_streamout.c \
si_state_draw.c \