aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-08-19 14:54:42 -0700
committerJason Ekstrand <[email protected]>2017-08-20 20:14:49 -0700
commitcadcd89278edcda8aba28a38da2ea6690207b38b (patch)
tree64cfda0855030def2619d51a92d96c151a065532 /src/mesa/drivers/dri
parent87556a650ad363b41d86f4e25d5c4696f9af4550 (diff)
i965/tex: Change the flags type on create_for_teximage
This matches the actual function declaration. Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/i965/intel_tex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_tex.h b/src/mesa/drivers/dri/i965/intel_tex.h
index 376f075c9ee..beefc4b61b0 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);