[Mesa-dev] [PATCH 1/2] r300: drop u_mm.h include.

Marek Olšák maraeo at gmail.com
Wed Aug 2 10:57:32 UTC 2017


Reviewed-by: Marek Olšák <marek.olsak at amd.com>

Marek

On Wed, Aug 2, 2017 at 8:27 AM, Dave Airlie <airlied at gmail.com> wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> This is not used in any of these files.
>
> 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 63f12de..80c959b 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 0f021e9..d86819a 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 c2b9937..437df48 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 cdf9ccb..8873c54 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"
>
> --
> 2.9.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list