diff options
author | Jason Ekstrand <[email protected]> | 2016-08-19 03:15:41 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-29 12:17:34 -0700 |
commit | 87a1cb697937fa01405b0a57470ee69b9cf19998 (patch) | |
tree | 12596d2bc52d02830fba784b3ed905e349dd036c /src/mesa/drivers/dri/i965/brw_context.h | |
parent | db95a8108f68dfeae10db4f56f721838fd57b36f (diff) |
i965: Move the hiz_op enum to blorp
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index da80e348a7d..a76b25f0b96 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1848,7 +1848,7 @@ gen8_emit_depth_stencil_hiz(struct brw_context *brw, uint32_t tile_x, uint32_t tile_y); void gen8_hiz_exec(struct brw_context *brw, struct intel_mipmap_tree *mt, - unsigned int level, unsigned int layer, enum gen6_hiz_op op); + unsigned int level, unsigned int layer, enum blorp_hiz_op op); uint32_t get_hw_prim_for_gl_prim(int mode); |