Module: Mesa
Branch: master
Commit: 209031701a5e1180e6fdfeee8f8db164dd98a29e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=209031701a5e1180e6fdfeee8f8db164dd98a29e

Author: Brian Paul <[email protected]>
Date:   Thu Sep 10 16:50:18 2009 -0600

softpipe: remove unused #includes, move comment

---

 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 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 <[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,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to