[PATCH 03/10] glamor: Unbind GL_ARRAY_BUFFER in glamor_put_vbo_space

Markus Wick markus at selfnet.de
Thu Mar 13 23:51:18 PDT 2014


Am 2014-03-14 07:29, schrieb Keith Packard:
> diff --git a/glamor/glamor_vbo.c b/glamor/glamor_vbo.c
> index 5e98bfe..31e0730 100644
> --- a/glamor/glamor_vbo.c
> +++ b/glamor/glamor_vbo.c
> @@ -153,6 +153,7 @@ glamor_put_vbo_space(ScreenPtr screen)
>          glBufferData(GL_ARRAY_BUFFER, glamor_priv->vbo_offset,
>                       glamor_priv->vb, GL_DYNAMIC_DRAW);
>      }
> +    glBindBuffer(GL_ARRAY_BUFFER, 0);
> 
>      glBindBuffer(GL_ARRAY_BUFFER, 0);

Rebase failure.


More information about the xorg-devel mailing list