diff options
author | Brian Paul <[email protected]> | 2009-09-10 16:50:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-09-10 16:50:18 -0600 |
commit | 209031701a5e1180e6fdfeee8f8db164dd98a29e (patch) | |
tree | 153f85fd359a793dc425a860089c80dcde6c0cf0 /src/gallium/drivers/softpipe/sp_texture.c | |
parent | de059d35c3a99ab1eafd9dfece5ce0c83facee5b (diff) |
softpipe: remove unused #includes, move comment
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_texture.c')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_texture.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c index 9a3f8f3d53b..1a9646147b8 100644 --- a/src/gallium/drivers/softpipe/sp_texture.c +++ b/src/gallium/drivers/softpipe/sp_texture.c @@ -30,27 +30,21 @@ * Michel Dänzer <[email protected]> */ -#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, |