From 4494a450405cf539743cbcfe6907bf5bdd2d80cb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 26 Jan 2016 15:08:17 -0800 Subject: [PATCH] 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 Reviewed-by: Dave Airlie Reviewed-by: Kenneth Graunke --- glamor/glamor_transform.c | 2 -- 1 file changed, 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) {