Mesa (master): i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h

Paul Berry stereotype441 at kemper.freedesktop.org
Thu May 10 17:31:06 UTC 2012


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

Author: Paul Berry <stereotype441 at gmail.com>
Date:   Sun Apr 29 22:05:28 2012 -0700

i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h

This patch renames the gen6_hiz.h and gen7_hiz.h files to correspond
to the renames of the corresponding .cpp files (see previous commit).

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

---

 src/mesa/drivers/dri/i965/brw_vtbl.c               |    4 ++--
 src/mesa/drivers/dri/i965/gen6_blorp.cpp           |    2 +-
 .../drivers/dri/i965/{gen6_hiz.h => gen6_blorp.h}  |    0 
 src/mesa/drivers/dri/i965/gen7_blorp.cpp           |    4 ++--
 .../drivers/dri/i965/{gen7_hiz.h => gen7_blorp.h}  |    0 
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_vtbl.c b/src/mesa/drivers/dri/i965/brw_vtbl.c
index 5e73456..7331934 100644
--- a/src/mesa/drivers/dri/i965/brw_vtbl.c
+++ b/src/mesa/drivers/dri/i965/brw_vtbl.c
@@ -49,8 +49,8 @@
 #include "brw_vs.h"
 #include "brw_wm.h"
 
-#include "gen6_hiz.h"
-#include "gen7_hiz.h"
+#include "gen6_blorp.h"
+#include "gen7_blorp.h"
 
 #include "glsl/ralloc.h"
 
diff --git a/src/mesa/drivers/dri/i965/gen6_blorp.cpp b/src/mesa/drivers/dri/i965/gen6_blorp.cpp
index 536bd7e..604d380 100644
--- a/src/mesa/drivers/dri/i965/gen6_blorp.cpp
+++ b/src/mesa/drivers/dri/i965/gen6_blorp.cpp
@@ -31,7 +31,7 @@
 #include "brw_defines.h"
 #include "brw_state.h"
 
-#include "gen6_hiz.h"
+#include "gen6_blorp.h"
 
 /**
  * \name Constants for HiZ VBO
diff --git a/src/mesa/drivers/dri/i965/gen6_hiz.h b/src/mesa/drivers/dri/i965/gen6_blorp.h
similarity index 100%
rename from src/mesa/drivers/dri/i965/gen6_hiz.h
rename to src/mesa/drivers/dri/i965/gen6_blorp.h
diff --git a/src/mesa/drivers/dri/i965/gen7_blorp.cpp b/src/mesa/drivers/dri/i965/gen7_blorp.cpp
index 1827249..9d21ec9 100644
--- a/src/mesa/drivers/dri/i965/gen7_blorp.cpp
+++ b/src/mesa/drivers/dri/i965/gen7_blorp.cpp
@@ -31,8 +31,8 @@
 #include "brw_defines.h"
 #include "brw_state.h"
 
-#include "gen6_hiz.h"
-#include "gen7_hiz.h"
+#include "gen6_blorp.h"
+#include "gen7_blorp.h"
 
 /**
  * \copydoc gen6_hiz_exec()
diff --git a/src/mesa/drivers/dri/i965/gen7_hiz.h b/src/mesa/drivers/dri/i965/gen7_blorp.h
similarity index 100%
rename from src/mesa/drivers/dri/i965/gen7_hiz.h
rename to src/mesa/drivers/dri/i965/gen7_blorp.h




More information about the mesa-commit mailing list