changeset 20084:40313ebc35ac

EOSD performance debugging info.
author reimar
date Fri, 06 Oct 2006 09:58:29 +0000
parents 9c494a45f2e2
children 6b5e20b52e7a
files libvo/vo_gl.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Fri Oct 06 08:23:16 2006 +0000
+++ b/libvo/vo_gl.c	Fri Oct 06 09:58:29 2006 +0000
@@ -275,6 +275,8 @@
     else
       eosdtexCnt++;
   }
+  mp_msg(MSGT_VO, MSGL_DBG2, "EOSD counts (tiny, small, all): %i, %i, %i\n",
+         tinytexcur, smalltexcur, eosdtexCnt);
   if (eosdtexCnt) {
     eosdtex = calloc(eosdtexCnt, sizeof(GLuint));
     glGenTextures(eosdtexCnt, eosdtex);