summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-05-15 17:33:26 +0100
committerWill Thompson <will@willthompson.co.uk>2012-05-15 17:33:26 +0100
commitceeead0edb02fb77dc7811f17fc1d03d8e5faf32 (patch)
treec9bd52bf8cd72f184cef86e8c251e51ff9833caf /src
parentae605cb390942a362b2c7882fddd6e32006ef55a (diff)
write to the screen the other way up
Diffstat (limited to 'src')
-rw-r--r--src/videocore-shaders.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/videocore-shaders.c b/src/videocore-shaders.c
index 644a5d1..44431dd 100644
--- a/src/videocore-shaders.c
+++ b/src/videocore-shaders.c
@@ -130,10 +130,10 @@ VideoCoreDrawIdentity(ScrnInfoPtr pScrn)
};
float tex_coords[] = {
- 0.0, 0.0,
0.0, 1.0,
- 1.0, 0.0,
+ 0.0, 0.0,
1.0, 1.0,
+ 1.0, 0.0,
};
GLushort indices[] = {