Mesa (master): i965: Note that the UV immediate type is Gen6+.

Matt Turner mattst88 at kemper.freedesktop.org
Thu Oct 22 17:22:04 UTC 2015


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Jun 29 14:04:14 2015 -0700

i965: Note that the UV immediate type is Gen6+.

---

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

diff --git a/src/mesa/drivers/dri/i965/brw_reg.h b/src/mesa/drivers/dri/i965/brw_reg.h
index 87e7e01..083c46a 100644
--- a/src/mesa/drivers/dri/i965/brw_reg.h
+++ b/src/mesa/drivers/dri/i965/brw_reg.h
@@ -205,7 +205,7 @@ enum PACKED brw_reg_type {
    /** @} */
 
    /** Immediates only: @{ */
-   BRW_REGISTER_TYPE_UV,
+   BRW_REGISTER_TYPE_UV, /* Gen6+ */
    BRW_REGISTER_TYPE_V,
    BRW_REGISTER_TYPE_VF,
    /** @} */




More information about the mesa-commit mailing list