summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-01-26 15:08:17 -0800
committerEric Anholt <eric@anholt.net>2016-01-29 18:12:53 -0800
commit4494a450405cf539743cbcfe6907bf5bdd2d80cb (patch)
treedc3291bd4b59d4f68b7fb28f6a690d6e22065dab
parentf7c24e6ac345aab91df5fc959f239a33f37113b1 (diff)
glamor: Drop comment about dead yInverted flag.
Wait long enough, and you don't need to think about it at all. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
-rw-r--r--glamor/glamor_transform.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/glamor/glamor_transform.c b/glamor/glamor_transform.c
index ad069435f..564a52d2d 100644
--- a/glamor/glamor_transform.c
+++ b/glamor/glamor_transform.c
@@ -77,8 +77,6 @@ glamor_set_destination_drawable(DrawablePtr drawable,
* gl_x = (render_x + drawable->x + off_x) * 2 / width - 1
*
* gl_x = (render_x) * 2 / width + (drawable->x + off_x) * 2 / width - 1
- *
- * I'll think about yInverted later, when I have some way to test
*/
if (do_drawable_translate) {