mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
i965: Note that the UV immediate type is Gen6+.
This commit is contained in:
parent
718249843b
commit
65ffaf2740
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
/** @} */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue