[PATCH xserver 06/19] glamor: Drop comment about dead yInverted flag.

Eric Anholt eric at anholt.net
Wed Jan 27 17:56:35 PST 2016


Wait long enough, and you don't need to think about it at all.

Signed-off-by: Eric Anholt <eric at anholt.net>
---
 glamor/glamor_transform.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/glamor/glamor_transform.c b/glamor/glamor_transform.c
index ad06943..564a52d 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) {
-- 
2.6.4



More information about the xorg-devel mailing list