From: Zack Rusin Date: Wed, 2 Sep 2009 21:21:28 +0000 (-0400) Subject: st/xorg: flip the coordinate system X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc9de8064f52b12d29d9ecd51b765973ac293fac;p=mesa.git st/xorg: flip the coordinate system --- diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c b/src/gallium/state_trackers/xorg/xorg_composite.c index fafd77f0526..d0cac75855b 100644 --- a/src/gallium/state_trackers/xorg/xorg_composite.c +++ b/src/gallium/state_trackers/xorg/xorg_composite.c @@ -325,7 +325,7 @@ bind_viewport_state(struct exa_context *exa, PicturePtr pDstPicture) int width = pDstPicture->pDrawable->width; int height = pDstPicture->pDrawable->height; - set_viewport(exa, width, height, Y0_BOTTOM); + set_viewport(exa, width, height, Y0_TOP); } static void