summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-06-29 14:04:14 -0700
committerMatt Turner <mattst88@gmail.com>2015-10-22 10:16:52 -0700
commit65ffaf2740e40cc155b55fae81166181a9b616a2 (patch)
tree35c8632c7797567b7d6ec2eb835f652b4d4a16ee
parent718249843b915decf8fccec92e466ac1a6219934 (diff)
i965: Note that the UV immediate type is Gen6+.
-rw-r--r--src/mesa/drivers/dri/i965/brw_reg.h2
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,
/** @} */