i965: Rename intel_regions.h to something more appropriate now.
authorEric Anholt <eric@anholt.net>
Tue, 29 Apr 2014 22:30:15 +0000 (15:30 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 May 2014 22:12:27 +0000 (15:12 -0700)
We had the EGLimage structure laying around in intel_regions.h, but now
it's the only thing left in the file.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/intel_fbo.c
src/mesa/drivers/dri/i965/intel_image.h [moved from src/mesa/drivers/dri/i965/intel_regions.h with 99% similarity]
src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
src/mesa/drivers/dri/i965/intel_screen.c
src/mesa/drivers/dri/i965/intel_tex_image.c

index 8ffacc8..449fcfc 100644 (file)
@@ -57,7 +57,7 @@
 #include "intel_fbo.h"
 #include "intel_mipmap_tree.h"
 #include "intel_pixel.h"
-#include "intel_regions.h"
+#include "intel_image.h"
 #include "intel_tex.h"
 #include "intel_tex_obj.h"
 
index 477e126..e820a14 100644 (file)
@@ -48,7 +48,7 @@
 #include "intel_blit.h"
 #include "intel_fbo.h"
 #include "intel_mipmap_tree.h"
-#include "intel_regions.h"
+#include "intel_image.h"
 #include "intel_screen.h"
 #include "intel_tex.h"
 #include "brw_context.h"
similarity index 99%
rename from src/mesa/drivers/dri/i965/intel_regions.h
rename to src/mesa/drivers/dri/i965/intel_image.h
index a34f0b0..ba3ed27 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef INTEL_REGIONS_H
 #define INTEL_REGIONS_H
 
-/** @file intel_regions.h
+/** @file intel_image.h
  *
  * Structure definitions and prototypes for intel_region handling,
  * which is the basic structure for rectangular collections of pixels
index 1d9193a..1b3f952 100644 (file)
@@ -47,7 +47,7 @@
 #include "intel_batchbuffer.h"
 #include "intel_blit.h"
 #include "intel_fbo.h"
-#include "intel_regions.h"
+#include "intel_image.h"
 #include "intel_buffers.h"
 #include "intel_pixel.h"
 #include "intel_reg.h"
index f7394ae..8299d3d 100644 (file)
@@ -100,7 +100,7 @@ DRI_CONF_END
 #include "intel_mipmap_tree.h"
 #include "intel_screen.h"
 #include "intel_tex.h"
-#include "intel_regions.h"
+#include "intel_image.h"
 
 #include "brw_context.h"
 
index 42fdee3..fbb799b 100644 (file)
@@ -21,7 +21,7 @@
 #include "intel_tex.h"
 #include "intel_blit.h"
 #include "intel_fbo.h"
-#include "intel_regions.h"
+#include "intel_image.h"
 
 #include "brw_context.h"