On Fri, Apr 26, 2013 at 1:21 PM, Tom Stellard <[email protected]> wrote:
> From: Tom Stellard <[email protected]>

For the series:
Reviewed-by: Alex Deucher <[email protected]>

>
> ---
>  src/gallium/drivers/r600/evergreen_compute.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/r600/evergreen_compute.c 
> b/src/gallium/drivers/r600/evergreen_compute.c
> index 189ffac..8f19dfc 100644
> --- a/src/gallium/drivers/r600/evergreen_compute.c
> +++ b/src/gallium/drivers/r600/evergreen_compute.c
> @@ -417,7 +417,7 @@ static void compute_emit_cs(struct r600_context *ctx, 
> const uint *block_layout,
>  #if 0
>         COMPUTE_DBG(ctx->screen, "cdw: %i\n", cs->cdw);
>         for (i = 0; i < cs->cdw; i++) {
> -               COMPUTE_DBG(ctx->screen, "%4i : 0x%08X\n", i, 
> ctx->cs->buf[i]);
> +               COMPUTE_DBG(ctx->screen, "%4i : 0x%08X\n", i, cs->buf[i]);
>         }
>  #endif
>
> --
> 1.8.1.5
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to