From e64633e8c3a5498998a45ab721bf80edca101cf5 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 22 Sep 2013 13:06:27 +0200 Subject: 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 --- src/gallium/drivers/r600/Makefile.sources | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/r600/Makefile.sources') 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 \ -- cgit v1.2.3