diff options
author | George Sapountzis <gsapountzis@gmail.com> | 2010-03-19 02:38:10 +0200 |
---|---|---|
committer | George Sapountzis <gsapountzis@gmail.com> | 2010-03-21 13:21:45 +0200 |
commit | a13bcf945fdc455c184284552d8f39c57982d61f (patch) | |
tree | 10f26576e35b67e75e99e52030839b63d96cc035 /src/mesa/drivers/dri/common | |
parent | 0b932284f2294a1dc02004d3b6ef6dfb633bc4bb (diff) |
rename dri_sw to drisw_util for consistency
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r-- | src/mesa/drivers/dri/common/drisw_util.c (renamed from src/mesa/drivers/dri/common/dri_sw.c) | 4 | ||||
-rw-r--r-- | src/mesa/drivers/dri/common/drisw_util.h (renamed from src/mesa/drivers/dri/common/dri_sw.h) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/dri_sw.c b/src/mesa/drivers/dri/common/drisw_util.c index b7f9036f47..141ca302d0 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 index e353e26b34..e353e26b34 100644 --- a/src/mesa/drivers/dri/common/dri_sw.h +++ b/src/mesa/drivers/dri/common/drisw_util.h |