summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/Makefile.sources
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2013-09-22 13:06:27 +0200
committerMarek Olšák <marek.olsak@amd.com>2013-09-29 15:18:10 +0200
commite64633e8c3a5498998a45ab721bf80edca101cf5 (patch)
tree525282c2cfb50d874c3cdcd5ee55e1587951c90c /src/gallium/drivers/r600/Makefile.sources
parent4069d39465be2a54b52c5de77393603d9a6b3e5a (diff)
r600g,radeonsi: share r600_texture.c
The function r600_choose_tiling is new and needs a review. The only change in functionality is that it enables 2D tiling for compressed textures on SI. It was probably accidentally turned off. v2: don't make scanout buffers linear
Diffstat (limited to 'src/gallium/drivers/r600/Makefile.sources')
-rw-r--r--src/gallium/drivers/r600/Makefile.sources1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/Makefile.sources b/src/gallium/drivers/r600/Makefile.sources
index df083d714a4..76fd164b6e6 100644
--- a/src/gallium/drivers/r600/Makefile.sources
+++ b/src/gallium/drivers/r600/Makefile.sources
@@ -9,7 +9,6 @@ C_SOURCES = \
r600_resource.c \
r600_shader.c \
r600_state.c \
- r600_texture.c \
r700_asm.c \
evergreen_hw_context.c \
evergreen_state.c \