Chrome Flicker on Video play

Hi guys,
Got a weird one for ya. I have been having issues playing videos in threejs in Chrome on the Mac. If you look at the attached video, you will see flickering on the screen every few seconds. Its random from what I can tell and not sure if this looks like this to others. I have tried in Firefox & safari and they do not flicker. My PC is slow as hell so hard to tell. If you could look at this scene.

and let me know what browser & platform and if it flickers for you too.

Thanks ahead of time,
MrBodean

Windows 11 here and on latest chrome/edge/brave browser, no flickering issue for me on these 3 browsers.

I’ve tested you app on an iMac with Chrome 103.0.5060.134. No issues detected. Here is my about:gpu report:

Graphics Feature Status
Canvas: Hardware accelerated
Canvas out-of-process rasterization: Disabled
Direct Rendering Display Compositor: Disabled
Compositing: Hardware accelerated
Metal: Disabled
Multiple Raster Threads: Enabled
OpenGL: Enabled
Rasterization: Unavailable
Raw Draw: Disabled
Skia Renderer: Enabled
Video Decode: Hardware accelerated
Video Encode: Hardware accelerated
Vulkan: Disabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
WebGPU: Hardware accelerated
Driver Bug Workarounds
adjust_src_dst_region_for_blitframebuffer
avoid_stencil_buffers
clamp_texture_base_level_and_max_level
decode_encode_srgb_for_generatemipmap
disable_2d_canvas_auto_flush
dont_use_loops_to_initialize_variables
enable_webgl_timer_query_extensions
force_enable_color_buffer_float
get_frag_data_info_bug
pack_parameters_workaround_with_pack_buffer
regenerate_struct_names
remove_dynamic_indexing_of_swizzled_vector
remove_invariant_and_centroid_for_essl3
set_zero_level_before_generating_mipmap
unfold_short_circuit_as_ternary_operation
unpack_alignment_workaround_with_unpack_buffer
use_intermediary_for_copy_texture_image
use_unused_standard_shared_blocks
disabled_extension_GL_KHR_blend_equation_advanced
disabled_extension_GL_KHR_blend_equation_advanced_coherent
disabled_extension_GL_MESA_framebuffer_flip_y
Problems Detected
Some GPUs on Mac can perform poorly with GPU rasterization. Disable all known AMD GPUs other than the R200, R300, and D series, which have been tested.: 613272, 614468
Disabled Features: gpu_rasterization
Unfold short circuit on Mac OS X: 307751
Applied Workarounds: unfold_short_circuit_as_ternary_operation
Mac drivers handle struct scopes incorrectly: 403957
Applied Workarounds: regenerate_struct_names
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
glGetFragData{Location|Index} works incorrectly on Max: 638340
Applied Workarounds: get_frag_data_info_bug
Decode and encode before generateMipmap for srgb format textures on macosx: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Insert statements to reference all members in unused std140/shared blocks on Mac: 618464
Applied Workarounds: use_unused_standard_shared_blocks
adjust src/dst region if blitting pixels outside 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)
Certain Apple devices leak stencil buffers: 713854
Applied Workarounds: avoid_stencil_buffers
Expose WebGL's disjoint_timer_query extensions on platforms with site isolation: 808744, 870491
Applied Workarounds: enable_webgl_timer_query_extensions
Shader variable initialization in a loop caused perf regression on Mac Intel.: 809422
Applied Workarounds: dont_use_loops_to_initialize_variables
glFlush error on Mac: 841755
Applied Workarounds: disable_2d_canvas_auto_flush
Clamp texture's BASE_LEVEL/MAX_LEVEL for GenerateMipmap: 913301
Applied Workarounds: clamp_texture_base_level_and_max_level
Disable GL_MESA_framebuffer_flip_y for desktop GL: 964010
Applied Workarounds: disable(GL_MESA_framebuffer_flip_y)
Remove dynamic indexing for swizzled vectors on Mac: 709351
Applied Workarounds: remove_dynamic_indexing_of_swizzled_vector
Always assume float formats are renderable on Mac AMD: 1127387
Applied Workarounds: force_enable_color_buffer_float
DAWN Info

