evas gl engines - buffer age - remove 'if age changes go to full' code

this technically isn't needed. it does help in some cases hide driver
or other buffer swap bugs, but in and of itself is not needed, so
remove. at least the drm egl bugs still happen on my pi3 so its
something else...
This commit is contained in:
Carsten Haitzler 2016-11-12 20:10:02 +09:00
parent 5b0d56313a
commit 35cbdbb08f
3 changed files with 0 additions and 3 deletions

View File

@ -606,7 +606,6 @@ evas_outbuf_buffer_state_get(Outbuf *ob)
char buf[16];
snprintf(buf, sizeof(buf), "! %i", (int)age);
eina_evlog("!gl_buffer_age", ob, 0.0, buf);
swap_mode = MODE_FULL;
}
else
{

View File

@ -1407,7 +1407,6 @@ eng_outbuf_swap_mode(Outbuf *ob)
char buf[16];
snprintf(buf, sizeof(buf), "! %i", (int)age);
eina_evlog("!gl_buffer_age", ob, 0.0, buf);
swap_mode = MODE_FULL;
}
else
{

View File

@ -386,7 +386,6 @@ eng_outbuf_swap_mode_get(Outbuf *ob)
char buf[16];
snprintf(buf, sizeof(buf), "!%i", (int)age);
eina_evlog("!gl_buffer_age", ob, 0.0, buf);
swap_mode = MODE_FULL;
}
else
{