//TIZEN_ONLY(20161121) : Support PreRotation
int support_pre_rotation;
+ struct {
+ unsigned char depth_buffer_size;
+ unsigned char stencil_buffer_size;
+ unsigned char msaa;
+ } detected;
+
+ int depth_bits;
+ int stencil_bits;
+ int msaa_bits;
+
Eina_Bool lost_back : 1;
Eina_Bool surf : 1;
};
gw->stencil_bits = einfo->stencil_bits;
gw->msaa_bits = einfo->msaa_bits;
-//TIZEN_ONLY(20171127): do not call ecore_wl2_window_buffer_attach
- gw->depth_bits = einfo->depth_bits;
- gw->stencil_bits = einfo->stencil_bits;
- gw->msaa_bits = einfo->msaa_bits;
//
//TIZEN_ONLY(20161121):Support PreRotation
gw->support_pre_rotation = 0;