From 6e1349a89c10860ddb1fc3316baedc96978f55df Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 17 Jun 2020 12:30:23 +0100 Subject: [PATCH] evas gl common - remove comment - not valid anymore --- src/modules/evas/engines/gl_common/evas_gl_context.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/evas/engines/gl_common/evas_gl_context.c b/src/modules/evas/engines/gl_common/evas_gl_context.c index a1f3b88..9249711 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_context.c +++ b/src/modules/evas/engines/gl_common/evas_gl_context.c @@ -1968,8 +1968,6 @@ static Eina_Bool vertex_array_size_check(Evas_Engine_GL_Context *gc, int pn, int n) { // return 1; -// this fixup breaks for expedite test 32. why? -// for reference if ((gc->pipe[pn].array.num + n) > gc->shared->info.max_vertex_elements) { shader_array_flush(gc); -- 2.7.4