Mesa (master): i965/tex: Change the flags type on create_for_teximage

Jason Ekstrand jekstrand at kemper.freedesktop.org
Mon Aug 21 03:15:08 UTC 2017


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Sat Aug 19 14:54:42 2017 -0700

i965/tex: Change the flags type on create_for_teximage

This matches the actual function declaration.

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/drivers/dri/i965/intel_tex.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/intel_tex.h b/src/mesa/drivers/dri/i965/intel_tex.h
index 376f075c9e..beefc4b61b 100644
--- a/src/mesa/drivers/dri/i965/intel_tex.h
+++ b/src/mesa/drivers/dri/i965/intel_tex.h
@@ -49,7 +49,7 @@ struct intel_mipmap_tree *
 intel_miptree_create_for_teximage(struct brw_context *brw,
 				  struct intel_texture_object *intelObj,
 				  struct intel_texture_image *intelImage,
-                                  uint32_t layout_flags);
+                                  enum intel_miptree_create_flags flags);
 
 void intel_finalize_mipmap_tree(struct brw_context *brw, GLuint unit);
 




More information about the mesa-commit mailing list