Mesa (master): r300: drop u_mm.h include.

Dave Airlie airlied at kemper.freedesktop.org
Wed Aug 2 20:20:20 UTC 2017


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Aug  2 16:04:14 2017 +1000

r300: drop u_mm.h include.

This is not used in any of these files.

Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/gallium/drivers/r300/r300_emit.c    | 1 -
 src/gallium/drivers/r300/r300_hyperz.c  | 1 -
 src/gallium/drivers/r300/r300_state.c   | 1 -
 src/gallium/drivers/r300/r300_texture.c | 1 -
 4 files changed, 4 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c
index 63f12de0a8..80c959b95d 100644
--- a/src/gallium/drivers/r300/r300_emit.c
+++ b/src/gallium/drivers/r300/r300_emit.c
@@ -25,7 +25,6 @@
 
 #include "util/u_format.h"
 #include "util/u_math.h"
-#include "util/u_mm.h"
 
 #include "r300_context.h"
 #include "r300_cb.h"
diff --git a/src/gallium/drivers/r300/r300_hyperz.c b/src/gallium/drivers/r300/r300_hyperz.c
index 0f021e9f4e..d86819afa7 100644
--- a/src/gallium/drivers/r300/r300_hyperz.c
+++ b/src/gallium/drivers/r300/r300_hyperz.c
@@ -26,7 +26,6 @@
 #include "r300_fs.h"
 
 #include "util/u_format.h"
-#include "util/u_mm.h"
 
 /*
   HiZ rules - taken from various docs 
diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c
index c2b99372f8..437df48826 100644
--- a/src/gallium/drivers/r300/r300_state.c
+++ b/src/gallium/drivers/r300/r300_state.c
@@ -27,7 +27,6 @@
 #include "util/u_half.h"
 #include "util/u_helpers.h"
 #include "util/u_math.h"
-#include "util/u_mm.h"
 #include "util/u_memory.h"
 #include "util/u_pack_color.h"
 #include "util/u_transfer.h"
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c
index cdf9ccb973..8873c54ebc 100644
--- a/src/gallium/drivers/r300/r300_texture.c
+++ b/src/gallium/drivers/r300/r300_texture.c
@@ -34,7 +34,6 @@
 #include "util/u_format_s3tc.h"
 #include "util/u_math.h"
 #include "util/u_memory.h"
-#include "util/u_mm.h"
 
 #include "pipe/p_screen.h"
 




More information about the mesa-commit mailing list