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

This commit is contained in:
Matt Turner 2015-06-29 14:04:14 -07:00
parent 718249843b
commit 65ffaf2740

View 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,
/** @} */