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>
This commit is contained in:
Eric Anholt 2016-01-26 15:08:17 -08:00
parent f7c24e6ac3
commit 4494a45040

View File

@ -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) {