New issue
Advanced search Search tips

Issue 855826 link

Starred by 3 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

Full screen of video is not working

Reported by lalit.ii...@gmail.com, Jun 23 2018

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3469.2 Safari/537.36

Example URL:
https://www.youtube.com/watch?v=Js3WIRF595U

Steps to reproduce the problem:
1. Open any video in any site and make it full screen. Fullscreen doesn't do full screen of computer
2.  
3. 

What is the expected behavior?
Entire computer screen should contain only the video when its made full screen

What went wrong?
PFA

Did this work before? N/A 

Is it a problem with Flash or HTML5? N/A

Does this work in other browsers? N/A

Chrome version: 69.0.3469.2  Channel: canary
OS Version: OS X 10.13.5
Flash Version: Shockwave Flash 30.0 r0

Contents of chrome://gpu: 

Graphics Feature Status
Canvas: Hardware accelerated
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Native GpuMemoryBuffers: Hardware accelerated
Out-of-process Rasterization: Disabled
Hardware Protected Video Decode: Unavailable
Rasterization: Hardware accelerated
Skia Deferred Display List: Disabled
Skia Renderer: Disabled
Surface Synchronization: Enabled
Video Decode: Hardware accelerated
Viz Service Display Compositor: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
add_and_true_to_loop_condition
adjust_src_dst_region_for_blitframebuffer
decode_encode_srgb_for_generatemipmap
disable_2d_canvas_auto_flush
disable_framebuffer_cmaa
disable_webgl_rgb_multisampling_usage
dont_use_loops_to_initialize_variables
emulate_abs_int_function
flush_on_framebuffer_change
get_frag_data_info_bug
init_two_cube_map_levels_before_copyteximage
max_msaa_sample_count_4
msaa_is_slow
pack_parameters_workaround_with_pack_buffer
rebind_transform_feedback_before_resume
regenerate_struct_names
remove_invariant_and_centroid_for_essl3
reset_teximage2d_base_level
rewrite_texelfetchoffset_to_texelfetch
scalarize_vec_and_mat_constructor_args
set_zero_level_before_generating_mipmap
unfold_short_circuit_as_ternary_operation
unpack_alignment_workaround_with_unpack_buffer
unpack_image_height_workaround_with_unpack_buffer
use_intermediary_for_copy_texture_image
use_unused_standard_shared_blocks
Problems Detected
Protected video decoding with swap chain is for Windows and Intel only
Disabled Features: protected_video_decode
Unfold short circuit on Mac OS X: 307751
Applied Workarounds: unfold_short_circuit_as_ternary_operation
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
Mac drivers handle struct scopes incorrectly: 403957
Applied Workarounds: regenerate_struct_names
On Intel GPUs MSAA performance is not acceptable for GPU rasterization: 527565
Applied Workarounds: msaa_is_slow
glGenerateMipmap fails if the zero texture level is not set on some Mac drivers: 560499
Applied Workarounds: set_zero_level_before_generating_mipmap
Pack parameters work incorrectly with pack buffer bound: 563714
Applied Workarounds: pack_parameters_workaround_with_pack_buffer
Alignment works incorrectly with unpack buffer bound: 563714
Applied Workarounds: unpack_alignment_workaround_with_unpack_buffer
copyTexImage2D fails when reading from IOSurface on multiple GPU types.: 581777
Applied Workarounds: use_intermediary_for_copy_texture_image
Multisample renderbuffers with format GL_RGB8 have performance issues on Intel GPUs.: 607130
Applied Workarounds: disable_webgl_rgb_multisampling_usage
Use GL_INTEL_framebuffer_CMAA on ChromeOS: 535198
Applied Workarounds: disable_framebuffer_cmaa
glGetFragData{Location|Index} works incorrectly on Max: 638340
Applied Workarounds: get_frag_data_info_bug
glResumeTransformFeedback works incorrectly on Intel GPUs: 638514
Applied Workarounds: rebind_transform_feedback_before_resume
Result of abs(i) where i is an integer in vertex shader is wrong: 642227
Applied Workarounds: emulate_abs_int_function
Rewrite texelFetchOffset to texelFetch for Intel Mac: 642605
Applied Workarounds: rewrite_texelfetchoffset_to_texelfetch
Rewrite condition in for and while loops for Intel Mac: 644669
Applied Workarounds: add_and_true_to_loop_condition
Decode and encode before generateMipmap for srgb format textures on macosx: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Init first two levels before CopyTexImage2D for cube map texture on Intel Mac 10.12: 648197
Applied Workarounds: init_two_cube_map_levels_before_copyteximage
Insert statements to reference all members in unused std140/shared blocks on Mac: 618464
Applied Workarounds: use_unused_standard_shared_blocks
Tex(Sub)Image3D performs incorrectly when uploading from unpack buffer with GL_UNPACK_IMAGE_HEIGHT greater than zero on Intel Macs: 654258
Applied Workarounds: unpack_image_height_workaround_with_unpack_buffer
adjust src/dst region if blitting pixels outside read framebuffer on Mac: 644740
Applied Workarounds: adjust_src_dst_region_for_blitframebuffer
Mac driver GL 4.1 requires invariant and centroid to match between shaders: 639760, 641129
Applied Workarounds: remove_invariant_and_centroid_for_essl3
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
Reset TexImage2D base level to 0 on Intel Mac 10.12.4: 705865
Applied Workarounds: reset_teximage2d_base_level
Switching framebuffers without a flush can lead to crashes on Intel 9th Generation GPU Macs.: 783979
Applied Workarounds: flush_on_framebuffer_change
Don't expose disjoint_timer_query extensions to WebGL: 808744
Shader variable initialization in a loop caused perf regression on Mac Intel.: 809422
Applied Workarounds: dont_use_loops_to_initialize_variables
8x MSAA is slow for alpha:false WebGL contexts on Mac Intel: 812071
Applied Workarounds: max_msaa_sample_count_4
glFlush error on Mac: 841755
Applied Workarounds: disable_2d_canvas_auto_flush
Viz service display compositor is not enabled by default.
Disabled Features: viz_display_compositor
Skia renderer is not used by default.
Disabled Features: skia_renderer
Skia deferred display list is not used by default.
Disabled Features: skia_deferred_display_list
Version Information
Data exported	2018-06-23T06:22:07.536Z
Chrome version	Chrome/69.0.3469.2
Operating system	Mac OS X 10.13.5
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/e4ff3cae966b2eb4c011ef1cd028a48c170fbe94/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/e4ff3cae966b2eb4c011ef1cd028a48c170fbe94/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	3237f75953c1
2D graphics backend	Skia/69 afda222b503e18a0cd13a5b5c390a2d673abb972-
Command Line	/Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary --flag-switches-begin --flag-switches-end
Driver Information
Initialization time	243
In-process GPU	false
Passthrough Command Decoder	false
Direct Composition	false
Supports overlays	false
Sandboxed	true
GPU0	VENDOR = 0x8086 [Intel Inc.], DEVICE= 0x5927 [Intel(R) Iris(TM) Graphics 650] *ACTIVE*
Optimus	false
AMD switchable	false
Driver vendor	INTEL
Driver version	10.34.27
Driver date	
Pixel shader version	4.10
Vertex shader version	4.10
Max. MSAA samples	16
Machine model name	MacBookPro
Machine model version	14.2
GL_VENDOR	Intel Inc.
GL_RENDERER	Intel(R) Iris(TM) Graphics 650
GL_VERSION	4.1 INTEL-10.34.27
GL_EXTENSIONS	GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier
Disabled Extensions	GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions	EXT_disjoint_timer_query EXT_disjoint_timer_query_webgl2
Window system binding vendor	
Window system binding version	
Window system binding extensions	
Direct rendering	Yes
Reset notification strategy	0x0000
GPU process crash count	0
Compositor Information
Tile Update Mode	Zero-copy
Partial Raster	Enabled
GpuMemoryBuffers Status
ATC	Software only
ATCIA	Software only
DXT1	Software only
DXT5	Software only
ETC1	Software only
R_8	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
R_16	Software only
RG_88	Software only
BGR_565	Software only
RGBA_4444	Software only
RGBX_8888	Software only
RGBA_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
BGRX_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE
BGRX_1010102	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
RGBX_1010102	Software only
BGRA_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
RGBA_F16	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
YVU_420	Software only
YUV_420_BIPLANAR	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
UYVY_422	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE_PERSISTENT
Display(s) Information
Info	Display[69733632] bounds=[0,0 1440x900], workarea=[0,23 1440x797], scale=2, external.
Color space information	{primaries_d50_referred: [[0.6818, 0.3196], [0.2846, 0.6747], [0.1563, 0.0567]], transfer:0.0777*x + 0.0000 if x < 0.0450 else (0.9478*x + 0.0521)**2.4000 + -0.0000, matrix:RGB, range:FULL}
Bits per color component	8
Bits per pixel	24
Video Acceleration Information
Decode h264 baseline	up to 4096x2160 pixels
Decode h264 extended	up to 4096x2160 pixels
Decode h264 main	up to 4096x2160 pixels
Decode h264 high	up to 4096x2160 pixels
Encode h264 baseline	up to 4096x2160 pixels and/or 30.000 fps
Encode h264 main	up to 4096x2160 pixels and/or 30.000 fps
Encode h264 high	up to 4096x2160 pixels and/or 30.000 fps
Log Messages
[16786:775:0622/234702.766411:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/234702.766537:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234703.495580:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/234703.495622:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234703.495722:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/234703.495783:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234703.530618:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234703.530665:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.028849:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/234834.028934:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.028970:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/234834.028998:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.051314:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.051350:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.068382:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.068418:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.081681:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/234834.083957:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.806828:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235013.806938:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.810499:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235013.810587:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.810649:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235013.810707:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.882337:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.882398:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.882419:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.902959:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.903122:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235013.903208:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235113.942860:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235113.942906:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235113.942925:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235113.942940:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235233.997180:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235233.997318:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235233.997349:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235233.997367:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.668256:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235318.668299:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.668321:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235318.668342:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.692433:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.692490:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.727044:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.727104:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.749838:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.749870:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.767407:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.767441:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.780620:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.780676:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.783707:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235318.783748:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.323954:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235541.324035:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.324067:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235541.324087:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.363098:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.363138:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.372706:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.372742:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.387909:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.387949:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.411760:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.411799:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.423107:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.423231:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.567991:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235541.568099:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235541.568147:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235541.568173:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.106491:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235542.106921:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.107069:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235542.107109:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.130153:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.130234:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.131074:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.131175:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.151757:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.151857:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.166090:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.166129:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.168075:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235542.168239:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235559.112731:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235559.112789:ERROR:gles2_cmd_decoder.cc(10162)] : [.DisplayCompositor-0x7fb408137400]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[16786:775:0622/235559.124901:ERROR:gles2_cmd_decoder.cc(10162)] : [.DisplayCompositor-0x7fb408137400]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[16786:775:0622/235559.157506:ERROR:gles2_cmd_decoder.cc(10162)] : [.DisplayCompositor-0x7fb408137400]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[16786:775:0622/235559.199603:ERROR:gles2_cmd_decoder.cc(10162)] : [.DisplayCompositor-0x7fb408137400]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[16786:775:0622/235559.224931:ERROR:gles2_cmd_decoder.cc(10162)] : [.DisplayCompositor-0x7fb408137400]RENDER WARNING: texture bound to texture unit 0 is not renderable. It maybe non-power-of-2 and have incompatible texture filtering.
[16786:775:0622/235722.374272:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235722.374443:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235722.374687:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235722.374781:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235722.387559:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235722.387602:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235804.879455:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235804.879529:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235804.879608:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235804.879848:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235804.912373:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235804.912417:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235804.938528:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235804.938568:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235907.134082:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235907.134174:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0622/235907.134221:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0622/235907.134251:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/075407.812419:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/075407.812635:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/075407.812731:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/075407.812926:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/075407.826786:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/075407.826825:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/075458.717224:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/075458.717424:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082428.802812:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082428.802862:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082428.803051:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082428.803111:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.059567:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082432.059647:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.059668:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082432.059688:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.074917:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.074954:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.094585:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.094621:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.104561:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.104926:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.119244:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082432.119286:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082434.564883:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082434.564938:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082434.564964:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082434.564982:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082434.591262:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082434.591298:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.121488:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082439.121531:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.121555:ERROR:gles2_cmd_decoder.cc(18124)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[16786:775:0623/082439.121573:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.163407:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.163448:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.190553:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.190589:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.210889:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.210941:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.229506:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.229554:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.262795:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.262887:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.273295:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.273331:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.307882:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[16786:775:0623/082439.308009:ERROR:gles2_cmd_decoder.cc(12514)] : [.DisplayCompositor-0x7fb408137400]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format

[16786:775:0623/104910.852511:ERROR:logger.cc(47)] : Too many GL errors, not reporting any more for this context. use --disable-gl-error-limit to see all errors.

It works in CHrome stable

 
Labels: Needs-Triage-M69
Cc: phanindra.mandapaka@chromium.org
Labels: Triaged-ET M-69 Target-69 FoundIn-69
Status: Untriaged (was: Unconfirmed)
As we are able to reproduce issue on reported canary 69.0.3469.2 and unable to reproduce issue on equivalent Dev version 69.0.3469.2 as we have seen inconsistent behavior. Hence untriaging this issue and requesting Dev team for further inputs on it.

Thanks..!
Cc: liber...@chromium.org lethalantidote@chromium.org
Cc: foolip@chromium.org
+foolip since I saw some blink fs changes go by recently too.
Cc: sande...@chromium.org
+sandersd.  might also be related to VdaVideoDecoder experiment on mac.

@c#2: can you retry with:

--disable-features=MojoVideoDecoder,UseSurfaceLayerForVideo

to see if the problem goes away in canary?

Comment 6 by reva...@gmail.com, Jun 28 2018

Had this problem on 68.0.3440.42 beta with #enable-content-fullscreen flag enabled. When clicking full screen button, screen would flicker for a moment and then video would still be played on the side instead of fullscreen.
Owner: ellyjo...@chromium.org
Status: Assigned (was: Untriaged)
Labels: -Pri-2 Pri-1
Owner: weili@chromium.org
Over to weili and pri-1 for M69.
Components: Blink>Fullscreen
You're the owner of a Pri-1 M-69 chrome media issue. M-69 is now in beta and will ship to stable in coming weeks. See go/chromeschedule. Please work on resolving your issue ASAP if it needs fixing for the M-69 branch.

Pri-1 means the work is required for the branch. Alternatively, update the milestone to M-70 or remove the milestone and drop the priority to P-3.
I can only reproduce with #enable-content-fullscreen flag enabled. lalit.iiith@,  phanindra.mandapaka@, or anyone who can reproduce confirm whether this only happens when #enable-content-fullscreen flag enabled?
Cc: ellyjo...@chromium.org
Labels: -Pri-1 -Needs-Triage-M69 Pri-2
After more tests, I found this only happens when we enable MavViews (ViewsBrowserWindows flag) AND enable-content-fullscreen feature. The latter feature is disabled by default now, and will be addressed later. Thus lower the priority.

Sign in to add a comment