OSDN Git Service

i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
authorPaul Berry <stereotype441@gmail.com>
Mon, 30 Apr 2012 05:05:28 +0000 (22:05 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 10 May 2012 17:30:01 +0000 (10:30 -0700)
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@linux.intel.com>
src/mesa/drivers/dri/i965/brw_vtbl.c
src/mesa/drivers/dri/i965/gen6_blorp.cpp
src/mesa/drivers/dri/i965/gen6_blorp.h [moved from src/mesa/drivers/dri/i965/gen6_hiz.h with 100% similarity]
src/mesa/drivers/dri/i965/gen7_blorp.cpp
src/mesa/drivers/dri/i965/gen7_blorp.h [moved from src/mesa/drivers/dri/i965/gen7_hiz.h with 100% similarity]

index 5e73456..7331934 100644 (file)
@@ -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"
 
index 536bd7e..604d380 100644 (file)
@@ -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
index 1827249..9d21ec9 100644 (file)
@@ -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()