i965: Note that the UV immediate type is Gen6+.
authorMatt Turner <mattst88@gmail.com>
Mon, 29 Jun 2015 21:04:14 +0000 (14:04 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 22 Oct 2015 17:16:52 +0000 (10:16 -0700)
src/mesa/drivers/dri/i965/brw_reg.h

index 87e7e011541af478094fbea9710767f60274815d..083c46a372685658757d197dc79d874fb1c69e2f 100644 (file)
@@ -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,
    /** @} */