[Mesa-dev] [PATCH] i965: fix typo (wrong gen number) in comment

Kenneth Graunke kenneth at whitecape.org
Fri Jun 29 20:07:56 UTC 2018


On Friday, June 29, 2018 11:39:34 AM PDT Caio Marcelo de Oliveira Filho wrote:
> ---
>  src/mesa/drivers/dri/i965/genX_state_upload.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/drivers/dri/i965/genX_state_upload.c b/src/mesa/drivers/dri/i965/genX_state_upload.c
> index b279f01e1a1..921b420ab81 100644
> --- a/src/mesa/drivers/dri/i965/genX_state_upload.c
> +++ b/src/mesa/drivers/dri/i965/genX_state_upload.c
> @@ -1935,7 +1935,7 @@ genX(upload_wm)(struct brw_context *brw)
>                  brw_wm_prog_data_dispatch_grf_start_reg(wm_prog_data, wm, 2));
>        }
>  #elif GEN_GEN == 6
> -      /* On gen5, we have multiple shader kernels and we no longer specify a
> +      /* On gen6, we have multiple shader kernels and we no longer specify a
>         * register count for each one.
>         */
>        wm.KernelStartPointer0 = stage_state->prog_offset +
> 

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180629/590dfbd8/attachment.sig>


More information about the mesa-dev mailing list