From 6963f94e98e9b0a1432bc0071d495c9e31b899ae Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 3 Oct 2016 09:57:50 -0600 Subject: st/mesa: move all sampler view code into new st_sampler_view.[ch] files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously, the sampler view code was scattered across several different files. Note, the previous REALLOC(), FREE() for st_texture_object::sampler_views are replaced by realloc(), free() to avoid conflicting macros in Mesa vs. Gallium. Reviewed-by: Edward O'Callaghan Acked-by: Nicolai Hähnle Reviewed-by: Marek Olšák --- src/mesa/state_tracker/st_context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/state_tracker/st_context.c') diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index b9dc0c67da3..174503f80ff 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -70,6 +70,7 @@ #include "st_gen_mipmap.h" #include "st_pbo.h" #include "st_program.h" +#include "st_sampler_view.h" #include "st_vdpau.h" #include "st_texture.h" #include "pipe/p_context.h" -- cgit v1.2.3