Mesa (master): i965: Mark BRW_CONDITIONAL_R as Gen <= 5.

Matt Turner mattst88 at kemper.freedesktop.org
Fri Aug 29 02:07:26 UTC 2014


Module: Mesa
Branch: master
Commit: 2cab62a68d5a86eef8e510bac176a14d0834787a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cab62a68d5a86eef8e510bac176a14d0834787a

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Aug 27 18:39:35 2014 -0700

i965: Mark BRW_CONDITIONAL_R as Gen <= 5.

---

 src/mesa/drivers/dri/i965/brw_defines.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index 968aba1..0ef43e9 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -731,7 +731,7 @@ enum PACKED brw_conditional_mod {
    BRW_CONDITIONAL_GE   = 4,
    BRW_CONDITIONAL_L    = 5,
    BRW_CONDITIONAL_LE   = 6,
-   BRW_CONDITIONAL_R    = 7,
+   BRW_CONDITIONAL_R    = 7,    /* Gen <= 5 */
    BRW_CONDITIONAL_O    = 8,
    BRW_CONDITIONAL_U    = 9,
 };




More information about the mesa-commit mailing list