[Mesa-dev] [PATCH 1/2] i965/tex: Change the flags type on create_for_teximage
Jason Ekstrand
jason at jlekstrand.net
Sat Aug 19 22:07:47 UTC 2017
This matches the actual function declaration.
---
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 376f075..beefc4b 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);
--
2.5.0.400.gff86faf
More information about the mesa-dev
mailing list