diff options
author | Matt Turner <[email protected]> | 2015-06-29 14:04:14 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-10-22 10:16:52 -0700 |
commit | 65ffaf2740e40cc155b55fae81166181a9b616a2 (patch) | |
tree | 35c8632c7797567b7d6ec2eb835f652b4d4a16ee /src/mesa/drivers | |
parent | 718249843b915decf8fccec92e466ac1a6219934 (diff) |
i965: Note that the UV immediate type is Gen6+.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_reg.h b/src/mesa/drivers/dri/i965/brw_reg.h index 87e7e011541..083c46a3726 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, /** @} */ |