summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2009-09-02 17:21:28 -0400
committerZack Rusin <zackr@vmware.com>2009-09-02 17:21:28 -0400
commitdc9de8064f52b12d29d9ecd51b765973ac293fac (patch)
tree8eee9f695b5f4b89f90206a14fb92ee84d0cbf6f /src/gallium
parentd918896a754460bfcc5a9ba1e2844255f21ecab7 (diff)
st/xorg: flip the coordinate system
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/state_trackers/xorg/xorg_composite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c b/src/gallium/state_trackers/xorg/xorg_composite.c
index fafd77f052..d0cac75855 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