Module: Mesa
Branch: fast-color-clear
Commit: 981590015422290202e990a1065cec0b862ad8ce
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=981590015422290202e990a1065cec0b862ad8ce

Author: Plamena Manolova <[email protected]>
Date:   Wed Feb 27 22:14:15 2019 +0200

i965: Re-enable fast color clear for GEN11

Signed-off-by: Plamema Manolova <[email protected]>

---

 src/mesa/drivers/dri/i965/brw_blorp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c 
b/src/mesa/drivers/dri/i965/brw_blorp.c
index 13f902e5a3a..eded6ff75d6 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.c
+++ b/src/mesa/drivers/dri/i965/brw_blorp.c
@@ -1278,8 +1278,6 @@ do_single_blorp_clear(struct brw_context *brw, struct 
gl_framebuffer *fb,
 
    /* FINISHME: Debug and enable fast clears */
    const struct gen_device_info *devinfo = &brw->screen->devinfo;
-   if (devinfo->gen >= 11)
-      can_fast_clear = false;
 
    if (can_fast_clear) {
       const enum isl_aux_state aux_state =

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to