[PATCH 1/7] glamor: Drop a redundant check.
Alex Deucher
alexdeucher at gmail.com
Wed Jul 1 06:54:50 PDT 2015
On Tue, Jun 30, 2015 at 6:58 PM, Eric Anholt <eric at anholt.net> wrote:
> Above, we've already checked for ->fbo && ->fbo->fb and returned.
>
> Signed-off-by: Eric Anholt <eric at anholt.net>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> glamor/glamor_pixmap.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/glamor/glamor_pixmap.c b/glamor/glamor_pixmap.c
> index f2bf223..0e51550 100644
> --- a/glamor/glamor_pixmap.c
> +++ b/glamor/glamor_pixmap.c
> @@ -897,8 +897,7 @@ glamor_pixmap_upload_prepare(PixmapPtr pixmap, GLenum format, int no_alpha,
> }
>
> if ((flag == GLAMOR_CREATE_FBO_NO_FBO
> - && pixmap_priv->fbo && pixmap_priv->fbo->tex)
> - || (flag == 0 && pixmap_priv->fbo && pixmap_priv->fbo->fb))
> + && pixmap_priv->fbo && pixmap_priv->fbo->tex))
> return 0;
>
> if (glamor_priv->gl_flavor == GLAMOR_GL_DESKTOP)
> --
> 2.1.4
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
More information about the xorg-devel
mailing list