From: Brian Paul Date: Thu, 10 Sep 2009 22:50:18 +0000 (-0600) Subject: softpipe: remove unused #includes, move comment X-Git-Tag: mesa-7.8~2720^2~431 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=209031701a5e1180e6fdfeee8f8db164dd98a29e;p=platform%2Fupstream%2Fmesa.git softpipe: remove unused #includes, move comment --- diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c index 9a3f8f3..1a96461 100644 --- a/src/gallium/drivers/softpipe/sp_texture.c +++ b/src/gallium/drivers/softpipe/sp_texture.c @@ -30,27 +30,21 @@ * Michel Dänzer */ -#include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_inlines.h" -#include "pipe/internal/p_winsys_screen.h" #include "util/u_math.h" #include "util/u_memory.h" #include "sp_context.h" #include "sp_state.h" #include "sp_texture.h" -#include "sp_tile_cache.h" #include "sp_screen.h" #include "sp_winsys.h" -/* Simple, maximally packed layout. - */ - - /** * Conventional allocation path for non-display textures: + * Use a simple, maximally packed layout. */ static boolean softpipe_texture_layout(struct pipe_screen *screen,