[Mesa-dev] [PATCH] radeonsi: Fix build error introduced in 5ab9a9c
Laurent Carlier
lordheavym at gmail.com
Fri Jun 6 22:36:20 PDT 2014
Le vendredi 6 juin 2014, 22:11:43 Ian Romanick a écrit :
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> While resolving conflicts in cherry picking commit d226191, I
> accidentally introduced some garbage. Because radeonsi isn't built by
> default, the problem went unnoticed by me.
>
> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
> Reported-by: Laurent Carlier <lordheavym at gmail.com>
> ---
>
> Laurent, can you verify that this fixes your build?
>
> src/gallium/drivers/radeonsi/si_blit.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/src/gallium/drivers/radeonsi/si_blit.c
> b/src/gallium/drivers/radeonsi/si_blit.c index 892ee84..1dfff49 100644
> --- a/src/gallium/drivers/radeonsi/si_blit.c
> +++ b/src/gallium/drivers/radeonsi/si_blit.c
> @@ -692,7 +692,6 @@ static bool do_hardware_msaa_resolve(struct pipe_context
> *ctx, !(dst->surface.flags & RADEON_SURF_SCANOUT) &&
> (!dst->cmask.size || !dst->dirty_level_mask) /* dst cannot be
> fast-cleared */) { si_blitter_begin(ctx, SI_COLOR_RESOLVE);
> -t-cleared
> util_blitter_custom_resolve_color(sctx->blitter,
> info->dst.resource, info->dst.level,
> info->dst.box.z,
Now mesa builds fine. Thanks
--
Laurent Carlier
ArchLinux Developer
http://www.archlinux.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140607/dea7b541/attachment.sig>
More information about the mesa-dev
mailing list