From a13bcf945fdc455c184284552d8f39c57982d61f Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Fri, 19 Mar 2010 02:38:10 +0200 Subject: [PATCH] rename dri_sw to drisw_util for consistency --- src/mesa/drivers/dri/common/{dri_sw.c => drisw_util.c} | 4 ++-- src/mesa/drivers/dri/common/{dri_sw.h => drisw_util.h} | 0 src/mesa/drivers/dri/swrast/Makefile | 2 +- src/mesa/drivers/dri/swrast/swrast_priv.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/mesa/drivers/dri/common/{dri_sw.c => drisw_util.c} (99%) rename src/mesa/drivers/dri/common/{dri_sw.h => drisw_util.h} (100%) diff --git a/src/mesa/drivers/dri/common/dri_sw.c b/src/mesa/drivers/dri/common/drisw_util.c similarity index 99% rename from src/mesa/drivers/dri/common/dri_sw.c rename to src/mesa/drivers/dri/common/drisw_util.c index b7f9036f473..141ca302d08 100644 --- a/src/mesa/drivers/dri/common/dri_sw.c +++ b/src/mesa/drivers/dri/common/drisw_util.c @@ -22,12 +22,12 @@ */ /** - * \file dri_sw.c + * \file drisw_util.c * * DRISW utility functions, i.e. dri_util.c stripped from drm-specific bits. */ -#include "dri_sw.h" +#include "drisw_util.h" #include "utils.h" diff --git a/src/mesa/drivers/dri/common/dri_sw.h b/src/mesa/drivers/dri/common/drisw_util.h similarity index 100% rename from src/mesa/drivers/dri/common/dri_sw.h rename to src/mesa/drivers/dri/common/drisw_util.h diff --git a/src/mesa/drivers/dri/swrast/Makefile b/src/mesa/drivers/dri/swrast/Makefile index aeefece4402..d2cf6dbc55b 100644 --- a/src/mesa/drivers/dri/swrast/Makefile +++ b/src/mesa/drivers/dri/swrast/Makefile @@ -20,7 +20,7 @@ ASM_SOURCES = SWRAST_COMMON_SOURCES = \ ../../common/driverfuncs.c \ ../common/utils.c \ - ../common/dri_sw.c + ../common/drisw_util.c include ../Makefile.template diff --git a/src/mesa/drivers/dri/swrast/swrast_priv.h b/src/mesa/drivers/dri/swrast/swrast_priv.h index 77670d89a5e..007642be95f 100644 --- a/src/mesa/drivers/dri/swrast/swrast_priv.h +++ b/src/mesa/drivers/dri/swrast/swrast_priv.h @@ -30,7 +30,7 @@ #include #include #include "main/mtypes.h" -#include "dri_sw.h" +#include "drisw_util.h" /** -- 2.30.2