From f34f7e45311ed9a2ab87df09f166d2a6b5b6880d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 17 Jun 2020 12:17:13 +0100 Subject: [PATCH] gl common - actually allow vertex limits fix non-commented out return that should have been commented out --- src/modules/evas/engines/gl_common/evas_gl_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c65781d231..a1f3b8884c 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_context.c +++ b/src/modules/evas/engines/gl_common/evas_gl_context.c @@ -1967,7 +1967,7 @@ pipe_region_expand(Evas_Engine_GL_Context *gc, int n, static Eina_Bool vertex_array_size_check(Evas_Engine_GL_Context *gc, int pn, int n) { - return 1; +// 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) -- 2.34.1