projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d918896
)
st/xorg: flip the coordinate system
author
Zack Rusin
<zackr@vmware.com>
Wed, 2 Sep 2009 21:21:28 +0000
(17:21 -0400)
committer
Zack Rusin
<zackr@vmware.com>
Wed, 2 Sep 2009 21:21:28 +0000
(17:21 -0400)
src/gallium/state_trackers/xorg/xorg_composite.c
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/xorg/xorg_composite.c
b/src/gallium/state_trackers/xorg/xorg_composite.c
index
fafd77f
..
d0cac75
100644
(file)
--- 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