first time. Merging the rest of the code and submitting.
My fault.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72110
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cfg->depth_bits = EVAS_GL_DEPTH_BIT_24;
break;
}
+ else if (re->gl_cap.depth_24_stencil_8[0])
+ {
+ sfc->rb_depth_stencil_fmt = re->gl_cap.depth_24_stencil_8[0];
+ sfc->rb_depth_fmt = re->gl_cap.depth_24_stencil_8[0];
+ cfg->depth_bits = EVAS_GL_DEPTH_BIT_24;
+ break;
+ }
case EVAS_GL_DEPTH_BIT_32:
if (re->gl_cap.depth_32[0])
{