On Sat, Jun 1, 2013 at 8:29 AM, Marek Olšák <mar...@gmail.com> wrote:

> 0 means SWAPBUFFERS.
> ---
>  src/gallium/state_trackers/dri/drm/dri2.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/state_trackers/dri/drm/dri2.c
> b/src/gallium/state_trackers/dri/drm/dri2.c
> index 032614c..cc843b1 100644
> --- a/src/gallium/state_trackers/dri/drm/dri2.c
> +++ b/src/gallium/state_trackers/dri/drm/dri2.c
> @@ -46,7 +46,7 @@
>  static void
>  dri2_flush_drawable(__DRIdrawable *dPriv)
>  {
> -   dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, 0);
> +   dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1);
>  }
>
>  static void
>
> I'm not terribly familiar with the DRI code you're touching, but the
changes look OK to me.
For the rest of the series:  Reviewed-by: Brian Paul <bri...@vmware.com>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to