summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-01-22 03:08:50 +0100
committerMarek Olšák <[email protected]>2014-01-28 01:39:59 +0100
commit27a73a1b94a111890ce7fa58a997468b9dc65431 (patch)
tree71f0c4162815719c895893487c3c7d68afad656f /src/gallium/drivers/radeonsi/Makefile.sources
parent9f5c037ab9e5dd8d5e10ccb6962de52927e677bd (diff)
radeonsi: move si_upload_const_buffer to a better place
This gets rid of another file. Reviewed-by: Michel Dänzer <[email protected]> Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.sources')
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.sources b/src/gallium/drivers/radeonsi/Makefile.sources
index 4e1f9712efc..11b3319ac72 100644
--- a/src/gallium/drivers/radeonsi/Makefile.sources
+++ b/src/gallium/drivers/radeonsi/Makefile.sources
@@ -1,6 +1,5 @@
C_SOURCES := \
si_blit.c \
- si_buffer.c \
si_commands.c \
si_compute.c \
si_descriptors.c \