<Discrete GPU> Metal backend - AMD Radeon R9 M295X
[Default Toggle Names]
always_resolve_into_zero_level_and_layer: https://crbug.com/dawn/56: When the resolve target is a texture view that is created on the non-zero level or layer of a texture, we first resolve into a temporarily 2D texture with only one mipmap level and one array layer, and copy the result of MSAA resolve into the true resolve target. This workaround is enabled by default on the Metal drivers that have bugs when setting non-zero resolveLevel or resolveSlice.
lazy_clear_resource_on_first_use: https://crbug.com/dawn/145: Clears resource to zero on first usage. This initializes the resource so that no dirty bits from recycled memory is present in the new resource.
metal_enable_vertex_pulling: https://crbug.com/dawn/480: Uses vertex pulling to protect out-of-bounds reads on Metal
disallow_unsafe_apis: http://crbug.com/1138528: Produces validation errors on API entry points or parameter combinations that aren't considered secure yet.
[WebGPU Forced Toggles - enabled]
disallow_spirv: https://crbug.com/1214923: Disallow usage of SPIR-V completely so that only WGSL is used for shader modules. This is useful to prevent a Chromium renderer process from successfully sending SPIR-V code to be compiled in the GPU process.
[Supported Features]
texture-compression-bc
pipeline-statistics-query
depth-clamping
depth24unorm-stencil8
depth32float-stencil8
dawn-internal-usages
multiplanar-formats
dawn-native
Version Information
Data exported	2022-08-05T08:40:36.396Z
Chrome version	Chrome/103.0.5060.134
Operating system	Mac OS X 10.15.7
Software rendering list URL	https://chromium.googlesource.com/chromium/src/+/8ec6fce403b3feb0869b0732eda8bd95011d333c/gpu/config/software_rendering_list.json
Driver bug list URL	https://chromium.googlesource.com/chromium/src/+/8ec6fce403b3feb0869b0732eda8bd95011d333c/gpu/config/gpu_driver_bug_list.json
ANGLE commit id	53e1711046b8
2D graphics backend	Skia/103 b301ff025004c9cd82816c86c547588e6c24b466
Command Line	/Applications/Google Chrome.app/Contents/MacOS/Google Chrome --flag-switches-begin --flag-switches-end
Driver Information
Initialization time	263
In-process GPU	false
Passthrough Command Decoder	false
Sandboxed	true
GPU0	VENDOR= 0x1002, DEVICE=0x6938, DRIVER_VENDOR=ATI, DRIVER_VERSION=3.10.18 *ACTIVE*
GPU1	VENDOR= 0x8086, DEVICE=0x0412
Optimus	false
AMD switchable	true
GPU CUDA compute capability major version	0
Pixel shader version	4.10
Vertex shader version	4.10
Max. MSAA samples	8
Machine model name	iMac
Machine model version	15.1
GL_VENDOR	ATI Technologies Inc.
GL_RENDERER	AMD Radeon R9 M295X OpenGL Engine
GL_VERSION	4.1 ATI-3.10.18
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_depth_bounds_test GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_mirror_clamp 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 GL_MESA_framebuffer_flip_y
Disabled WebGL Extensions	
Window system binding vendor	
Window system binding version	
Window system binding extensions	
Direct rendering version	unknown
Reset notification strategy	0x0000
GPU process crash count	0
gfx::BufferFormats supported for allocation and texturing	R_8: not supported, R_16: not supported, RG_88: not supported, RG_1616: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRA_1010102: not supported, RGBA_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported
Compositor Information
Tile Update Mode	Zero-copy
Partial Raster	Enabled
GpuMemoryBuffers Status
R_8	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
R_16	Software only
RG_88	Software only
RG_1616	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, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
BGRX_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
BGRA_1010102	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
RGBA_1010102	Software only
BGRA_8888	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
RGBA_F16	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
YVU_420	Software only
YUV_420_BIPLANAR	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
P010	GPU_READ, SCANOUT, SCANOUT_CPU_READ_WRITE, GPU_READ_CPU_READ_WRITE, SCANOUT_VEA_CPU_READ, SCANOUT_FRONT_RENDERING
Display(s) Information
Info	Display[69948996] bounds=[0,0 2560x1440], workarea=[0,23 2560x1343], scale=2, rotation=0, panel_rotation=0 internal.
Color space (SDR)	{primaries_d50_referred: [[0.6603, 0.3315], [0.3144, 0.6193], [0.1533, 0.0489]], transfer:0.0777*x + 0.0000 if x < 0.0450 else (0.9495*x + 0.0495)**2.3955 + 0.0003, matrix:RGB, range:FULL}
Buffer format (SDR)	RGBA_8888
Color space (HDR)	{primaries:BT709, transfer:SRGB_HDR, matrix:RGB, range:FULL}
Buffer format (HDR)	RGBA_F16
SDR white level in nits	203
HDR relative maximum luminance	1.0625
Bits per color component	10
Bits per pixel	30
Refresh Rate in Hz	59
Video Acceleration Information
Decoding	
Decode h264 baseline	16x16 to 4096x4096 pixels
Decode h264 extended	16x16 to 4096x4096 pixels
Decode h264 main	16x16 to 4096x4096 pixels
Decode h264 high	16x16 to 4096x4096 pixels
Encoding	
Encode h264 baseline	0x0 to 4096x2160 pixels, and/or 30.000 fps
Encode h264 main	0x0 to 4096x2160 pixels, and/or 30.000 fps
Encode h264 high	0x0 to 4096x2160 pixels, and/or 30.000 fps
Vulkan Information
Device Performance Information
Log Messages
[667:775:0805/094943.745291:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/095414.517544:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/095414.552556:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/095430.458387:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/095458.561794:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/095500.364064:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/095500.367539:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/095508.810852:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.819893:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.821313:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.824726:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.825707:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.826628:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.828416:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.829557:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.830616:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.832039:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.833658:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.835165:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103339.836581:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/103853.747762:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.747845:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.772942:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.791982:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.807706:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.807750:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.807929:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.807960:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808128:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808145:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808188:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808205:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808253:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808273:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808333:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808352:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808383:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808403:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808454:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808476:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808547:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.808562:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809149:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809178:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809225:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809248:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809310:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809328:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809369:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809387:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809524:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809551:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809578:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809591:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809662:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809679:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809728:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809743:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809776:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.809798:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.898784:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.898848:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.899001:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.899033:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.928735:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.928769:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.928833:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.928858:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.928929:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.928952:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929050:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929074:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929197:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929223:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929299:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929321:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929475:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929497:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929602:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929619:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929664:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929691:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929756:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929778:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929880:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.929925:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998137:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998170:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998217:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998244:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998335:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998355:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998425:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998467:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998731:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998749:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998824:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998853:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998957:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.998985:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999066:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999094:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999135:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999160:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999214:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999237:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999320:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103853.999346:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067321:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067354:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067427:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067453:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067513:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067537:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067622:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067680:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067811:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067831:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067921:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067938:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.067996:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.068012:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.068056:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.068069:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.068094:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.068110:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.068173:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.068190:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069194:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069226:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069678:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069711:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069751:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069788:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069837:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069855:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069925:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.069942:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070059:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070075:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070148:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070168:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070227:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070242:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070296:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070311:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070341:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070359:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070395:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.070410:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.124238:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.124293:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190417:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190456:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190519:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190541:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190612:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190630:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190675:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190690:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190796:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190811:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190837:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190850:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190911:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190929:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190972:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.190985:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.191006:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.191021:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.191058:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.191073:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.191123:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.191137:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.342688:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.342719:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.343197:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.343233:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.343307:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.343331:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.343784:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.343816:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.346524:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.346575:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.347139:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.347283:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.347407:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.347427:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.388443:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.388502:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.388596:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.388634:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.388742:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.388776:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.389082:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.389116:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.390248:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x13809a19500]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402170:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402222:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402342:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402404:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402736:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402771:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402881:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.402903:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403036:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403054:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403088:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403104:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403198:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403224:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403332:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403351:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403381:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403397:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403433:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403449:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403541:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x13809a19500]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403906:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.403959:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x138003b8600]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.644207:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x13809927f00]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103854.651747:ERROR:gles2_cmd_decoder.cc(10742)] : [.WebGL-0x13809a19500]RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
[667:775:0805/103938.640793:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[667:775:0805/104010.915616:ERROR:shared_image_manager.cc(228)] : SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.

Since Firefox and Safari work on your system, it sounds lika a Chrome specific issue. These are reported here: Monorail - chromium - An open-source project to help move the web forward. - Monorail

Thanks guys for checking. At least it’s working for others. I have a decade old Mac, but all was fine till about a year ago when I noticed the flicker. It usually only shows when I have more than one video on screen.