diff options
author | Jason Ekstrand <[email protected]> | 2016-10-08 22:54:00 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-06-14 18:15:05 -0700 |
commit | 862493f7cb2d7d065eae52e45abbd226898af37c (patch) | |
tree | e7e88fb2937719dbb5b0480b3c08541012f2d538 /src/mesa/drivers/dri/i965/brw_blorp.h | |
parent | f762962f7ffd280ee1fd4280744800f73e133901 (diff) |
i965: Use blorp for depth/stencil clears on gen6+
Acked-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Topi Pohjolainen <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_blorp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h index fd1b5cc944d..c8d4aeb24d7 100644 --- a/src/mesa/drivers/dri/i965/brw_blorp.h +++ b/src/mesa/drivers/dri/i965/brw_blorp.h @@ -62,6 +62,10 @@ brw_blorp_copy_miptrees(struct brw_context *brw, bool brw_blorp_clear_color(struct brw_context *brw, struct gl_framebuffer *fb, GLbitfield mask, bool partial_clear, bool encode_srgb); +void +brw_blorp_clear_depth_stencil(struct brw_context *brw, + struct gl_framebuffer *fb, + GLbitfield mask, bool partial_clear); void brw_blorp_resolve_color(struct brw_context *brw, |