Evas GL: Improve ERR log (direct rendering failed)
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 14 Oct 2015 08:43:36 +0000 (17:43 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 14 Oct 2015 11:14:51 +0000 (20:14 +0900)
src/modules/evas/engines/gl_common/evas_gl_core.c

index 46eca42..f59d34e 100644 (file)
@@ -1329,8 +1329,10 @@ try_again:
                }
              else
                {
-                  ERR("Win cfg can't support Evas GL DR win (depth %d, stencil %d, msaa %d)",
-                      native_win_depth, native_win_stencil, native_win_msaa);
+                  ERR("Win cfg can't support Evas GL DR, win: [depth %d, stencil %d, msaa %d] "
+                      "want: [depth %d, stencil %d, msaa %d]",
+                      native_win_depth, native_win_stencil, native_win_msaa,
+                      depth_size, stencil_bit, msaa_samples);
                   support_win_cfg = EINA_FALSE;
                }