From: Matt Turner Date: Mon, 29 Jun 2015 21:04:14 +0000 (-0700) Subject: i965: Note that the UV immediate type is Gen6+. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65ffaf2740e40cc155b55fae81166181a9b616a2;p=mesa.git i965: Note that the UV immediate type is Gen6+. --- 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, /** @} */