# HG changeset patch # User reimar # Date 1160128709 0 # Node ID 40313ebc35accca14b45bb98c451549ca16308db # Parent 9c494a45f2e24968b957e3005334e32836ff118f EOSD performance debugging info. diff -r 9c494a45f2e2 -r 40313ebc35ac libvo/vo_gl.c --- 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);