Advertisement
theguild42

brave gpu

Oct 28th, 2019
1,253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 177.16 KB | None | 0 0
  1.  
  2. Graphics Feature Status
  3. Canvas: Hardware accelerated
  4. Flash: Hardware accelerated
  5. Flash Stage3D: Hardware accelerated
  6. Flash Stage3D Baseline profile: Hardware accelerated
  7. Compositing: Hardware accelerated
  8. Multiple Raster Threads: Enabled
  9. Out-of-process Rasterization: Disabled
  10. Hardware Protected Video Decode: Unavailable
  11. Rasterization: Hardware accelerated
  12. Skia Renderer: Disabled
  13. Video Decode: Hardware accelerated
  14. Viz Display Compositor: Enabled
  15. Viz Hit-test Surface Layer: Disabled
  16. WebGL: Hardware accelerated
  17. WebGL2: Hardware accelerated
  18. Driver Bug Workarounds
  19. clear_uniforms_before_first_program_use
  20. decode_encode_srgb_for_generatemipmap
  21. disable_delayed_copy_nv12
  22. disable_direct_composition_video_overlays
  23. disable_discard_framebuffer
  24. disable_vp_scaling
  25. exit_on_context_lost
  26. force_cube_complete
  27. scalarize_vec_and_mat_constructor_args
  28. disabled_extension_GL_KHR_blend_equation_advanced
  29. disabled_extension_GL_KHR_blend_equation_advanced_coherent
  30. Problems Detected
  31. Protected video decoding with swap chain is for Windows and Intel only
  32. Disabled Features: protected_video_decode
  33. Some drivers are unable to reset the D3D device in the GPU process sandbox
  34. Applied Workarounds: exit_on_context_lost
  35. Clear uniforms before first program use on all platforms: 124764, 349137
  36. Applied Workarounds: clear_uniforms_before_first_program_use
  37. Always rewrite vec/mat constructors to be consistent: 398694
  38. Applied Workarounds: scalarize_vec_and_mat_constructor_args
  39. ANGLE crash on glReadPixels from incomplete cube map texture: 518889
  40. Applied Workarounds: force_cube_complete
  41. Framebuffer discarding can hurt performance on non-tilers: 570897
  42. Applied Workarounds: disable_discard_framebuffer
  43. Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
  44. Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
  45. Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
  46. Applied Workarounds: decode_encode_srgb_for_generatemipmap
  47. Delayed copy NV12 displays incorrect colors on NVIDIA drivers.: 728670
  48. Applied Workarounds: disable_delayed_copy_nv12
  49. Hardware overlays result in black videos on non-Intel GPUs: 932879
  50. Applied Workarounds: disable_direct_composition_video_overlays
  51. Don't use video processor scaling on non-Intel GPUs.: 993233
  52. Applied Workarounds: disable_vp_scaling
  53. ANGLE Features
  54. disable_program_caching_for_transform_feedback (Frontend workarounds): Disabled
  55. On Qualcomm GPUs, program binaries don't contain transform feedback varyings
  56. lose_context_on_out_of_memory (Frontend workarounds): Enabled
  57. Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs
  58. scalarize_vec_and_mat_constructor_args (Frontend workarounds) 398694: Enabled
  59. Always rewrite vec/mat constructors to be consistent
  60. sync_framebuffer_bindings_on_tex_image (Frontend workarounds): Disabled
  61. On Windows Intel OpenGL drivers TexImage sometimes seems to interact with the Framebuffer
  62. add_dummy_texture_no_render_target (D3D workarounds) anglebug:2152: Disabled
  63. On D3D ntel drivers <4815 when rendering with no render target, two bugs lead to incorrect behavior
  64. allow_clear_for_robust_resource_init (D3D workarounds) 941620: Disabled
  65. Some drivers corrupt texture data when clearing for robust resource initialization.
  66. call_clear_twice (D3D workarounds) 655534: Disabled
  67. On some Intel drivers, using clear() may not take effect
  68. depth_stencil_blit_extra_copy (D3D workarounds) anglebug:1452: Disabled
  69. Bug in NVIDIA D3D11 Driver version <=347.88 and >368.81 triggers a TDR when using CopySubresourceRegion from a staging texture to a depth/stencil
  70. disable_b5g6r5_support (D3D workarounds): Disabled
  71. On Intel and AMD drivers, textures with the format DXGI_FORMAT_B5G6R5_UNORM have incorrect data
  72. emulate_isnan_float (D3D workarounds) 650547: Disabled
  73. On some Intel drivers, using isnan() on highp float will get wrong answer
  74. emulate_tiny_stencil_textures (D3D workarounds): Disabled
  75. On some AMD drivers, 1x1 and 2x2 mips of depth/stencil textures aren't sampled correctly
  76. expand_integer_pow_expressions (D3D workarounds): Enabled
  77. The HLSL optimizer has a bug with optimizing 'pow' in certain integer-valued expressions
  78. flush_after_ending_transform_feedback (D3D workarounds): Enabled
  79. NVIDIA drivers sometimes write out-of-order results to StreamOut buffers when transform feedback is used to repeatedly write to the same buffer positions
  80. force_atomic_value_resolution (D3D workarounds) anglebug:3246: Enabled
  81. On an NVIDIA D3D driver, the return value from RWByteAddressBuffer.InterlockedAdd does not resolve when used in the .yzw components of a RWByteAddressBuffer.Store operation
  82. get_dimensions_ignores_base_level (D3D workarounds): Enabled
  83. Some NVIDIA drivers do not take into account the base level of the texture in the results of the HLSL GetDimensions builtin
  84. mrt_perf_workaround (D3D workarounds): Enabled
  85. Some NVIDIA D3D11 drivers have a bug where they ignore null render targets
  86. pre_add_texel_fetch_offsets (D3D workarounds): Disabled
  87. On some Intel drivers, HLSL's function texture.Load returns 0 when the parameter Location is negative, even if the sum of Offset and Location is in range
  88. rewrite_unary_minus_operator (D3D workarounds): Disabled
  89. On some Intel drivers, evaluating unary minus operator on integer may get wrong answer in vertex shaders
  90. select_view_in_geometry_shader (D3D workarounds): Disabled
  91. The viewport or render target slice will be selected in the geometry shader stage for the ANGLE_multiview extension
  92. set_data_faster_than_image_upload (D3D workarounds): Enabled
  93. Set data faster than image upload
  94. skip_vs_constant_register_zero (D3D workarounds): Enabled
  95. On NVIDIA D3D driver v388.59 in specific cases the driver doesn't handle constant register zero correctly
  96. use_instanced_point_sprite_emulation (D3D workarounds): Disabled
  97. Some D3D11 renderers do not support geometry shaders for pointsprite emulation
  98. use_system_memory_for_constant_buffers (D3D workarounds) 593024: Disabled
  99. On some Intel drivers, copying from staging storage to constant buffer storage does not work
  100. zero_max_lod (D3D workarounds): Disabled
  101. D3D11 is missing an option to disable mipmaps on a mipmapped texture
  102. Version Information
  103. Data exported 2019-10-28T09:56:06.718Z
  104. Chrome version Chrome/78.0.3904.70
  105. Operating system Windows NT 10.0.18362
  106. Software rendering list URL https://chromium.googlesource.com/chromium/src/+/edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5/gpu/config/software_rendering_list.json
  107. Driver bug list URL https://chromium.googlesource.com/chromium/src/+/edb9c9f3de0247fd912a77b7f6cae7447f6d3ad5/gpu/config/gpu_driver_bug_list.json
  108. ANGLE commit id 66e0feec40dc
  109. 2D graphics backend Skia/78 a40a8a58755f952280cac9dfdcbf761aa7d29a52
  110. Command Line "C:\Program Files (x86)\BraveSoftware\Brave-Browser\Application\brave.exe" --disable-domain-reliability --disable-features=AutofillServerCommunication,LookalikeUrlNavigationSuggestionsUI,NotificationTriggers,AudioServiceOutOfProcess,SmsReceiver,UnifiedConsent,SyncUSSBookmarks --enable-dom-distiller --enable-features=NewExtensionUpdaterService,PasswordImport,WebUIDarkMode,SimplifyHttpsIndicator --extension-content-verification=enforce_strict --extensions-install-verification=enforce --no-pings --sync-url=https://no-thanks.invalid --enable-features=SimplifyHttpsIndicator,WebUIDarkMode,PasswordImport,NewExtensionUpdaterService --disable-features=SyncUSSBookmarks,UnifiedConsent,SmsReceiver,AudioServiceOutOfProcess,NotificationTriggers,LookalikeUrlNavigationSuggestionsUI,AutofillServerCommunication --flag-switches-begin --enable-webgl-draft-extensions --flag-switches-end
  111. Driver Information
  112. Initialization time 203
  113. In-process GPU false
  114. Passthrough Command Decoder true
  115. Sandboxed true
  116. GPU0 VENDOR = 0x10de, DEVICE= 0x1b80 *ACTIVE*
  117. GPU1 VENDOR = 0x1414, DEVICE= 0x008c
  118. Optimus false
  119. AMD switchable false
  120. Desktop compositing Aero Glass
  121. Direct composition true
  122. Supports overlays false
  123. YUY2 overlay support NONE
  124. NV12 overlay support NONE
  125. Diagonal Monitor Size of \\.\DISPLAY1 31.5"
  126. Diagonal Monitor Size of \\.\DISPLAY1 84.5"
  127. Diagonal Monitor Size of \\.\DISPLAY3 31.5"
  128. Driver D3D12 feature level D3D 12.1
  129. Driver Vulkan API version Vulkan API 1.1.0
  130. Driver vendor ANGLE (NVIDIA)
  131. Driver version 26.21.14.4097
  132. GPU CUDA compute capability major version 0
  133. Pixel shader version 5.0
  134. Vertex shader version 5.0
  135. Max. MSAA samples 8
  136. Machine model name
  137. Machine model version
  138. GL_VENDOR Google Inc.
  139. GL_RENDERER ANGLE (NVIDIA GeForce GTX 1080 Direct3D11 vs_5_0 ps_5_0)
  140. GL_VERSION OpenGL ES 2.0.0 (ANGLE 2.1.0.66e0feec40dc)
  141. GL_EXTENSIONS GL_ANGLE_base_vertex_base_instance GL_ANGLE_client_arrays GL_ANGLE_depth_texture GL_ANGLE_explicit_context GL_ANGLE_explicit_context_gles1 GL_ANGLE_framebuffer_blit GL_ANGLE_framebuffer_multisample GL_ANGLE_instanced_arrays GL_ANGLE_lossy_etc_decode GL_ANGLE_memory_size GL_ANGLE_multi_draw GL_ANGLE_multiview_multisample GL_ANGLE_pack_reverse_row_order GL_ANGLE_program_cache_control GL_ANGLE_provoking_vertex GL_ANGLE_request_extension GL_ANGLE_robust_client_memory GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_ANGLE_texture_usage GL_ANGLE_translated_shader_source GL_CHROMIUM_bind_generates_resource GL_CHROMIUM_bind_uniform_location GL_CHROMIUM_color_buffer_float_rgb GL_CHROMIUM_color_buffer_float_rgba GL_CHROMIUM_copy_compressed_texture GL_CHROMIUM_copy_texture GL_CHROMIUM_lose_context GL_CHROMIUM_sync_query GL_EXT_blend_func_extended GL_EXT_blend_minmax GL_EXT_color_buffer_half_float GL_EXT_debug_marker GL_EXT_discard_framebuffer GL_EXT_disjoint_timer_query GL_EXT_draw_buffers GL_EXT_float_blend GL_EXT_frag_depth GL_EXT_instanced_arrays GL_EXT_map_buffer_range GL_EXT_occlusion_query_boolean GL_EXT_read_format_bgra GL_EXT_robustness GL_EXT_sRGB GL_EXT_shader_texture_lod GL_EXT_texture_compression_bptc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc_srgb GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_storage GL_EXT_unpack_subimage GL_KHR_debug GL_KHR_parallel_shader_compile GL_NV_EGL_stream_consumer_external GL_NV_fence GL_NV_pack_subimage GL_NV_pixel_buffer_object GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_depth24 GL_OES_depth32 GL_OES_element_index_uint GL_OES_get_program_binary GL_OES_mapbuffer GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_surfaceless_context GL_OES_texture_3D GL_OES_texture_border_clamp GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_array_object OES_compressed_EAC_R11_signed_texture OES_compressed_EAC_R11_unsigned_texture OES_compressed_EAC_RG11_signed_texture OES_compressed_EAC_RG11_unsigned_texture OES_compressed_ETC2_RGB8_texture OES_compressed_ETC2_RGBA8_texture OES_compressed_ETC2_punchthroughA_RGBA8_texture OES_compressed_ETC2_punchthroughA_sRGB8_alpha_texture OES_compressed_ETC2_sRGB8_alpha8_texture OES_compressed_ETC2_sRGB8_texture
  142. Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
  143. Disabled WebGL Extensions
  144. Window system binding vendor Google Inc. (adapter LUID: 000000000000ff82)
  145. Window system binding version 1.4 (ANGLE 2.1.0.66e0feec40dc)
  146. Window system binding extensions EGL_EXT_create_context_robustness EGL_ANGLE_d3d_share_handle_client_buffer EGL_ANGLE_d3d_texture_client_buffer EGL_ANGLE_surface_d3d_texture_2d_share_handle EGL_ANGLE_query_surface_pointer EGL_ANGLE_window_fixed_size EGL_ANGLE_keyed_mutex EGL_ANGLE_surface_orientation EGL_ANGLE_direct_composition EGL_ANGLE_windows_ui_composition EGL_NV_post_sub_buffer EGL_KHR_create_context EGL_EXT_device_query EGL_KHR_image EGL_KHR_image_base EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_get_all_proc_addresses EGL_KHR_stream EGL_KHR_stream_consumer_gltexture EGL_NV_stream_consumer_gltexture_yuv EGL_ANGLE_flexible_surface_compatibility EGL_ANGLE_stream_producer_d3d_texture EGL_ANGLE_create_context_webgl_compatibility EGL_CHROMIUM_create_context_bind_generates_resource EGL_CHROMIUM_sync_control EGL_EXT_pixel_format_float EGL_KHR_surfaceless_context EGL_ANGLE_display_texture_share_group EGL_ANGLE_create_context_client_arrays EGL_ANGLE_program_cache_control EGL_ANGLE_robust_resource_initialization EGL_ANGLE_create_context_extensions_enabled EGL_ANDROID_blob_cache EGL_ANDROID_recordable EGL_ANGLE_image_d3d11_texture EGL_ANGLE_create_context_backwards_compatible
  147. Direct rendering version unknown
  148. Reset notification strategy 0x8252
  149. GPU process crash count 0
  150. gfx::BufferFormats supported for allocation and texturing R_8: not supported, R_16: not supported, RG_88: not supported, BGR_565: not supported, RGBA_4444: not supported, RGBX_8888: not supported, RGBA_8888: not supported, BGRX_8888: not supported, BGRX_1010102: not supported, RGBX_1010102: not supported, BGRA_8888: not supported, RGBA_F16: not supported, YVU_420: not supported, YUV_420_BIPLANAR: not supported, P010: not supported
  151. Compositor Information
  152. Tile Update Mode One-copy
  153. Partial Raster Enabled
  154. GpuMemoryBuffers Status
  155. R_8 Software only
  156. R_16 Software only
  157. RG_88 Software only
  158. BGR_565 Software only
  159. RGBA_4444 Software only
  160. RGBX_8888 GPU_READ, SCANOUT
  161. RGBA_8888 GPU_READ, SCANOUT
  162. BGRX_8888 Software only
  163. BGRX_1010102 Software only
  164. RGBX_1010102 Software only
  165. BGRA_8888 Software only
  166. RGBA_F16 Software only
  167. YVU_420 Software only
  168. YUV_420_BIPLANAR Software only
  169. P010 Software only
  170. Display(s) Information
  171. Info Display[2528732444] bounds=[0,0 1920x1080], workarea=[0,0 1920x1040], scale=1, external.
  172. Color space information {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  173. SDR white level in nits 80
  174. Bits per color component 8
  175. Bits per pixel 24
  176. Refresh Rate in Hz 30
  177. Info Display[2841568472] bounds=[1920,0 1920x1080], workarea=[1920,0 1920x1040], scale=1, external.
  178. Color space information {primaries:BT709, transfer:IEC61966_2_1, matrix:RGB, range:FULL}
  179. SDR white level in nits 80
  180. Bits per color component 8
  181. Bits per pixel 24
  182. Refresh Rate in Hz 60
  183. Video Acceleration Information
  184. Decode h264 baseline up to 4096x2304 pixels
  185. Decode h264 baseline up to 2304x4096 pixels
  186. Decode h264 main up to 4096x2304 pixels
  187. Decode h264 main up to 2304x4096 pixels
  188. Decode h264 high up to 4096x2304 pixels
  189. Decode h264 high up to 2304x4096 pixels
  190. Decode vp9 profile0 up to 8192x8192 pixels
  191. Decode vp9 profile0 up to 8192x8192 pixels
  192. Encode h264 baseline up to 3840x2176 pixels and/or 30.000 fps
  193. Encode h264 main up to 3840x2176 pixels and/or 30.000 fps
  194. Encode h264 high up to 3840x2176 pixels and/or 30.000 fps
  195. Diagnostics
  196. 0
  197. b3DAccelerationEnabled true
  198. b3DAccelerationExists true
  199. bAGPEnabled true
  200. bAGPExistenceValid true
  201. bAGPExists true
  202. bCanRenderWindow true
  203. bDDAccelerationEnabled true
  204. bDriverBeta false
  205. bDriverDebug false
  206. bDriverSigned false
  207. bDriverSignedValid false
  208. bNoHardware false
  209. dwBpp 32
  210. dwDDIVersion 12
  211. dwHeight 1080
  212. dwRefreshRate 30
  213. dwWHQLLevel 0
  214. dwWidth 1920
  215. iAdapter 0
  216. lDriverSize 961960
  217. lMiniVddSize 0
  218. szAGPStatusEnglish Enabled
  219. szAGPStatusLocalized Enabled
  220. szChipType GeForce GTX 1080
  221. szD3DStatusEnglish Enabled
  222. szD3DStatusLocalized Enabled
  223. szDACType Integrated RAMDAC
  224. szDDIVersionEnglish 12
  225. szDDIVersionLocalized 12
  226. szDDStatusEnglish Enabled
  227. szDDStatusLocalized Enabled
  228. szDXVAHDEnglish Supported
  229. szDXVAModes
  230. szDescription NVIDIA GeForce GTX 1080
  231. szDeviceId 0x1B80
  232. szDeviceIdentifier {D7B71E3E-58C0-11CF-DF6A-AF311BC2D735}
  233. szDeviceName \\.\DISPLAY1
  234. szDisplayMemoryEnglish 40804 MB
  235. szDisplayMemoryLocalized 40804 MB
  236. szDisplayModeEnglish 1920 x 1080 (32 bit) (30Hz)
  237. szDisplayModeLocalized 1920 x 1080 (32 bit) (30Hz)
  238. szDriverAssemblyVersion 26.21.14.4097
  239. szDriverAttributes Final Retail
  240. szDriverDateEnglish 10/15/2019 8:00:00 PM
  241. szDriverDateLocalized 10/15/2019 20:00:00
  242. szDriverLanguageEnglish English
  243. szDriverLanguageLocalized English
  244. szDriverModelEnglish WDDM 2.6
  245. szDriverModelLocalized WDDM 2.6
  246. szDriverName C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll
  247. szDriverNodeStrongName oem30.inf:0f066de361856a84:Section094:26.21.14.4097:pci\ven_10de&dev_1b80
  248. szDriverSignDate Unknown
  249. szDriverVersion 26.21.0014.4097
  250. szKeyDeviceID Enum\PCI\VEN_10DE&DEV_1B80&SUBSYS_11A1196E&REV_A1
  251. szKeyDeviceKey \Registry\Machine\System\CurrentControlSet\Control\Video\{5759C336-C682-11E9-8608-EDBF9E6F4930}\0000
  252. szManufacturer NVIDIA
  253. szMiniVdd unknown
  254. szMiniVddDateEnglish Unknown
  255. szMiniVddDateLocalized unknown
  256. szMonitorMaxRes Unknown
  257. szMonitorName Generic PnP Monitor
  258. szNotesEnglish No problems found.
  259. szNotesLocalized No problems found.
  260. szOverlayEnglish Supported
  261. szRankOfInstalledDriver 00D12001
  262. szRegHelpText Unknown
  263. szRevision Unknown
  264. szRevisionId 0x00A1
  265. szSubSysId 0x11A1196E
  266. szTestResultD3D7English Not run
  267. szTestResultD3D7Localized Not run
  268. szTestResultD3D8English Not run
  269. szTestResultD3D8Localized Not run
  270. szTestResultD3D9English Not run
  271. szTestResultD3D9Localized Not run
  272. szTestResultDDEnglish Not run
  273. szTestResultDDLocalized Not run
  274. szVdd unknown
  275. szVendorId 0x10DE
  276. 1
  277. b3DAccelerationEnabled true
  278. b3DAccelerationExists true
  279. bAGPEnabled true
  280. bAGPExistenceValid true
  281. bAGPExists true
  282. bCanRenderWindow true
  283. bDDAccelerationEnabled true
  284. bDriverBeta false
  285. bDriverDebug false
  286. bDriverSigned false
  287. bDriverSignedValid false
  288. bNoHardware false
  289. dwBpp 32
  290. dwDDIVersion 12
  291. dwHeight 1080
  292. dwRefreshRate 60
  293. dwWHQLLevel 0
  294. dwWidth 1920
  295. iAdapter 1
  296. lDriverSize 961960
  297. lMiniVddSize 0
  298. szAGPStatusEnglish Enabled
  299. szAGPStatusLocalized Enabled
  300. szChipType GeForce GTX 1080
  301. szD3DStatusEnglish Enabled
  302. szD3DStatusLocalized Enabled
  303. szDACType Integrated RAMDAC
  304. szDDIVersionEnglish 12
  305. szDDIVersionLocalized 12
  306. szDDStatusEnglish Enabled
  307. szDDStatusLocalized Enabled
  308. szDXVAHDEnglish Supported
  309. szDXVAModes
  310. szDescription NVIDIA GeForce GTX 1080
  311. szDeviceId 0x1B80
  312. szDeviceIdentifier {D7B71E3E-58C0-11CF-DF6A-AF311BC2D735}
  313. szDeviceName \\.\DISPLAY3
  314. szDisplayMemoryEnglish 40804 MB
  315. szDisplayMemoryLocalized 40804 MB
  316. szDisplayModeEnglish 1920 x 1080 (32 bit) (60Hz)
  317. szDisplayModeLocalized 1920 x 1080 (32 bit) (60Hz)
  318. szDriverAssemblyVersion 26.21.14.4097
  319. szDriverAttributes Final Retail
  320. szDriverDateEnglish 10/15/2019 8:00:00 PM
  321. szDriverDateLocalized 10/15/2019 20:00:00
  322. szDriverLanguageEnglish English
  323. szDriverLanguageLocalized English
  324. szDriverModelEnglish WDDM 2.6
  325. szDriverModelLocalized WDDM 2.6
  326. szDriverName C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll,C:\Windows\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_67c16e22f0dab361\nvldumdx.dll
  327. szDriverNodeStrongName oem30.inf:0f066de361856a84:Section094:26.21.14.4097:pci\ven_10de&dev_1b80
  328. szDriverSignDate Unknown
  329. szDriverVersion 26.21.0014.4097
  330. szKeyDeviceID Enum\PCI\VEN_10DE&DEV_1B80&SUBSYS_11A1196E&REV_A1
  331. szKeyDeviceKey \Registry\Machine\System\CurrentControlSet\Control\Video\{5759C336-C682-11E9-8608-EDBF9E6F4930}\0002
  332. szManufacturer NVIDIA
  333. szMiniVdd unknown
  334. szMiniVddDateEnglish Unknown
  335. szMiniVddDateLocalized unknown
  336. szMonitorMaxRes Unknown
  337. szMonitorName Generic PnP Monitor
  338. szNotesEnglish No problems found.
  339. szNotesLocalized No problems found.
  340. szOverlayEnglish Supported
  341. szRankOfInstalledDriver 00D12001
  342. szRegHelpText Unknown
  343. szRevision Unknown
  344. szRevisionId 0x00A1
  345. szSubSysId 0x11A1196E
  346. szTestResultD3D7English Not run
  347. szTestResultD3D7Localized Not run
  348. szTestResultD3D8English Not run
  349. szTestResultD3D8Localized Not run
  350. szTestResultD3D9English Not run
  351. szTestResultD3D9Localized Not run
  352. szTestResultDDEnglish Not run
  353. szTestResultDDLocalized Not run
  354. szVdd unknown
  355. szVendorId 0x10DE
  356. Log Messages
  357. [15236:3664:1028/053409.174:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'GL_EXT_shader_texture_lod' : extension is not supported
  358. [15236:3664:1028/053409.176:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'GL_EXT_shader_texture_lod' : extension is not supported
  359. [15236:3664:1028/053409.193:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'GL_OES_standard_derivatives' : extension is not supported
  360. [15236:3664:1028/053409.195:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'GL_OES_standard_derivatives' : extension is not supported
  361. [15236:3664:1028/053409.488:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:3: '' : no GL_OVR_multiview2
  362. [15236:3664:1028/053409.489:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'GL_OVR_multiview2' : extension is not supported ERROR: 0:3: 'GL_OVR_multiview2' : extension is not supported ERROR: 0:3: '?' : Error during layout qualifier parsing.
  363. [15236:3664:1028/053409.491:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'GL_OVR_multiview2' : extension is not supported ERROR: 0:6: 'gl_ViewID_OVR' : undeclared identifier ERROR: 0:6: '+' : wrong operand types - no operation '+' exists that takes a left-hand operand of type 'const highp float' and a right operand of type 'const uint' (or there is no acceptable conversion) ERROR: 0:6: '=' : cannot convert from 'const highp float' to 'mediump uint'
  364. [15236:3664:1028/053409.500:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:3: '' : legacy GL_OVR_multiview support must be forbidden
  365. [15236:3664:1028/053410.426:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: The number of views in the active program and draw framebuffer does not match.
  366. [15236:3664:1028/053410.578:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_FRAMEBUFFER_OPERATION: The active read framebuffer object has multiview attachments.
  367. [15236:3664:1028/053410.587:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_FRAMEBUFFER_OPERATION: Attempt to write to a multi-view framebuffer.
  368. [15236:3664:1028/053410.588:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_FRAMEBUFFER_OPERATION: Attempt to read from a multi-view framebuffer.
  369. [15236:3664:1028/053410.597:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_FRAMEBUFFER_OPERATION: The active read framebuffer object has multiview attachments.
  370. [15236:3664:1028/053410.600:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_FRAMEBUFFER_OPERATION: The active read framebuffer object has multiview attachments.
  371. [15236:3664:1028/053410.604:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_FRAMEBUFFER_OPERATION: The active read framebuffer object has multiview attachments.
  372. [15236:3664:1028/053410.729:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1960] GL_INVALID_OPERATION: There is an active query for target GL_TIME_ELAPSED_EXT when the number of views in the active draw framebuffer is greater than 1.
  373. [15236:3664:1028/053410.759:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1960] GL_INVALID_OPERATION: There is an active query for target GL_TIME_ELAPSED_EXT when the number of views in the active draw framebuffer is greater than 1.
  374. [15236:3664:1028/053410.916:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: There is an active transform feedback object when the number of views in the active draw framebuffer is greater than 1.
  375. [15236:24492:1028/053412.255:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(16,5-31): warning X3557: loop only executes for 0 iteration(s), forcing loop to unroll
  376. [15236:18552:1028/053412.265:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(41,5-31): warning X3557: loop only executes for 0 iteration(s), forcing loop to unroll
  377. [15236:3664:1028/053413.024:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:3: 'vPosition12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456' : token too long ERROR: 0:7: 'vPosition12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456' : token too long
  378. [15236:20156:1028/053413.443:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(38,5-31): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  379. [15236:3664:1028/053413.736:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  380. [15236:3664:1028/053413.739:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  381. [15236:3664:1028/053413.761:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  382. [15236:3664:1028/053413.763:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  383. [15236:3664:1028/053413.764:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  384. [15236:3664:1028/053413.767:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  385. [15236:3664:1028/053413.787:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  386. [15236:3664:1028/053413.791:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  387. [15236:3664:1028/053413.792:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  388. [15236:3664:1028/053413.794:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  389. [15236:3664:1028/053413.817:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  390. [15236:3664:1028/053413.820:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  391. [15236:3664:1028/053413.821:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  392. [15236:3664:1028/053413.823:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  393. [15236:3664:1028/053413.843:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  394. [15236:3664:1028/053413.848:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  395. [15236:3664:1028/053413.849:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  396. [15236:3664:1028/053413.852:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  397. [15236:3664:1028/053413.874:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  398. [15236:3664:1028/053413.878:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  399. [15236:3664:1028/053413.879:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  400. [15236:3664:1028/053413.882:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  401. [15236:3664:1028/053413.904:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  402. [15236:3664:1028/053413.907:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  403. [15236:3664:1028/053413.908:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  404. [15236:3664:1028/053413.913:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  405. [15236:3664:1028/053413.935:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  406. [15236:3664:1028/053413.938:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  407. [15236:3664:1028/053413.939:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  408. [15236:3664:1028/053413.942:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  409. [15236:3664:1028/053413.964:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  410. [15236:3664:1028/053413.968:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  411. [15236:3664:1028/053413.969:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  412. [15236:3664:1028/053413.973:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  413. [15236:3664:1028/053413.995:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  414. [15236:3664:1028/053413.999:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  415. [15236:3664:1028/053414.000:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  416. [15236:3664:1028/053414.004:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  417. [15236:3664:1028/053414.025:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  418. [15236:3664:1028/053414.029:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  419. [15236:3664:1028/053414.030:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  420. [15236:3664:1028/053414.034:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  421. [15236:3664:1028/053414.059:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  422. [15236:3664:1028/053414.064:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  423. [15236:3664:1028/053414.065:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  424. [15236:3664:1028/053414.069:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  425. [15236:3664:1028/053414.095:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp int'
  426. [15236:3664:1028/053414.100:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump int'
  427. [15236:3664:1028/053414.127:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp int'
  428. [15236:3664:1028/053414.132:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump int'
  429. [15236:3664:1028/053414.133:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp 3-component vector of int'
  430. [15236:3664:1028/053414.138:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump 3-component vector of int'
  431. [15236:3664:1028/053414.163:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 4-component vector of int' to 'highp int'
  432. [15236:3664:1028/053414.169:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of int' to 'mediump int'
  433. [15236:3664:1028/053414.170:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp 4-component vector of int'
  434. [15236:3664:1028/053414.176:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump 4-component vector of int'
  435. [15236:3664:1028/053414.216:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  436. [15236:3664:1028/053414.223:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  437. [15236:3664:1028/053414.253:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  438. [15236:3664:1028/053414.259:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  439. [15236:3664:1028/053414.260:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  440. [15236:3664:1028/053414.267:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  441. [15236:3664:1028/053414.297:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  442. [15236:3664:1028/053414.304:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  443. [15236:3664:1028/053414.305:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  444. [15236:3664:1028/053414.312:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  445. [15236:3664:1028/053414.345:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  446. [15236:3664:1028/053414.354:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  447. [15236:3664:1028/053414.355:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  448. [15236:3664:1028/053414.362:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  449. [15236:3664:1028/053414.392:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  450. [15236:3664:1028/053414.400:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  451. [15236:3664:1028/053414.401:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  452. [15236:3664:1028/053414.408:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  453. [15236:3664:1028/053414.437:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  454. [15236:3664:1028/053414.445:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  455. [15236:3664:1028/053414.447:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  456. [15236:3664:1028/053414.455:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  457. [15236:3664:1028/053414.485:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  458. [15236:3664:1028/053414.493:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  459. [15236:3664:1028/053414.494:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  460. [15236:3664:1028/053414.502:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  461. [15236:3664:1028/053414.536:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  462. [15236:3664:1028/053414.687:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  463. [15236:3664:1028/053414.688:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  464. [15236:3664:1028/053414.695:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  465. [15236:3664:1028/053414.729:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  466. [15236:3664:1028/053414.737:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  467. [15236:3664:1028/053414.738:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  468. [15236:3664:1028/053414.746:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  469. [15236:3664:1028/053414.783:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  470. [15236:3664:1028/053414.810:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  471. [15236:3664:1028/053414.812:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  472. [15236:3664:1028/053414.821:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  473. [15236:3664:1028/053414.856:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  474. [15236:3664:1028/053414.864:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  475. [15236:3664:1028/053414.865:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  476. [15236:3664:1028/053414.873:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  477. [15236:3664:1028/053414.907:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  478. [15236:3664:1028/053414.916:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  479. [15236:3664:1028/053414.917:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  480. [15236:3664:1028/053414.925:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  481. [15236:3664:1028/053414.957:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp int'
  482. [15236:3664:1028/053414.965:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump int'
  483. [15236:3664:1028/053415.001:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp int'
  484. [15236:3664:1028/053415.010:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump int'
  485. [15236:3664:1028/053415.012:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp 3-component vector of int'
  486. [15236:3664:1028/053415.022:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump 3-component vector of int'
  487. [15236:3664:1028/053415.057:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 4-component vector of int' to 'highp int'
  488. [15236:3664:1028/053415.067:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of int' to 'mediump int'
  489. [15236:3664:1028/053415.068:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp 4-component vector of int'
  490. [15236:3664:1028/053415.077:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump 4-component vector of int'
  491. [15236:3664:1028/053415.113:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  492. [15236:3664:1028/053415.123:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  493. [15236:3664:1028/053415.194:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  494. [15236:3664:1028/053415.204:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  495. [15236:3664:1028/053415.206:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  496. [15236:3664:1028/053415.215:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  497. [15236:3664:1028/053415.269:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  498. [15236:3664:1028/053415.279:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  499. [15236:3664:1028/053415.281:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  500. [15236:3664:1028/053415.291:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  501. [15236:3664:1028/053415.345:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  502. [15236:3664:1028/053415.356:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  503. [15236:3664:1028/053415.357:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  504. [15236:3664:1028/053415.368:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  505. [15236:3664:1028/053415.408:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  506. [15236:3664:1028/053415.419:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  507. [15236:3664:1028/053415.420:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  508. [15236:3664:1028/053415.432:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  509. [15236:3664:1028/053415.490:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  510. [15236:3664:1028/053415.501:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  511. [15236:3664:1028/053415.503:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  512. [15236:3664:1028/053415.514:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  513. [15236:3664:1028/053415.556:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  514. [15236:3664:1028/053415.568:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  515. [15236:3664:1028/053415.569:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  516. [15236:3664:1028/053415.581:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  517. [15236:3664:1028/053415.602:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X3 matrix of float'
  518. [15236:3664:1028/053415.613:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X3 matrix of float'
  519. [15236:3664:1028/053415.633:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  520. [15236:3664:1028/053415.645:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  521. [15236:3664:1028/053415.647:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  522. [15236:3664:1028/053415.659:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  523. [15236:3664:1028/053415.680:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 2X4 matrix of float'
  524. [15236:3664:1028/053415.692:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 2X4 matrix of float'
  525. [15236:3664:1028/053415.714:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  526. [15236:3664:1028/053415.727:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  527. [15236:3664:1028/053415.728:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  528. [15236:3664:1028/053415.739:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  529. [15236:3664:1028/053415.783:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X2 matrix of float'
  530. [15236:3664:1028/053415.795:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X2 matrix of float'
  531. [15236:3664:1028/053415.816:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  532. [15236:3664:1028/053415.829:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  533. [15236:3664:1028/053415.830:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  534. [15236:3664:1028/053415.841:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  535. [15236:3664:1028/053415.864:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 3X4 matrix of float'
  536. [15236:3664:1028/053415.876:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 3X4 matrix of float'
  537. [15236:3664:1028/053415.898:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  538. [15236:3664:1028/053415.910:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  539. [15236:3664:1028/053415.912:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  540. [15236:3664:1028/053415.925:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  541. [15236:3664:1028/053415.945:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X2 matrix of float'
  542. [15236:3664:1028/053415.958:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X2 matrix of float'
  543. [15236:3664:1028/053415.980:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  544. [15236:3664:1028/053415.992:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  545. [15236:3664:1028/053415.993:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  546. [15236:3664:1028/053416.006:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  547. [15236:3664:1028/053416.029:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump 4X3 matrix of float'
  548. [15236:3664:1028/053416.062:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump 4X3 matrix of float'
  549. [15236:3664:1028/053416.085:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp int'
  550. [15236:3664:1028/053416.097:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump int'
  551. [15236:3664:1028/053416.139:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp int'
  552. [15236:3664:1028/053416.153:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump int'
  553. [15236:3664:1028/053416.154:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp 3-component vector of int'
  554. [15236:3664:1028/053416.167:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump 3-component vector of int'
  555. [15236:3664:1028/053416.210:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 4-component vector of int' to 'highp int'
  556. [15236:3664:1028/053416.225:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of int' to 'mediump int'
  557. [15236:3664:1028/053416.226:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp 4-component vector of int'
  558. [15236:3664:1028/053416.239:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump 4-component vector of int'
  559. [15236:3664:1028/053416.283:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  560. [15236:3664:1028/053416.297:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump float'
  561. [15236:3664:1028/053416.358:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  562. [15236:3664:1028/053416.371:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump float'
  563. [15236:3664:1028/053416.372:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  564. [15236:3664:1028/053416.387:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of float' to 'mediump 3-component vector of float'
  565. [15236:3664:1028/053416.433:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  566. [15236:3664:1028/053416.447:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump float'
  567. [15236:3664:1028/053416.448:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  568. [15236:3664:1028/053416.462:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of float' to 'mediump 4-component vector of float'
  569. [15236:3664:1028/053416.507:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  570. [15236:3664:1028/053416.522:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump float'
  571. [15236:3664:1028/053416.523:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  572. [15236:3664:1028/053416.538:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of float' to 'mediump 2X2 matrix of float'
  573. [15236:3664:1028/053416.585:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  574. [15236:3664:1028/053416.617:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump float'
  575. [15236:3664:1028/053416.618:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  576. [15236:3664:1028/053416.633:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X2 matrix of float' to 'mediump 3X3 matrix of float'
  577. [15236:3664:1028/053416.680:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  578. [15236:3664:1028/053416.694:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump float'
  579. [15236:3664:1028/053416.695:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  580. [15236:3664:1028/053416.709:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X3 matrix of float' to 'mediump 4X4 matrix of float'
  581. [15236:3664:1028/053416.758:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  582. [15236:3664:1028/053416.774:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump float'
  583. [15236:3664:1028/053416.775:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  584. [15236:3664:1028/053416.791:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X4 matrix of float' to 'mediump 2X3 matrix of float'
  585. [15236:3664:1028/053416.839:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  586. [15236:3664:1028/053416.855:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump float'
  587. [15236:3664:1028/053416.856:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  588. [15236:3664:1028/053416.893:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X3 matrix of float' to 'mediump 2X4 matrix of float'
  589. [15236:3664:1028/053416.941:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  590. [15236:3664:1028/053416.957:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump float'
  591. [15236:3664:1028/053416.958:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  592. [15236:3664:1028/053416.973:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2X4 matrix of float' to 'mediump 3X2 matrix of float'
  593. [15236:3664:1028/053417.017:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  594. [15236:3664:1028/053417.031:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump float'
  595. [15236:3664:1028/053417.032:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  596. [15236:3664:1028/053417.048:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X2 matrix of float' to 'mediump 3X4 matrix of float'
  597. [15236:3664:1028/053417.092:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  598. [15236:3664:1028/053417.108:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump float'
  599. [15236:3664:1028/053417.109:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  600. [15236:3664:1028/053417.149:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3X4 matrix of float' to 'mediump 4X2 matrix of float'
  601. [15236:3664:1028/053417.199:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  602. [15236:3664:1028/053417.216:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X3 matrix of float' to 'mediump float'
  603. [15236:3664:1028/053417.217:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  604. [15236:3664:1028/053417.234:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4X2 matrix of float' to 'mediump 4X3 matrix of float'
  605. [15236:3664:1028/053417.822:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp int'
  606. [15236:3664:1028/053417.839:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump int'
  607. [15236:24476:1028/053417.851:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  608. [15236:10048:1028/053417.865:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(53,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  609. [15236:16524:1028/053417.875:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  610. [15236:25264:1028/053417.889:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(53,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  611. [15236:3664:1028/053417.890:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp int'
  612. [15236:3664:1028/053417.907:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump int'
  613. [15236:3664:1028/053417.907:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 2-component vector of int' to 'highp 3-component vector of int'
  614. [15236:3664:1028/053417.925:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 2-component vector of int' to 'mediump 3-component vector of int'
  615. [15236:21300:1028/053417.935:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  616. [15236:20528:1028/053417.950:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(53,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  617. [15236:19104:1028/053417.987:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  618. [15236:26140:1028/053418.002:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(53,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  619. [15236:3664:1028/053418.004:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 4-component vector of int' to 'highp int'
  620. [15236:3664:1028/053418.022:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 4-component vector of int' to 'mediump int'
  621. [15236:3664:1028/053418.023:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : cannot convert from 'uniform highp 3-component vector of int' to 'highp 4-component vector of int'
  622. [15236:3664:1028/053418.039:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:8: 'assign' : cannot convert from 'uniform mediump 3-component vector of int' to 'mediump 4-component vector of int'
  623. [15236:20596:1028/053418.049:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  624. [15236:23536:1028/053418.064:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(53,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  625. [15236:25640:1028/053418.074:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  626. [15236:23628:1028/053418.089:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(53,2-14): warning X3556: integer divides may be much slower, try using uints if possible.
  627. [15236:3664:1028/053419.553:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: '?:' : ternary operator is not allowed for structures or arrays
  628. [15236:3664:1028/053419.555:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:11: '?:' : ternary operator is not allowed for structures or arrays
  629. [15236:3664:1028/053419.557:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: '?:' : ternary operator is not allowed for void
  630. [15236:3664:1028/053419.558:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:6: ',' : sequence operator is not allowed for void, arrays, or structs containing arrays
  631. [15236:3664:1028/053419.559:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:10: ',' : sequence operator is not allowed for void, arrays, or structs containing arrays
  632. [15236:3664:1028/053419.561:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: ',' : sequence operator is not allowed for void, arrays, or structs containing arrays
  633. [15236:3664:1028/053419.874:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'gl_FragDepth' : undeclared identifier ERROR: 0:5: 'assign' : l-value required (can't modify a const)
  634. [15236:3664:1028/053419.881:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:6: 'gl_FragDepthEXT' : undeclared identifier ERROR: 0:6: 'assign' : l-value required (can't modify a const)
  635. [15236:3664:1028/053420.346:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : l-value required (can't modify an input "v_float_varying")
  636. [15236:3664:1028/053420.378:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : l-value required (can't modify an input "v_float_varying")
  637. [15236:3664:1028/053420.384:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:7: 'assign' : l-value required (can't modify an input "v_float_varying")
  638. [15236:3664:1028/053420.619:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:3: 'float' : illegal type argument for default precision qualifier
  639. [15236:3664:1028/053420.648:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:3: 'void' : illegal type argument for default precision qualifier
  640. [15236:3664:1028/053420.678:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:3: 'uint' : illegal type argument for default precision qualifier
  641. [15236:3664:1028/053420.911:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'invariant' : #pragma STDGL invariant(all) can not be used in fragment shader
  642. [15236:3664:1028/053420.915:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'invariant' : Cannot be qualified as invariant.
  643. [15236:3664:1028/053421.849:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: ' ' : #version directive must occur on the first line of the shader ERROR: 0:4: 'in' : storage qualifier supported in GLSL ES 3.00 and above only
  644. [15236:3664:1028/053421.882:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: ' ' : #version directive must occur on the first line of the shader ERROR: 0:4: 'in' : storage qualifier supported in GLSL ES 3.00 and above only
  645. [15236:3664:1028/053421.917:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: ' ' : #version directive must occur on the first line of the shader ERROR: 0:4: 'out' : storage qualifier supported in GLSL ES 3.00 and above only
  646. [15236:3664:1028/053421.918:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: ' ' : #version directive must occur on the first line of the shader ERROR: 0:4: 'out' : storage qualifier supported in GLSL ES 3.00 and above only
  647. [15236:14044:1028/053422.185:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(70,28-42): warning X3556: integer modulus may be much slower, try using uints if possible. C:\fakepath(70,49-63): warning X3556: integer divides may be much slower, try using uints if possible. C:\fakepath(70,69-83): warning X3556: integer divides may be much slower, try using uints if possible. C:\fakepath(70,47-89): warning X3556: integer modulus may be much slower, try using uints if possible.
  648. [15236:3664:1028/053422.445:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'sampler3D' : No precision specified
  649. [15236:3664:1028/053422.512:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'sampler3D' : No precision specified
  650. [15236:3664:1028/053422.514:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'samplerCubeShadow' : No precision specified
  651. [15236:3664:1028/053422.516:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'samplerCubeShadow' : No precision specified
  652. [15236:3664:1028/053422.518:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'sampler2DShadow' : No precision specified
  653. [15236:3664:1028/053422.519:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'sampler2DShadow' : No precision specified
  654. [15236:3664:1028/053422.520:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'sampler2DArray' : No precision specified
  655. [15236:3664:1028/053422.522:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'sampler2DArray' : No precision specified
  656. [15236:3664:1028/053422.523:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'sampler2DArrayShadow' : No precision specified
  657. [15236:3664:1028/053422.524:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'sampler2DArrayShadow' : No precision specified
  658. [15236:3664:1028/053422.525:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'isampler2D' : No precision specified
  659. [15236:3664:1028/053422.527:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'isampler2D' : No precision specified
  660. [15236:3664:1028/053422.527:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'isampler3D' : No precision specified
  661. [15236:3664:1028/053422.529:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'isampler3D' : No precision specified
  662. [15236:3664:1028/053422.530:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'isamplerCube' : No precision specified
  663. [15236:3664:1028/053422.531:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'isamplerCube' : No precision specified
  664. [15236:3664:1028/053422.532:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'isampler2DArray' : No precision specified
  665. [15236:3664:1028/053422.533:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'isampler2DArray' : No precision specified
  666. [15236:3664:1028/053422.534:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'usampler2D' : No precision specified
  667. [15236:3664:1028/053422.547:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'usampler2D' : No precision specified
  668. [15236:3664:1028/053422.548:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'usampler3D' : No precision specified
  669. [15236:3664:1028/053422.550:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'usampler3D' : No precision specified
  670. [15236:3664:1028/053422.551:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'usamplerCube' : No precision specified
  671. [15236:3664:1028/053422.552:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'usamplerCube' : No precision specified
  672. [15236:3664:1028/053422.553:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:4: 'usampler2DArray' : No precision specified
  673. [15236:3664:1028/053422.555:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'usampler2DArray' : No precision specified
  674. [15236:26356:1028/053422.880:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(40,12-35): warning X3550: sampler array index must be a literal expression, forcing loop to unroll C:\fakepath(56,7-53): error X3531: can't unroll loops marked with loop attribute
  675. [15236:26356:1028/053422.882:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(40,12-35): warning X3550: sampler array index must be a literal expression, forcing loop to unroll
  676. [15236:3664:1028/053423.146:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: '=' : assigning non-constant to 'const mediump float'
  677. [15236:3664:1028/053423.150:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: '' : constant expression required ERROR: 0:5: '' : array size must be a constant integer expression
  678. [15236:3664:1028/053424.379:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:2: 'XxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxX' : token too long
  679. [15236:3664:1028/053424.647:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:3: 'a1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234' : token too long ERROR: 0:6: 'a1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234' : token too long
  680. [15236:3664:1028/053426.377:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:17: 'case' : label statement nested inside control flow
  681. [15236:3664:1028/053426.615:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:10: 'textureOffset' : Texture offset must be a constant expression
  682. [15236:3664:1028/053426.618:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:11: 'textureLodOffset' : Texture offset must be a constant expression
  683. [15236:3664:1028/053426.619:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:12: 'textureGradOffset' : Texture offset must be a constant expression
  684. [15236:3664:1028/053426.621:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:10: 'textureProjOffset' : Texture offset must be a constant expression
  685. [15236:3664:1028/053426.622:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:11: 'textureProjLodOffset' : Texture offset must be a constant expression
  686. [15236:3664:1028/053426.623:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:12: 'textureProjGradOffset' : Texture offset must be a constant expression
  687. [15236:3664:1028/053426.625:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:11: 'texelFetchOffset' : Texture offset must be a constant expression
  688. [15236:3664:1028/053426.890:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:10: '-9' : Texture offset value out of valid range
  689. [15236:3664:1028/053426.892:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:10: '8' : Texture offset value out of valid range
  690. [15236:3664:1028/053426.894:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:10: 'textureOffset' : Texture offset must be a constant expression
  691. [15236:26348:1028/053429.646:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(44,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  692. [15236:16844:1028/053429.745:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(44,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  693. [15236:20460:1028/053429.858:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(44,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  694. [15236:23140:1028/053429.951:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(40,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  695. [15236:23056:1028/053430.521:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,19-25): warning X3092: unary negate of unsigned value is still unsigned
  696. [15236:26036:1028/053430.587:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,25-31): warning X3092: unary negate of unsigned value is still unsigned C:\fakepath(67,22-37): warning X3092: unary negate of unsigned value is still unsigned C:\fakepath(67,19-43): warning X3092: unary negate of unsigned value is still unsigned
  697. [15236:3664:1028/053430.880:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'packed' : Only std140 layout is allowed in WebGL
  698. [15236:3664:1028/053430.883:WARNING:angle_platform_impl.cc(52)] : resolveCompile(389): ERROR: 0:5: 'shared' : Only std140 layout is allowed in WebGL
  699. [15236:4820:1028/053431.721:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(55,3-15): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  700. [15236:6960:1028/053431.752:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(41,3): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
  701. [15236:26580:1028/053432.686:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(58,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_mat2x2_float2x2) C:\fakepath(40,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec2)
  702. [15236:21016:1028/053432.790:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(62,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_ivec2) C:\fakepath(44,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  703. [15236:24516:1028/053432.858:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(62,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_ivec2)
  704. [15236:12280:1028/053433.057:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(44,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  705. [15236:26188:1028/053433.353:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(49,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  706. [15236:25604:1028/053433.391:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(40,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  707. [15236:23660:1028/053433.456:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(62,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_mat2x2_float2x2)
  708. [15236:17028:1028/053433.725:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(44,1-6): warning X4000: use of potentially uninitialized variable (dyn_index_vec4_float4)
  709. [15236:22784:1028/053500.255:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(62,27-41): warning X3556: integer modulus may be much slower, try using uints if possible. C:\fakepath(62,47-61): warning X3556: integer divides may be much slower, try using uints if possible. C:\fakepath(62,46-66): warning X3556: integer modulus may be much slower, try using uints if possible.
  710. [15236:3664:1028/053507.018:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_ENUM: Invalid format.
  711. [15236:3664:1028/053507.018:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_ENUM: Invalid format.
  712. [15236:3664:1028/053507.047:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  713. [15236:3664:1028/053507.048:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  714. [15236:3664:1028/053507.049:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  715. [15236:3664:1028/053507.049:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  716. [15236:3664:1028/053507.050:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  717. [15236:3664:1028/053507.050:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  718. [15236:3664:1028/053507.052:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  719. [15236:3664:1028/053507.052:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Invalid format and type combination.
  720. [15236:3664:1028/053509.469:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  721. [15236:3664:1028/053509.469:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
  722. [15236:3664:1028/053509.469:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  723. [15236:3664:1028/053509.469:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  724. [15236:3664:1028/053509.470:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  725. [15236:3664:1028/053509.470:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  726. [15236:3664:1028/053509.471:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  727. [15236:3664:1028/053509.471:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Draw framebuffer is incomplete
  728. [15236:3664:1028/053509.471:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  729. [15236:3664:1028/053509.472:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  730. [15236:3664:1028/053509.472:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  731. [15236:3664:1028/053509.472:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete.
  732. [15236:3664:1028/053509.474:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Missing read attachment.
  733. [15236:3664:1028/053509.474:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Missing read attachment.
  734. [15236:3664:1028/053509.475:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Missing read attachment.
  735. [15236:3664:1028/053509.599:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD7C0] GL_INVALID_VALUE: Level of detail outside of range.
  736. [15236:3664:1028/053509.850:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Index is greater than the maximum supported color attachments
  737. [15236:3664:1028/053509.850:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Index is greater than the maximum supported color attachments
  738. [15236:3664:1028/053514.281:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Read buffer is GL_NONE.
  739. [15236:3664:1028/053514.348:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Read buffer is GL_NONE.
  740. [15236:3664:1028/053514.414:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Missing read attachment.
  741. [15236:3664:1028/053514.650:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  742. [15236:3664:1028/053514.650:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  743. [15236:3664:1028/053514.652:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  744. [15236:3664:1028/053514.716:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  745. [15236:3664:1028/053514.717:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  746. [15236:3664:1028/053514.717:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  747. [15236:3664:1028/053514.717:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  748. [15236:3664:1028/053514.718:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  749. [15236:3664:1028/053514.718:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  750. [15236:3664:1028/053514.718:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  751. [15236:3664:1028/053514.719:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  752. [15236:3664:1028/053514.719:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  753. [15236:3664:1028/053514.719:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  754. [15236:3664:1028/053514.719:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  755. [15236:3664:1028/053514.720:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  756. [15236:3664:1028/053514.814:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  757. [15236:3664:1028/053514.814:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  758. [15236:3664:1028/053514.814:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  759. [15236:3664:1028/053514.815:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  760. [15236:3664:1028/053514.815:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  761. [15236:3664:1028/053514.815:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  762. [15236:3664:1028/053514.816:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  763. [15236:3664:1028/053514.816:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  764. [15236:3664:1028/053514.816:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  765. [15236:3664:1028/053514.817:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  766. [15236:3664:1028/053514.817:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  767. [15236:3664:1028/053514.817:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  768. [15236:3664:1028/053514.818:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  769. [15236:3664:1028/053514.818:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  770. [15236:3664:1028/053514.818:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  771. [15236:3664:1028/053514.818:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  772. [15236:3664:1028/053514.819:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  773. [15236:3664:1028/053514.819:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  774. [15236:3664:1028/053514.880:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  775. [15236:3664:1028/053514.881:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  776. [15236:3664:1028/053514.881:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  777. [15236:3664:1028/053514.882:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  778. [15236:3664:1028/053514.882:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  779. [15236:3664:1028/053514.882:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  780. [15236:3664:1028/053514.883:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  781. [15236:3664:1028/053514.883:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  782. [15236:3664:1028/053514.884:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  783. [15236:3664:1028/053514.884:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  784. [15236:3664:1028/053514.884:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  785. [15236:3664:1028/053514.885:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  786. [15236:3664:1028/053514.981:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  787. [15236:3664:1028/053514.981:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  788. [15236:3664:1028/053514.982:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  789. [15236:3664:1028/053514.982:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  790. [15236:3664:1028/053514.982:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  791. [15236:3664:1028/053514.983:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  792. [15236:3664:1028/053514.983:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  793. [15236:3664:1028/053514.984:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  794. [15236:3664:1028/053514.984:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  795. [15236:3664:1028/053514.984:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  796. [15236:3664:1028/053514.985:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  797. [15236:3664:1028/053514.985:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  798. [15236:3664:1028/053514.985:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  799. [15236:3664:1028/053514.986:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  800. [15236:3664:1028/053514.986:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  801. [15236:3664:1028/053514.986:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  802. [15236:3664:1028/053514.986:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  803. [15236:3664:1028/053514.987:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_OPERATION: Vertex shader input type does not match the type of the bound vertex attribute.
  804. [15236:3664:1028/053520.422:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: Attempt to blit from a multisampled framebuffer and the bounds or format of the color buffer don't match with the draw framebuffer.
  805. [15236:3664:1028/053520.456:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Attempt to blit from a multisampled framebuffer and the bounds or format of the color buffer don't match with the draw framebuffer.
  806. [15236:3664:1028/053520.465:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Attempt to blit from a multisampled framebuffer and the bounds or format of the color buffer don't match with the draw framebuffer.
  807. [15236:3664:1028/053520.489:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Invalid operation on multisampled framebuffer
  808. [15236:3664:1028/053520.497:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Invalid operation on multisampled framebuffer
  809. [15236:3664:1028/053520.505:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid operation on multisampled framebuffer
  810. [15236:3664:1028/053520.513:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Invalid operation on multisampled framebuffer
  811. [15236:3664:1028/053520.998:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_VALUE: BlitFramebuffer dimensions out of 32-bit integer range.
  812. [15236:3664:1028/053520.999:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_VALUE: BlitFramebuffer dimensions out of 32-bit integer range.
  813. [15236:3664:1028/053520.999:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_VALUE: BlitFramebuffer dimensions out of 32-bit integer range.
  814. [15236:3664:1028/053520.999:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_VALUE: BlitFramebuffer dimensions out of 32-bit integer range.
  815. [15236:3664:1028/053520.999:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_VALUE: BlitFramebuffer dimensions out of 32-bit integer range.
  816. [15236:3664:1028/053521.000:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D12D0] GL_INVALID_VALUE: BlitFramebuffer dimensions out of 32-bit integer range.
  817. [15236:3664:1028/053522.049:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Blit feedback loop: the read and draw framebuffers are the same.
  818. [15236:3664:1028/053522.050:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Blit feedback loop: the read and draw framebuffers are the same.
  819. [15236:3664:1028/053522.050:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Read and write color attachments cannot be the same image.
  820. [15236:3664:1028/053522.053:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Read and write depth stencil attachments cannot be the same image.
  821. [15236:3664:1028/053522.054:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Read and write depth stencil attachments cannot be the same image.
  822. [15236:3664:1028/053522.055:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Read and write color attachments cannot be the same image.
  823. [15236:3664:1028/053522.058:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Invalid operation on multisampled framebuffer
  824. [15236:3664:1028/053522.058:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Attempt to blit from a multisampled framebuffer and the bounds or format of the color buffer don't match with the draw framebuffer.
  825. [15236:3664:1028/053522.059:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Attempt to blit from a multisampled framebuffer and the bounds or format of the color buffer don't match with the draw framebuffer.
  826. [15236:3664:1028/053522.059:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Attempt to blit from a multisampled framebuffer and the bounds or format of the color buffer don't match with the draw framebuffer.
  827. [15236:3664:1028/053523.693:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  828. [15236:3664:1028/053523.694:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  829. [15236:3664:1028/053523.694:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  830. [15236:3664:1028/053523.695:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  831. [15236:3664:1028/053523.696:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  832. [15236:3664:1028/053523.696:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  833. [15236:3664:1028/053523.696:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  834. [15236:3664:1028/053523.697:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  835. [15236:3664:1028/053523.700:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  836. [15236:3664:1028/053523.700:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  837. [15236:3664:1028/053523.700:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  838. [15236:3664:1028/053523.701:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CC410] GL_INVALID_OPERATION: No defined conversion between clear value and attachment format.
  839. [15236:3664:1028/053524.340:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Mismatch between texture format and sampler type (signed/unsigned/float/shadow).
  840. [15236:3664:1028/053524.340:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Mismatch between texture format and sampler type (signed/unsigned/float/shadow).
  841. [15236:3664:1028/053524.341:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Mismatch between texture format and sampler type (signed/unsigned/float/shadow).
  842. [15236:3664:1028/053524.341:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Mismatch between texture format and sampler type (signed/unsigned/float/shadow).
  843. [15236:3664:1028/053524.342:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Mismatch between texture format and sampler type (signed/unsigned/float/shadow).
  844. [15236:3664:1028/053524.342:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Mismatch between texture format and sampler type (signed/unsigned/float/shadow).
  845. [15236:3664:1028/053525.282:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Active draw buffers with missing fragment shader outputs.
  846. [15236:3664:1028/053525.283:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Active draw buffers with missing fragment shader outputs.
  847. [15236:3664:1028/053525.516:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CFF20] GL_INVALID_OPERATION: Active draw buffers with missing fragment shader outputs.
  848. [15236:3664:1028/053530.264:WARNING:angle_platform_impl.cc(52)] : insertMessage(180): GL error: HIGH: Internal error: 0x00000502: Vertex buffer is not big enough for the draw call.
  849. [15236:3664:1028/053530.264:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Internal error: 0x00000502: Vertex buffer is not big enough for the draw call.
  850. [15236:3664:1028/053530.265:WARNING:angle_platform_impl.cc(52)] : insertMessage(180): GL error: HIGH: Internal error: 0x00000502: Vertex buffer is not big enough for the draw call.
  851. [15236:3664:1028/053530.265:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Internal error: 0x00000502: Vertex buffer is not big enough for the draw call.
  852. [15236:3664:1028/053531.011:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_OPERATION: Active draw buffers with missing fragment shader outputs.
  853. [15236:3664:1028/053531.012:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_OPERATION: Fragment shader output type does not match the bound framebuffer attachment type.
  854. [15236:3664:1028/053531.013:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_OPERATION: Fragment shader output type does not match the bound framebuffer attachment type.
  855. [15236:3664:1028/053531.015:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_OPERATION: Active draw buffers with missing fragment shader outputs.
  856. [15236:3664:1028/053531.015:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_OPERATION: Fragment shader output type does not match the bound framebuffer attachment type.
  857. [15236:3664:1028/053531.016:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CDE50] GL_INVALID_OPERATION: Fragment shader output type does not match the bound framebuffer attachment type.
  858. [15236:3664:1028/053531.152:WARNING:angle_platform_impl.cc(52)] : syncPrimitiveTopology(3843): Point rendering without writing to gl_PointSize.
  859. [15236:3664:1028/053531.153:WARNING:angle_platform_impl.cc(52)] : syncPrimitiveTopology(3843): Point rendering without writing to gl_PointSize.
  860. [15236:3664:1028/053531.153:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid draw mode.
  861. [15236:3664:1028/053531.153:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid draw mode.
  862. [15236:3664:1028/053531.154:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid draw mode.
  863. [15236:3664:1028/053531.157:WARNING:angle_platform_impl.cc(52)] : TrimCache(153): Overflowed the input layout cache limit of 512 elements, removing the least recently used to make room.
  864. [15236:3664:1028/053531.158:WARNING:angle_platform_impl.cc(52)] : syncPrimitiveTopology(3843): Point rendering without writing to gl_PointSize.
  865. [15236:3664:1028/053531.159:WARNING:angle_platform_impl.cc(52)] : syncPrimitiveTopology(3843): Point rendering without writing to gl_PointSize.
  866. [15236:3664:1028/053531.159:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid draw mode.
  867. [15236:3664:1028/053531.159:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid draw mode.
  868. [15236:3664:1028/053531.160:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid draw mode.
  869. [15236:3664:1028/053532.043:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Missing read attachment.
  870. [15236:3664:1028/053532.044:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Missing read attachment.
  871. [15236:3664:1028/053532.044:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Missing read attachment.
  872. [15236:3664:1028/053532.045:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Missing read attachment.
  873. [15236:3664:1028/053532.060:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Attempt to read from a missing color attachment of a complete framebuffer.
  874. [15236:3664:1028/053532.060:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Attempt to read from a missing color attachment of a complete framebuffer.
  875. [15236:3664:1028/053532.061:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Attempt to read from a missing depth/stencil attachment of a complete framebuffer.
  876. [15236:3664:1028/053532.062:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Only nearest filtering can be used when blitting buffers other than the color buffer.
  877. [15236:3664:1028/053532.062:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Attempt to read from a missing depth/stencil attachment of a complete framebuffer.
  878. [15236:3664:1028/053532.062:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF890] GL_INVALID_OPERATION: Only nearest filtering can be used when blitting buffers other than the color buffer.
  879. [15236:3664:1028/053532.306:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to have a used but unbound uniform buffer.
  880. [15236:3664:1028/053532.306:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to have a used but unbound uniform buffer.
  881. [15236:3664:1028/053532.307:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  882. [15236:3664:1028/053532.307:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  883. [15236:3664:1028/053532.307:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  884. [15236:3664:1028/053532.308:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  885. [15236:3664:1028/053532.317:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  886. [15236:3664:1028/053532.317:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  887. [15236:3664:1028/053532.320:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  888. [15236:3664:1028/053532.321:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  889. [15236:3664:1028/053532.321:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  890. [15236:3664:1028/053532.321:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  891. [15236:3664:1028/053532.322:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  892. [15236:3664:1028/053532.322:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  893. [15236:3664:1028/053532.322:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  894. [15236:3664:1028/053532.322:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  895. [15236:3664:1028/053532.323:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  896. [15236:3664:1028/053532.331:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  897. [15236:3664:1028/053532.331:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  898. [15236:3664:1028/053532.332:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: It is undefined behaviour to use a uniform buffer that is too small.
  899. [15236:3664:1028/053553.670:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  900. [15236:3664:1028/053553.670:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  901. [15236:3664:1028/053553.671:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  902. [15236:3664:1028/053553.672:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  903. [15236:3664:1028/053553.679:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  904. [15236:3664:1028/053553.680:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  905. [15236:3664:1028/053553.680:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  906. [15236:3664:1028/053553.682:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  907. [15236:3664:1028/053553.683:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  908. [15236:3664:1028/053553.684:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  909. [15236:3664:1028/053553.684:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  910. [15236:3664:1028/053553.685:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  911. [15236:3664:1028/053553.690:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  912. [15236:3664:1028/053553.690:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  913. [15236:3664:1028/053553.691:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  914. [15236:3664:1028/053553.691:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  915. [15236:3664:1028/053553.692:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  916. [15236:3664:1028/053553.693:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  917. [15236:3664:1028/053553.693:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  918. [15236:3664:1028/053553.694:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  919. [15236:3664:1028/053553.695:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  920. [15236:3664:1028/053553.710:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  921. [15236:3664:1028/053553.711:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  922. [15236:3664:1028/053553.711:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  923. [15236:3664:1028/053553.712:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  924. [15236:3664:1028/053553.712:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  925. [15236:3664:1028/053553.713:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  926. [15236:3664:1028/053553.714:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  927. [15236:3664:1028/053553.715:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  928. [15236:3664:1028/053553.717:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  929. [15236:3664:1028/053553.718:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  930. [15236:3664:1028/053553.719:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  931. [15236:3664:1028/053553.719:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  932. [15236:3664:1028/053553.720:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  933. [15236:3664:1028/053553.721:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  934. [15236:3664:1028/053553.722:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  935. [15236:3664:1028/053553.722:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  936. [15236:3664:1028/053553.723:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  937. [15236:3664:1028/053553.724:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1FF0] GL_INVALID_OPERATION: Invalid copy texture format combination.
  938. [15236:3664:1028/053556.134:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Feedback loop formed between Framebuffer and active Texture.
  939. [15236:3664:1028/053618.593:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Invalid internal format.
  940. [15236:3664:1028/053618.594:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  941. [15236:3664:1028/053618.594:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Invalid internal format.
  942. [15236:3664:1028/053618.595:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CE4E0] GL_INVALID_OPERATION: Invalid internal format.
  943. [15236:3664:1028/053618.712:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  944. [15236:3664:1028/053618.713:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: The destination level of the destination texture must be defined.
  945. [15236:3664:1028/053618.839:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  946. [15236:3664:1028/053618.844:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  947. [15236:3664:1028/053618.844:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: The destination level of the destination texture must be defined.
  948. [15236:3664:1028/053618.848:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CF200] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  949. [15236:3664:1028/053639.216:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  950. [15236:3664:1028/053639.219:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  951. [15236:3664:1028/053639.221:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  952. [15236:3664:1028/053639.227:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Invalid copy texture format combination.
  953. [15236:3664:1028/053639.232:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Invalid copy texture format combination.
  954. [15236:3664:1028/053639.247:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Invalid copy texture format combination.
  955. [15236:3664:1028/053639.263:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1960] GL_INVALID_OPERATION: Invalid copy texture format combination.
  956. [15236:3664:1028/053639.265:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1960] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  957. [15236:3664:1028/053639.266:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1960] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  958. [15236:3664:1028/053639.269:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D1960] GL_INVALID_OPERATION: Invalid combination of format = type and internalFormat.
  959. [15236:3664:1028/053639.405:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Texture format does not support mipmap generation.
  960. [15236:3664:1028/053639.407:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Cannot generate mipmaps for a zero-size texture in a WebGL context.
  961. [15236:3664:1028/053639.407:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Texture format does not support mipmap generation.
  962. [15236:3664:1028/053639.409:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Texture format does not support mipmap generation.
  963. [15236:3664:1028/053639.410:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CBD80] GL_INVALID_OPERATION: Cannot generate mipmaps for a zero-size texture in a WebGL context.
  964. [15236:3664:1028/053640.044:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  965. [15236:3664:1028/053640.045:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  966. [15236:3664:1028/053640.046:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  967. [15236:3664:1028/053640.046:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  968. [15236:3664:1028/053640.057:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  969. [15236:3664:1028/053640.058:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  970. [15236:3664:1028/053640.059:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  971. [15236:3664:1028/053640.059:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  972. [15236:3664:1028/053640.067:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  973. [15236:3664:1028/053640.069:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  974. [15236:3664:1028/053640.069:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  975. [15236:3664:1028/053640.069:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  976. [15236:3664:1028/053640.076:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  977. [15236:3664:1028/053640.077:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  978. [15236:3664:1028/053640.077:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  979. [15236:3664:1028/053640.078:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  980. [15236:3664:1028/053640.093:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  981. [15236:3664:1028/053640.094:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  982. [15236:3664:1028/053640.095:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  983. [15236:3664:1028/053640.095:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  984. [15236:3664:1028/053640.101:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  985. [15236:3664:1028/053640.103:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  986. [15236:3664:1028/053640.103:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  987. [15236:3664:1028/053640.103:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  988. [15236:3664:1028/053640.105:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  989. [15236:3664:1028/053640.106:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  990. [15236:3664:1028/053640.107:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  991. [15236:3664:1028/053640.107:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1CD130] GL_INVALID_OPERATION: Texture is immutable.
  992. [15236:3664:1028/053640.225:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  993. [15236:3664:1028/053640.225:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid format.
  994. [15236:3664:1028/053640.226:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Level of detail outside of range.
  995. [15236:3664:1028/053640.226:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Texture is immutable.
  996. [15236:3664:1028/053640.227:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Level of detail outside of range.
  997. [15236:3664:1028/053640.227:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_VALUE: Offset overflows texture dimensions.
  998. [15236:3664:1028/053640.229:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  999. [15236:3664:1028/053640.229:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid format.
  1000. [15236:3664:1028/053640.230:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Level of detail outside of range.
  1001. [15236:3664:1028/053640.230:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Texture is immutable.
  1002. [15236:3664:1028/053640.231:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Level of detail outside of range.
  1003. [15236:3664:1028/053640.231:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_VALUE: Offset overflows texture dimensions.
  1004. [15236:3664:1028/053640.233:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: No Texture is bound to the specified target.
  1005. [15236:3664:1028/053640.235:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_ENUM: Invalid format.
  1006. [15236:3664:1028/053640.236:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Level of detail outside of range.
  1007. [15236:3664:1028/053640.236:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Texture is immutable.
  1008. [15236:3664:1028/053640.237:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_OPERATION: Level of detail outside of range.
  1009. [15236:3664:1028/053640.237:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D0C40] GL_INVALID_VALUE: Offset overflows texture dimensions.
  1010. [15236:3664:1028/053640.878:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1011. [15236:3664:1028/053640.879:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1012. [15236:3664:1028/053640.880:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1013. [15236:3664:1028/053640.882:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1014. [15236:3664:1028/053640.885:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1015. [15236:3664:1028/053640.886:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1016. [15236:3664:1028/053640.888:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1017. [15236:3664:1028/053640.890:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1018. [15236:3664:1028/053640.892:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1019. [15236:3664:1028/053640.893:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1020. [15236:3664:1028/053640.895:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1021. [15236:3664:1028/053640.897:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1022. [15236:3664:1028/053640.900:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1023. [15236:3664:1028/053640.901:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1024. [15236:3664:1028/053640.902:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1025. [15236:3664:1028/053640.905:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1026. [15236:3664:1028/053640.906:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1027. [15236:3664:1028/053640.908:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1028. [15236:3664:1028/053640.909:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1029. [15236:3664:1028/053640.910:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1030. [15236:3664:1028/053640.920:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1031. [15236:3664:1028/053640.921:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1032. [15236:3664:1028/053640.922:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1033. [15236:3664:1028/053640.924:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1034. [15236:3664:1028/053640.926:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1035. [15236:3664:1028/053640.927:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1036. [15236:3664:1028/053640.929:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1037. [15236:3664:1028/053640.930:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1038. [15236:3664:1028/053640.932:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1039. [15236:3664:1028/053640.934:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1040. [15236:3664:1028/053640.935:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1041. [15236:3664:1028/053640.937:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1042. [15236:3664:1028/053640.939:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1043. [15236:3664:1028/053640.941:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1044. [15236:3664:1028/053640.942:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1045. [15236:3664:1028/053640.945:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1046. [15236:3664:1028/053640.948:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1047. [15236:3664:1028/053640.949:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1048. [15236:3664:1028/053640.952:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1049. [15236:3664:1028/053640.954:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1050. [15236:3664:1028/053640.956:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1051. [15236:3664:1028/053640.957:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1052. [15236:3664:1028/053640.959:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1053. [15236:3664:1028/053640.961:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1054. [15236:3664:1028/053640.963:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1055. [15236:3664:1028/053640.964:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1056. [15236:3664:1028/053640.966:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1057. [15236:3664:1028/053640.967:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1058. [15236:3664:1028/053640.969:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1059. [15236:3664:1028/053640.970:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1060. [15236:3664:1028/053640.972:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1061. [15236:3664:1028/053640.974:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1062. [15236:3664:1028/053640.976:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1063. [15236:3664:1028/053640.977:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1064. [15236:3664:1028/053640.978:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1065. [15236:3664:1028/053640.980:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1066. [15236:3664:1028/053640.982:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1067. [15236:3664:1028/053640.983:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1068. [15236:3664:1028/053640.986:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1069. [15236:3664:1028/053640.989:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1070. [15236:3664:1028/053640.991:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1071. [15236:3664:1028/053640.992:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1072. [15236:3664:1028/053640.993:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1073. [15236:3664:1028/053640.995:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1074. [15236:3664:1028/053641.007:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1075. [15236:3664:1028/053641.008:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1076. [15236:3664:1028/053641.013:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1077. [15236:3664:1028/053641.014:ERROR:gl_utils.cc(325)] : [.WebGL-000001449A1D05B0] GL_INVALID_OPERATION: Integer overflow.
  1078. [15236:3664:1028/054733.038:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1079. [15236:3664:1028/054733.038:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1080. [15236:3664:1028/054733.038:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1081. [15236:3664:1028/054733.247:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1082. [15236:3664:1028/054733.247:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1083. [15236:3664:1028/054733.247:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1084. [15236:3664:1028/054733.594:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1085. [15236:3664:1028/054733.595:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1086. [15236:3664:1028/054733.595:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1087. [15236:3664:1028/054733.782:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1088. [15236:3664:1028/054733.782:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1089. [15236:3664:1028/054733.782:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1090. [15236:3664:1028/054734.165:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1091. [15236:3664:1028/054734.165:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1092. [15236:3664:1028/054734.165:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1093. [15236:3664:1028/054734.353:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1094. [15236:3664:1028/054734.353:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1095. [15236:3664:1028/054734.353:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1096. [15236:3664:1028/054734.836:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1097. [15236:3664:1028/054734.836:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1098. [15236:3664:1028/054734.836:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1099. [15236:3664:1028/054735.014:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1100. [15236:3664:1028/054735.014:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1101. [15236:3664:1028/054735.014:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1102. [15236:3664:1028/054735.360:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1103. [15236:3664:1028/054735.360:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1104. [15236:3664:1028/054735.360:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1105. [15236:3664:1028/054735.548:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1106. [15236:3664:1028/054735.548:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1107. [15236:3664:1028/054735.548:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1108. [15236:3664:1028/054735.909:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1109. [15236:3664:1028/054735.909:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1110. [15236:3664:1028/054735.909:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1111. [15236:3664:1028/054736.116:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1112. [15236:3664:1028/054736.116:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1113. [15236:3664:1028/054736.116:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1114. [15236:3664:1028/054736.600:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1115. [15236:3664:1028/054736.600:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1116. [15236:3664:1028/054736.600:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1117. [15236:3664:1028/054736.816:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1118. [15236:3664:1028/054736.816:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1119. [15236:3664:1028/054736.816:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1120. [15236:3664:1028/054737.200:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1121. [15236:3664:1028/054737.200:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1122. [15236:3664:1028/054737.200:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1123. [15236:3664:1028/054737.381:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1124. [15236:3664:1028/054737.381:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1125. [15236:3664:1028/054737.381:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1126. [15236:3664:1028/054737.775:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1127. [15236:3664:1028/054737.775:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1128. [15236:3664:1028/054737.775:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1129. [15236:3664:1028/054737.983:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1130. [15236:3664:1028/054737.983:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1131. [15236:3664:1028/054737.983:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1132. [15236:3664:1028/054759.932:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1133. [15236:3664:1028/054759.932:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1134. [15236:3664:1028/054759.932:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1135. [15236:3664:1028/054800.849:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1136. [15236:3664:1028/054800.849:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1137. [15236:3664:1028/054800.849:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1138. [15236:3664:1028/054802.611:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1139. [15236:3664:1028/054802.611:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1140. [15236:3664:1028/054802.611:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1141. [15236:3664:1028/054803.317:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1142. [15236:3664:1028/054803.317:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1143. [15236:3664:1028/054803.317:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1144. [15236:3664:1028/054805.287:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1145. [15236:3664:1028/054805.287:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1146. [15236:3664:1028/054805.287:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1147. [15236:3664:1028/054805.915:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1148. [15236:3664:1028/054805.915:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1149. [15236:3664:1028/054805.915:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1150. [15236:3664:1028/054807.327:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1151. [15236:3664:1028/054807.327:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1152. [15236:3664:1028/054807.327:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1153. [15236:3664:1028/054807.773:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1154. [15236:3664:1028/054807.773:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1155. [15236:3664:1028/054807.773:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1156. [15236:3664:1028/054809.089:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1157. [15236:3664:1028/054809.089:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1158. [15236:3664:1028/054809.089:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1159. [15236:3664:1028/054809.981:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1160. [15236:3664:1028/054809.981:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1161. [15236:3664:1028/054809.981:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1162. [15236:3664:1028/054811.222:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1163. [15236:3664:1028/054811.222:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1164. [15236:3664:1028/054811.222:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1165. [15236:3664:1028/054812.019:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1166. [15236:3664:1028/054812.019:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1167. [15236:3664:1028/054812.019:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1168. [15236:3664:1028/054813.286:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1169. [15236:3664:1028/054813.286:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1170. [15236:3664:1028/054813.286:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1171. [15236:3664:1028/054814.218:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1172. [15236:3664:1028/054814.218:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1173. [15236:3664:1028/054814.218:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1174. [15236:3664:1028/054814.923:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1175. [15236:3664:1028/054814.923:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1176. [15236:3664:1028/054814.923:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1177. [15236:3664:1028/054815.118:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1178. [15236:3664:1028/054815.118:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1179. [15236:3664:1028/054815.118:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1180. [15236:3664:1028/054817.823:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1181. [15236:3664:1028/054817.823:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1182. [15236:3664:1028/054817.823:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1183. [15236:3664:1028/054818.749:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1184. [15236:3664:1028/054818.749:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1185. [15236:3664:1028/054818.749:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1186. [15236:3664:1028/054820.521:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1187. [15236:3664:1028/054820.521:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1188. [15236:3664:1028/054820.521:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1189. [15236:3664:1028/054821.653:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1190. [15236:3664:1028/054821.653:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1191. [15236:3664:1028/054821.653:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1192. [15236:3664:1028/054822.956:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1193. [15236:3664:1028/054822.956:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1194. [15236:3664:1028/054822.956:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1195. [15236:3664:1028/054823.517:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1196. [15236:3664:1028/054823.517:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1197. [15236:3664:1028/054823.517:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1198. [15236:3664:1028/054824.491:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1199. [15236:3664:1028/054824.491:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1200. [15236:3664:1028/054824.491:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1201. [15236:3664:1028/054824.784:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1202. [15236:3664:1028/054824.784:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1203. [15236:3664:1028/054824.784:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1204. [15236:3664:1028/054826.724:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1205. [15236:3664:1028/054826.724:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1206. [15236:3664:1028/054826.724:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1207. [15236:3664:1028/054827.584:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1208. [15236:3664:1028/054827.584:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1209. [15236:3664:1028/054827.584:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1210. [15236:3664:1028/054828.654:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1211. [15236:3664:1028/054828.654:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1212. [15236:3664:1028/054828.654:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1213. [15236:3664:1028/054829.318:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1214. [15236:3664:1028/054829.318:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1215. [15236:3664:1028/054829.318:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1216. [15236:3664:1028/054830.922:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1217. [15236:3664:1028/054830.922:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1218. [15236:3664:1028/054830.922:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1219. [15236:3664:1028/054831.784:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1220. [15236:3664:1028/054831.784:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1221. [15236:3664:1028/054831.784:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1222. [15236:3664:1028/054832.922:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1223. [15236:3664:1028/054832.922:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1224. [15236:3664:1028/054832.922:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1225. [15236:3664:1028/054833.482:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1226. [15236:3664:1028/054833.482:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1227. [15236:3664:1028/054833.482:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1228. [15236:3664:1028/054834.294:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1229. [15236:3664:1028/054834.294:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1230. [15236:3664:1028/054834.294:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1231. [15236:3664:1028/054834.482:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1232. [15236:3664:1028/054834.482:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1233. [15236:3664:1028/054834.482:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1234. [15236:3664:1028/054834.871:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1235. [15236:3664:1028/054834.871:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1236. [15236:3664:1028/054834.871:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1237. [15236:3664:1028/054835.050:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1238. [15236:3664:1028/054835.051:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1239. [15236:3664:1028/054835.051:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1240. [15236:3664:1028/054835.399:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1241. [15236:3664:1028/054835.399:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1242. [15236:3664:1028/054835.399:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1243. [15236:3664:1028/054835.582:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1244. [15236:3664:1028/054835.582:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1245. [15236:3664:1028/054835.582:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1246. [15236:3664:1028/054835.936:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1247. [15236:3664:1028/054835.936:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1248. [15236:3664:1028/054835.936:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1249. [15236:3664:1028/054836.117:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1250. [15236:3664:1028/054836.117:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1251. [15236:3664:1028/054836.117:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1252. [15236:3664:1028/054836.534:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1253. [15236:3664:1028/054836.534:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1254. [15236:3664:1028/054836.534:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1255. [15236:3664:1028/054836.716:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1256. [15236:3664:1028/054836.716:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1257. [15236:3664:1028/054836.716:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1258. [15236:3664:1028/054837.975:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1259. [15236:3664:1028/054837.975:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1260. [15236:3664:1028/054837.975:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1261. [15236:3664:1028/054839.310:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1262. [15236:3664:1028/054839.310:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1263. [15236:3664:1028/054839.310:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1264. [15236:3664:1028/054840.709:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1265. [15236:3664:1028/054840.709:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1266. [15236:3664:1028/054840.709:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1267. [15236:3664:1028/054842.959:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1268. [15236:3664:1028/054842.959:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1269. [15236:3664:1028/054842.959:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1270. [15236:3664:1028/054845.710:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1271. [15236:3664:1028/054845.710:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1272. [15236:3664:1028/054845.710:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1273. [15236:3664:1028/054848.350:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1274. [15236:3664:1028/054848.351:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1275. [15236:3664:1028/054848.351:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1276. [15236:3664:1028/054850.379:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1277. [15236:3664:1028/054850.379:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1278. [15236:3664:1028/054850.379:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1279. [15236:3664:1028/054851.762:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1280. [15236:3664:1028/054851.762:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1281. [15236:3664:1028/054851.762:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1282. [15236:3664:1028/054854.020:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1283. [15236:3664:1028/054854.020:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1284. [15236:3664:1028/054854.020:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1285. [15236:3664:1028/054855.294:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1286. [15236:3664:1028/054855.294:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1287. [15236:3664:1028/054855.294:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1288. [15236:3664:1028/054857.244:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1289. [15236:3664:1028/054857.244:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1290. [15236:3664:1028/054857.244:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1291. [15236:3664:1028/054858.792:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1292. [15236:3664:1028/054858.792:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1293. [15236:3664:1028/054858.792:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1294. [15236:3664:1028/054900.643:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1295. [15236:3664:1028/054900.643:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1296. [15236:3664:1028/054900.643:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1297. [15236:3664:1028/054901.932:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1298. [15236:3664:1028/054901.932:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1299. [15236:3664:1028/054901.932:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1300. [15236:3664:1028/054902.845:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1301. [15236:3664:1028/054902.845:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1302. [15236:3664:1028/054902.845:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1303. [15236:3664:1028/054903.477:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1304. [15236:3664:1028/054903.477:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1305. [15236:3664:1028/054903.477:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1306. [15236:3664:1028/054903.924:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1307. [15236:3664:1028/054903.924:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1308. [15236:3664:1028/054903.924:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1309. [15236:3664:1028/054904.215:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1310. [15236:3664:1028/054904.215:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1311. [15236:3664:1028/054904.215:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1312. [15236:3664:1028/054904.609:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1313. [15236:3664:1028/054904.609:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1314. [15236:3664:1028/054904.609:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1315. [15236:3664:1028/054904.907:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1316. [15236:3664:1028/054904.907:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1317. [15236:3664:1028/054904.907:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1318. [15236:3664:1028/054905.314:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1319. [15236:3664:1028/054905.314:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1320. [15236:3664:1028/054905.314:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1321. [15236:3664:1028/054905.547:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1322. [15236:3664:1028/054905.547:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1323. [15236:3664:1028/054905.547:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1324. [15236:3664:1028/054905.972:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1325. [15236:3664:1028/054905.972:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1326. [15236:3664:1028/054905.972:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1327. [15236:3664:1028/054906.183:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1328. [15236:3664:1028/054906.183:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1329. [15236:3664:1028/054906.183:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1330. [15236:3664:1028/054906.643:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1331. [15236:3664:1028/054906.643:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1332. [15236:3664:1028/054906.643:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1333. [15236:3664:1028/054906.905:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1334. [15236:3664:1028/054906.905:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1335. [15236:3664:1028/054906.905:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1336. [15236:3664:1028/054907.277:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1337. [15236:3664:1028/054907.277:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1338. [15236:3664:1028/054907.277:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1339. [15236:3664:1028/054907.508:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1340. [15236:3664:1028/054907.508:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1341. [15236:3664:1028/054907.508:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1342. [15236:3664:1028/054907.977:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1343. [15236:3664:1028/054907.977:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1344. [15236:3664:1028/054907.977:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1345. [15236:3664:1028/054908.207:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1346. [15236:3664:1028/054908.207:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1347. [15236:3664:1028/054908.207:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1348. [15236:3664:1028/054908.612:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1349. [15236:3664:1028/054908.612:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1350. [15236:3664:1028/054908.612:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1351. [15236:3664:1028/054908.846:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1352. [15236:3664:1028/054908.846:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1353. [15236:3664:1028/054908.846:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
  1354. [15236:3664:1028/055009.327:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1576
  1355. [15236:3664:1028/055009.327:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 1512
  1356. [15236:3664:1028/055009.327:ERROR:mf_helpers.cc(14)] : Error in dxva_video_decode_accelerator_win.cc on line 633
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement