[Mesa-dev] [PATCH 18/23] i965/disasm: Fix typo in RT UNORM write message.

Kristian Høgsberg hoegsberg at gmail.com
Mon Jun 30 11:55:39 PDT 2014


On Sat, Jun 28, 2014 at 09:33:57PM -0700, Kenneth Graunke wrote:
> The name of this message is "Render Target UNORM Write" (Sandybridge
> PRM, Volume 4 Part 1, Page 210).  Drop the bogus 'c'.
> 
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>

> ---
>  src/mesa/drivers/dri/i965/brw_disasm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_disasm.c
> index b739cc8..9cada6d 100644
> --- a/src/mesa/drivers/dri/i965/brw_disasm.c
> +++ b/src/mesa/drivers/dri/i965/brw_disasm.c
> @@ -397,7 +397,7 @@ static const char *const dp_rc_msg_type_gen6[16] = {
>        "DWORD scattered write",
>     [GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_WRITE] = "RT write",
>     [GEN6_DATAPORT_WRITE_MESSAGE_STREAMED_VB_WRITE] = "streamed VB write",
> -   [GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_UNORM_WRITE] = "RT UNORMc write",
> +   [GEN6_DATAPORT_WRITE_MESSAGE_RENDER_TARGET_UNORM_WRITE] = "RT UNORM write",
>  };
>  
>  static const char *const dp_dc0_msg_type_gen7[16] = {
> -- 
> 2.0.0
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list