From 2bb4c2c6cb8afee99c0ebfdb9808a8d175fa4503 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 11 Jul 2011 16:32:10 +0100 Subject: [PATCH] test-cogl-materials: Remove a redundant comment test-cogl-materials had a weird comment about glReadPixels using inverted coordinates but the test now uses cogl_read_pixels instead of glReadPixels so it is irrelevant. --- tests/conform/test-cogl-materials.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conform/test-cogl-materials.c b/tests/conform/test-cogl-materials.c index 31a2141d9..70ae5a620 100644 --- a/tests/conform/test-cogl-materials.c +++ b/tests/conform/test-cogl-materials.c @@ -39,7 +39,6 @@ check_pixel (TestState *state, int x, int y, guint32 color) /* See what we got... */ - /* NB: glReadPixels is done in GL screen space so y = 0 is at the bottom */ y_off = y * QUAD_WIDTH + (QUAD_WIDTH / 2); x_off = x * QUAD_WIDTH + (QUAD_WIDTH / 2);