Coder Social home page Coder Social logo

Comments (27)

aline-coasta avatar aline-coasta commented on July 30, 2024 2

Graphics Feature Status
Canvas: Hardware accelerated
Flash: Hardware accelerated
Flash Stage3D: Hardware accelerated
Flash Stage3D Baseline profile: Hardware accelerated
Compositing: Hardware accelerated
Multiple Raster Threads: Enabled
Out-of-process Rasterization: Disabled
Hardware Protected Video Decode: Unavailable
Rasterization: Hardware accelerated
Skia Renderer: Disabled
Video Decode: Hardware accelerated
Viz Display Compositor: Enabled
Viz Hit-test Surface Layer: Enabled
WebGL: Hardware accelerated
WebGL2: Hardware accelerated
Driver Bug Workarounds
clear_uniforms_before_first_program_use
decode_encode_srgb_for_generatemipmap
disable_delayed_copy_nv12
disable_direct_composition_video_overlays
disable_discard_framebuffer
disable_vp_scaling
exit_on_context_lost
force_cube_complete
scalarize_vec_and_mat_constructor_args
disabled_extension_GL_KHR_blend_equation_advanced
disabled_extension_GL_KHR_blend_equation_advanced_coherent
Problems Detected
Protected video decoding with swap chain is for Windows and Intel only
Disabled Features: protected_video_decode
Some drivers are unable to reset the D3D device in the GPU process sandbox
Applied Workarounds: exit_on_context_lost
Clear uniforms before first program use on all platforms: 124764, 349137
Applied Workarounds: clear_uniforms_before_first_program_use
Always rewrite vec/mat constructors to be consistent: 398694
Applied Workarounds: scalarize_vec_and_mat_constructor_args
ANGLE crash on glReadPixels from incomplete cube map texture: 518889
Applied Workarounds: force_cube_complete
Framebuffer discarding can hurt performance on non-tilers: 570897
Applied Workarounds: disable_discard_framebuffer
Disable KHR_blend_equation_advanced until cc shaders are updated: 661715
Applied Workarounds: disable(GL_KHR_blend_equation_advanced), disable(GL_KHR_blend_equation_advanced_coherent)
Decode and Encode before generateMipmap for srgb format textures on Windows: 634519
Applied Workarounds: decode_encode_srgb_for_generatemipmap
Delayed copy NV12 displays incorrect colors on NVIDIA drivers.: 728670
Applied Workarounds: disable_delayed_copy_nv12
Hardware overlays result in black videos on non-Intel GPUs: 932879
Applied Workarounds: disable_direct_composition_video_overlays
Video processor blit to swap chain results in column of black pixels on older NVIDIA drivers at certain scaling factors: 911349
Applied Workarounds: disable_direct_composition_video_overlays
Don't use video processor scaling on non-Intel GPUs.: 993233
Applied Workarounds: disable_vp_scaling
ANGLE Features
disable_program_caching_for_transform_feedback (Frontend workarounds): Disabled
On Qualcomm GPUs, program binaries don't contain transform feedback varyings
lose_context_on_out_of_memory (Frontend workarounds): Enabled
Some users rely on a lost context notification if a GL_OUT_OF_MEMORY error occurs
scalarize_vec_and_mat_constructor_args (Frontend workarounds) 398694: Enabled
Always rewrite vec/mat constructors to be consistent
sync_framebuffer_bindings_on_tex_image (Frontend workarounds): Disabled
On Windows Intel OpenGL drivers TexImage sometimes seems to interact with the Framebuffer
add_dummy_texture_no_render_target (D3D workarounds) anglebug:2152: Disabled
On D3D ntel drivers <4815 when rendering with no render target, two bugs lead to incorrect behavior
allow_clear_for_robust_resource_init (D3D workarounds) 941620: Disabled
Some drivers corrupt texture data when clearing for robust resource initialization.
call_clear_twice (D3D workarounds) 655534: Disabled
On some Intel drivers, using clear() may not take effect
depth_stencil_blit_extra_copy (D3D workarounds) anglebug:1452: Disabled
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
disable_b5g6r5_support (D3D workarounds): Disabled
On Intel and AMD drivers, textures with the format DXGI_FORMAT_B5G6R5_UNORM have incorrect data
emulate_isnan_float (D3D workarounds) 650547: Disabled
On some Intel drivers, using isnan() on highp float will get wrong answer
emulate_tiny_stencil_textures (D3D workarounds): Disabled
On some AMD drivers, 1x1 and 2x2 mips of depth/stencil textures aren't sampled correctly
expand_integer_pow_expressions (D3D workarounds): Enabled
The HLSL optimizer has a bug with optimizing 'pow' in certain integer-valued expressions
flush_after_ending_transform_feedback (D3D workarounds): Enabled
NVIDIA drivers sometimes write out-of-order results to StreamOut buffers when transform feedback is used to repeatedly write to the same buffer positions
force_atomic_value_resolution (D3D workarounds) anglebug:3246: Enabled
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
get_dimensions_ignores_base_level (D3D workarounds): Enabled
Some NVIDIA drivers do not take into account the base level of the texture in the results of the HLSL GetDimensions builtin
mrt_perf_workaround (D3D workarounds): Enabled
Some NVIDIA D3D11 drivers have a bug where they ignore null render targets
pre_add_texel_fetch_offsets (D3D workarounds): Disabled
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
rewrite_unary_minus_operator (D3D workarounds): Disabled
On some Intel drivers, evaluating unary minus operator on integer may get wrong answer in vertex shaders
select_view_in_geometry_shader (D3D workarounds): Enabled
The viewport or render target slice will be selected in the geometry shader stage for the ANGLE_multiview extension
set_data_faster_than_image_upload (D3D workarounds): Enabled
Set data faster than image upload
skip_vs_constant_register_zero (D3D workarounds): Enabled
On NVIDIA D3D driver v388.59 in specific cases the driver doesn't handle constant register zero correctly
use_instanced_point_sprite_emulation (D3D workarounds): Disabled
Some D3D11 renderers do not support geometry shaders for pointsprite emulation
use_system_memory_for_constant_buffers (D3D workarounds) 593024: Disabled
On some Intel drivers, copying from staging storage to constant buffer storage does not work
zero_max_lod (D3D workarounds): Disabled
D3D11 is missing an option to disable mipmaps on a mipmapped texture
Version Information
Data exported 2019-11-27T08:26:51.576Z
Chrome version Chrome/78.0.3904.108
Operating system Windows NT 10.0.18362
Software rendering list URL https://chromium.googlesource.com/chromium/src/+/4b26898a39ee037623a72fcfb77279fce0e7d648/gpu/config/software_rendering_list.json
Driver bug list URL https://chromium.googlesource.com/chromium/src/+/4b26898a39ee037623a72fcfb77279fce0e7d648/gpu/config/gpu_driver_bug_list.json
ANGLE commit id 0cc6d390272a
2D graphics backend Skia/78 dba5c993df3fb95fed01f8131aa0401e83c9198f
Command Line "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --flag-switches-begin --flag-switches-end
Driver Information
Initialization time 5092
In-process GPU false
Passthrough Command Decoder true
Sandboxed true
GPU0 VENDOR = 0x10de, DEVICE= 0x0f02 ACTIVE
GPU1 VENDOR = 0x8086, DEVICE= 0x1912
GPU2 VENDOR = 0x1414, DEVICE= 0x008c
Optimus false
AMD switchable false
Desktop compositing Aero Glass
Direct composition true
Supports overlays false
YUY2 overlay support NONE
NV12 overlay support NONE
Diagonal Monitor Size of \.\DISPLAY1 21.5"
Driver D3D12 feature level Not supported
Driver Vulkan API version Vulkan API 1.0.0
Driver vendor ANGLE (NVIDIA)
Driver version 23.21.13.9135
GPU CUDA compute capability major version 0
Pixel shader version 5.0
Vertex shader version 5.0
Max. MSAA samples 8
Machine model name
Machine model version
GL_VENDOR Google Inc.
GL_RENDERER ANGLE (NVIDIA GeForce GT 730 Direct3D11 vs_5_0 ps_5_0)
GL_VERSION OpenGL ES 2.0.0 (ANGLE 2.1.0.0cc6d390272a)
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
Disabled Extensions GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent
Disabled WebGL Extensions
Window system binding vendor Google Inc. (adapter LUID: 000000000000c877)
Window system binding version 1.4 (ANGLE 2.1.0.0cc6d390272a)
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
Direct rendering version unknown
Reset notification strategy 0x8252
GPU process crash count 0
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
Compositor Information
Tile Update Mode One-copy
Partial Raster Enabled
GpuMemoryBuffers Status
R_8 Software only
R_16 Software only
RG_88 Software only
BGR_565 Software only
RGBA_4444 Software only
RGBX_8888 GPU_READ, SCANOUT
RGBA_8888 GPU_READ, SCANOUT
BGRX_8888 Software only
BGRX_1010102 Software only
RGBX_1010102 Software only
BGRA_8888 Software only
RGBA_F16 Software only
YVU_420 Software only
YUV_420_BIPLANAR Software only
P010 Software only
Display(s) Information
Info Display[2528732444] bounds=[0,0 1920x1080], workarea=[0,0 1858x1080], scale=1, external.
Color space information {primaries_d50_referred: [[0.6330, 0.3400], [0.3200, 0.6220], [0.1550, 0.0420]], transfer:IEC61966_2_1, matrix:RGB, range:FULL}
SDR white level in nits 80
Bits per color component 8
Bits per pixel 24
Refresh Rate in Hz 60
Video Acceleration Information
Decode h264 baseline up to 1920x1088 pixels
Decode h264 baseline up to 1088x1920 pixels
Decode h264 main up to 1920x1088 pixels
Decode h264 main up to 1088x1920 pixels
Decode h264 high up to 1920x1088 pixels
Decode h264 high up to 1088x1920 pixels
Encode h264 baseline up to 3840x2176 pixels and/or 30.000 fps
Encode h264 main up to 3840x2176 pixels and/or 30.000 fps
Encode h264 high up to 3840x2176 pixels and/or 30.000 fps
Diagnostics
0
b3DAccelerationEnabled true
b3DAccelerationExists true
bAGPEnabled true
bAGPExistenceValid true
bAGPExists true
bCanRenderWindow true
bDDAccelerationEnabled true
bDriverBeta false
bDriverDebug false
bDriverSigned false
bDriverSignedValid false
bNoHardware false
dwBpp 32
dwDDIVersion 12
dwHeight 1080
dwRefreshRate 60
dwWHQLLevel 0
dwWidth 1920
iAdapter 0
lDriverSize 949016
lMiniVddSize 0
szAGPStatusEnglish Enabled
szAGPStatusLocalized Enabled
szChipType GeForce GT 730
szD3DStatusEnglish Enabled
szD3DStatusLocalized Enabled
szDACType Integrated RAMDAC
szDDIVersionEnglish 12
szDDIVersionLocalized 12
szDDStatusEnglish Enabled
szDDStatusLocalized Enabled
szDXVAHDEnglish Supported
szDXVAModes
szDescription NVIDIA GeForce GT 730
szDeviceId 0x0F02
szDeviceIdentifier {D7B71E3E-4C42-11CF-4754-56161BC2DA35}
szDeviceName \.\DISPLAY1
szDisplayMemoryEnglish 8074 MB
szDisplayMemoryLocalized 8074 MB
szDisplayModeEnglish 1920 x 1080 (32 bit) (60Hz)
szDisplayModeLocalized 1920 x 1080 (32 bit) (60Hz)
szDriverAssemblyVersion 23.21.13.9135
szDriverAttributes Final Retail
szDriverDateEnglish 3/23/2018 7:00:00 AM
szDriverDateLocalized 3/23/2018 07:00:00
szDriverLanguageEnglish English
szDriverLanguageLocalized English
szDriverModelEnglish WDDM 2.3
szDriverModelLocalized WDDM 2.3
szDriverName C:\WINDOWS\System32\DriverStore\FileRepository\nv_ref_pubwu.inf_amd64_708ec8f9a4d134c6\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_ref_pubwu.inf_amd64_708ec8f9a4d134c6\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_ref_pubwu.inf_amd64_708ec8f9a4d134c6\nvldumdx.dll,C:\WINDOWS\System32\DriverStore\FileRepository\nv_ref_pubwu.inf_amd64_708ec8f9a4d134c6\nvldumdx.dll
szDriverNodeStrongName oem7.inf:0f066de3d3c5d2f5:Section002:23.21.13.9135:pci\ven_10de&dev_0f02
szDriverSignDate Unknown
szDriverVersion 23.21.0013.9135
szKeyDeviceID Enum\PCI\VEN_10DE&DEV_0F02&SUBSYS_365B1458&REV_A1
szKeyDeviceKey \Registry\Machine\System\CurrentControlSet\Control\Video{00880FDB-DBD3-11E9-A452-FB6AD848450C}\0000
szManufacturer NVIDIA
szMiniVdd unknown
szMiniVddDateEnglish Unknown
szMiniVddDateLocalized unknown
szMonitorMaxRes Unknown
szMonitorName Dell E2211H(Analog)
szNotesEnglish No problems found.
szNotesLocalized No problems found.
szOverlayEnglish Supported
szRankOfInstalledDriver 00D12001
szRegHelpText Unknown
szRevision Unknown
szRevisionId 0x00A1
szSubSysId 0x365B1458
szTestResultD3D7English Not run
szTestResultD3D7Localized Not run
szTestResultD3D8English Not run
szTestResultD3D8Localized Not run
szTestResultD3D9English Not run
szTestResultD3D9Localized Not run
szTestResultDDEnglish Not run
szTestResultDDLocalized Not run
szVdd unknown
szVendorId 0x10DE
1
b3DAccelerationEnabled true
b3DAccelerationExists true
bAGPEnabled true
bAGPExistenceValid false
bAGPExists false
bCanRenderWindow false
bDDAccelerationEnabled true
bDriverBeta false
bDriverDebug false
bDriverSigned false
bDriverSignedValid false
bNoHardware false
dwBpp 0
dwDDIVersion 12
dwHeight 0
dwRefreshRate 0
dwWHQLLevel 0
dwWidth 0
iAdapter 0
lDriverSize 1930448
lMiniVddSize 0
szAGPStatusEnglish Enabled
szAGPStatusLocalized Enabled
szChipType Intel(R) HD Graphics Family
szD3DStatusEnglish Enabled
szD3DStatusLocalized Enabled
szDACType Internal
szDDIVersionEnglish 12
szDDIVersionLocalized 12
szDDStatusEnglish Enabled
szDDStatusLocalized Enabled
szDXVAHDEnglish Unknown
szDXVAModes Unknown
szDescription Intel(R) HD Graphics 530
szDeviceId 0x1912
szDeviceIdentifier Unknown
szDeviceName Unknown
szDisplayMemoryEnglish 6212 MB
szDisplayMemoryLocalized 6212 MB
szDisplayModeEnglish Unknown
szDisplayModeLocalized unknown
szDriverAssemblyVersion 23.20.16.4973
szDriverAttributes Final Retail
szDriverDateEnglish 2/28/2018 7:00:00 AM
szDriverDateLocalized 2/28/2018 07:00:00
szDriverLanguageEnglish English
szDriverLanguageLocalized English
szDriverModelEnglish WDDM 2.1
szDriverModelLocalized WDDM 2.1
szDriverName C:\WINDOWS\System32\DriverStore\FileRepository\ki127171.inf_amd64_368f8c7337214025\igdumdim64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki127171.inf_amd64_368f8c7337214025\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki127171.inf_amd64_368f8c7337214025\igd10iumd64.dll,C:\WINDOWS\System32\DriverStore\FileRepository\ki127171.inf_amd64_368f8c7337214025\igd12umd64.dll
szDriverNodeStrongName oem45.inf:5f63e53470659c00:iSKLD_w10_DS:23.20.16.4973:pci\ven_8086&dev_1912&subsys_06bb1028
szDriverSignDate Unknown
szDriverVersion 23.20.0016.4973
szKeyDeviceID Enum\PCI\VEN_8086&DEV_1912&SUBSYS_06BB1028&REV_06
szKeyDeviceKey Unknown
szManufacturer Intel Corporation
szMiniVdd unknown
szMiniVddDateEnglish Unknown
szMiniVddDateLocalized unknown
szMonitorMaxRes Unknown
szMonitorName Unknown
szNotesEnglish No problems found.
szNotesLocalized No problems found.
szOverlayEnglish Unknown
szRankOfInstalledDriver 00D10001
szRegHelpText Unknown
szRevision Unknown
szRevisionId 0x0006
szSubSysId 0x06BB1028
szTestResultD3D7English Not run
szTestResultD3D7Localized Not run
szTestResultD3D8English Not run
szTestResultD3D8Localized Not run
szTestResultD3D9English Not run
szTestResultD3D9Localized Not run
szTestResultDDEnglish Not run
szTestResultDDLocalized Not run
szVdd unknown
szVendorId 0x8086
Log Messages
[3288:10820:1122/165303.905:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(40,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(52,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10852:1122/165303.922:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(62,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(74,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11160:1122/165314.865:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(75,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(97,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:768:1122/165416.643:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(60,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(72,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
GpuProcessHost: The unsandboxed GPU process exited normally. Everything is okay.
[3288:6276:1122/165459.757:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1122/165459.757:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1122/165459.757:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1122/165459.757:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1122/165459.757:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1122/165459.758:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1122/165459.758:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1122/165459.758:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1122/165459.758:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1122/165459.758:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:444:1122/180227.729:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(70,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(82,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1716:1122/180324.120:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(49,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(61,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3196:1122/180513.318:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(71,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(83,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6556:1122/180852.105:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(116,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(128,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13560:1123/032009.251:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(228,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(237,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(246,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(197,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(206,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8680:1123/032010.021:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(224,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(233,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(242,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(193,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(202,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(211,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1932:1123/032010.711:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(222,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(231,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(240,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(191,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(200,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(209,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12936:1123/032011.365:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(217,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(226,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(235,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(186,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(195,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(204,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7508:1123/032011.997:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(183,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(192,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12116:1123/032012.758:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(221,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(230,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(239,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(190,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(208,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13244:1123/032013.413:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(216,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(225,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(234,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(185,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(194,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(203,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13476:1123/032014.041:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(181,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(190,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13744:1123/032014.657:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(217,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(226,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(235,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(186,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(195,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(204,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14252:1123/032015.308:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(187,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(196,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(205,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:4300:1123/032015.964:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(223,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(232,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(241,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(192,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11460:1123/032016.675:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(232,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(241,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(250,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(219,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13100:1123/032017.429:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(226,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(235,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(244,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(195,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(204,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(213,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7556:1123/032018.160:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(230,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(239,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(248,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(208,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(217,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8960:1123/032018.887:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(228,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(237,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(246,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(197,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(206,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12244:1123/032019.579:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(189,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(198,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(207,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6952:1123/032020.333:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(232,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(241,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(250,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(219,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15388:1123/032021.170:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(233,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(242,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(251,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(202,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(211,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(220,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1316:1123/032021.853:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(191,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(200,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(209,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11948:1123/032022.545:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(226,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(235,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(244,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(195,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(204,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(213,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1476:1123/032023.199:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(191,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(200,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(209,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15920:1123/032024.013:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(78,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value C:\fakepath(78,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value C:\fakepath(78,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value C:\fakepath(78,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value
[3288:15940:1123/032024.078:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(79,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value C:\fakepath(79,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value C:\fakepath(79,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value C:\fakepath(79,12-86): warning X3595: gradient instruction used in a loop with varying iteration; partial derivatives may have undefined value
[3288:15960:1123/032024.143:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(176,1): warning X4000: use of potentially uninitialized variable (f_sssCombine)
[3288:9256:1123/032024.482:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(66,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000
[3288:15316:1123/032024.610:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(178,40-169): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15332:1123/032024.690:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(78,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000 C:\fakepath(78,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000 C:\fakepath(78,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000 C:\fakepath(78,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000 C:\fakepath(78,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000
[3288:15768:1123/032024.921:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(269,1): warning X4000: use of potentially uninitialized variable (f_supersampleTaa) C:\fakepath(256,1): warning X4000: use of potentially uninitialized variable (f_computeTaa_float4_float4) C:\fakepath(261,1): warning X4000: use of potentially uninitialized variable (f_computeTaa_float4_float4) C:\fakepath(100,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000 C:\fakepath(100,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000
[3288:13892:1123/032025.066:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(124,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(133,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(142,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(93,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(102,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(111,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11376:1123/032112.000:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(201,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(219,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(170,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(179,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(188,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15036:1123/032112.253:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(197,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(206,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(166,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(175,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(184,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14128:1123/032112.520:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(195,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(204,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(213,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(164,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(173,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(182,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15516:1123/032112.754:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(190,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(208,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(159,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(168,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(177,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10292:1123/032112.970:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(156,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(165,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(174,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9572:1123/032113.205:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(194,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(203,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(212,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(163,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(172,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(181,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15788:1123/032113.433:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(189,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(198,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(207,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(158,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(167,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(176,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15380:1123/032113.650:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(154,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(163,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(172,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9656:1123/032113.868:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(190,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(208,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(159,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(168,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(177,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12712:1123/032114.104:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(166,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(175,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(184,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6376:1123/032114.360:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(202,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(211,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(220,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(171,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(180,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(189,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1108:1123/032114.638:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(206,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(224,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(175,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(184,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(193,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14352:1123/032114.881:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(199,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(208,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(217,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(168,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(177,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(186,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3764:1123/032115.141:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(201,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(219,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(170,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(179,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(188,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14036:1123/032115.413:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(203,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(212,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(221,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(172,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(181,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(190,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13700:1123/032115.709:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(205,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(214,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(223,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(174,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(183,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(192,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13944:1123/032115.995:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(162,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(171,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(180,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8264:1123/032116.331:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(206,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(224,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(175,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(184,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(193,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13164:1123/032116.578:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(164,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(173,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(182,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11300:1123/032116.681:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(103,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(112,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(121,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(198,1): warning X4000: use of potentially uninitialized variable (f_sssCombine)
[3288:11568:1123/032120.501:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(199,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(208,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(217,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(168,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(177,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(186,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3408:1123/032128.292:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(84,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(93,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(102,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16008:1123/032128.319:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(84,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(93,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(102,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14580:1123/032128.360:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(101,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(110,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(119,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16148:1123/032128.395:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(96,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(105,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(114,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14888:1123/032128.428:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(92,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(101,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(110,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12924:1123/032128.458:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(94,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(103,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(112,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15004:1123/032128.749:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(79,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(88,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(97,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14024:1123/032208.721:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(201,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(219,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(170,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(179,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(188,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7520:1123/032208.984:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(197,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(206,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(166,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(175,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(184,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1952:1123/032209.443:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(189,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(198,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(207,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(158,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(167,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(176,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11796:1123/032209.662:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(154,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(163,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(172,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1680:1123/032210.275:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(162,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(171,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(180,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14532:1123/032212.484:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(164,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(173,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(182,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13604:1123/032212.740:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(166,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(175,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(184,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13744:1123/032220.749:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(164,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(173,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(182,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12952:1123/032235.510:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(228,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(237,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(246,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(197,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(206,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:552:1123/032236.419:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(183,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(192,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14012:1123/032237.056:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(221,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(230,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(239,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(190,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(208,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12512:1123/032237.723:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(181,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(190,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7972:1123/032238.441:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(187,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(196,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(205,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:700:1123/032239.185:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(232,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(241,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(250,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(219,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9236:1123/032239.944:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(228,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(237,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(246,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(197,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(206,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(215,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8284:1123/032240.663:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(232,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(241,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(250,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(210,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(219,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6620:1123/032241.653:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(226,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(235,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(244,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(195,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(204,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(213,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15176:1123/032424.588:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(75,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(97,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14580:1123/032538.583:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(40,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(52,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13388:1123/032640.089:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(60,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(72,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6276:1123/045336.933:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[3288:14776:1123/045352.989:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(113,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(125,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6276:1123/045831.313:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[3288:6276:1123/045831.315:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[3288:4884:1125/231226.723:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(87,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(109,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12792:1126/074845.426:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(143,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(155,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8384:1126/084107.980:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(49,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(61,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9820:1126/201313.453:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(73,9-50): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15032:1126/201313.484:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(73,23-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:4060:1126/204025.789:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(81,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(103,10-46): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3428:1127/004206.905:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(61,7-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(73,8-40): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3992:1127/135854.166:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(188,35-55): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(331,66-92): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(332,65-91): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(95,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -100.000000 C:\fakepath(95,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -100.000000 C:\fakepath(95,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -100.000000 C:\fakepath(95,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -100.000000 C:\fakepath(95,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -100.000000 C:\fakepath(95,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -100.000000 C:\fakepath(95,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -100.000000
[3288:13664:1127/135855.356:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(81,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12544:1127/135855.427:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(130,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16036:1127/135855.519:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(63,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16324:1127/135855.597:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(176,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:2172:1127/135855.656:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(134,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9016:1127/135855.756:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(171,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:328:1127/135855.893:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(188,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9160:1127/135856.002:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(179,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11788:1127/135856.093:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(141,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:4452:1127/135856.181:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(186,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6448:1127/135856.260:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(177,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12204:1127/135856.349:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(155,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:4248:1127/135856.408:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(104,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10496:1127/135856.468:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(145,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11912:1127/135856.551:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(154,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6148:1127/135856.642:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(154,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9096:1127/135856.729:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(145,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15284:1127/135856.832:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(192,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6352:1127/135856.945:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(195,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9728:1127/135857.043:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(186,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:4204:1127/135857.127:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(151,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13700:1127/135857.192:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(145,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13916:1127/135857.236:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(103,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15368:1127/135857.277:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(104,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10236:1127/135857.430:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(146,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15024:1127/135857.480:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(104,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15048:1127/135857.558:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(155,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14988:1127/135857.645:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(152,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8264:1127/135857.747:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(181,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11512:1127/135857.835:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(172,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16048:1127/135857.981:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(116,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3132:1127/135858.058:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(158,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3472:1127/135858.163:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(155,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14760:1127/135858.266:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(167,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3212:1127/135858.370:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(164,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3384:1127/135858.464:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(161,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15236:1127/135858.560:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(85,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9776:1127/135858.583:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(66,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14872:1127/135858.620:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(144,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8660:1127/135858.667:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(156,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14640:1127/135858.713:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(66,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:236:1127/135858.737:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(63,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:4344:1127/135858.842:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(65,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13752:1127/135858.860:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(82,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15528:1127/135858.907:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(130,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3992:1127/135858.974:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(157,7-53): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
[3288:10004:1127/135859.019:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(122,7-53): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
[3288:13820:1127/135859.065:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(168,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8416:1127/135859.129:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(180,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13744:1127/135859.178:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(174,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14268:1127/135859.277:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(195,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8500:1127/135859.382:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(189,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9732:1127/135859.470:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(183,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:4064:1127/135859.545:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(157,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3236:1127/135859.642:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(169,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:2236:1127/135859.730:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(62,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:5180:1127/135859.834:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(82,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(93,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8168:1127/135859.909:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(131,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(142,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11192:1127/135859.960:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(97,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11964:1127/135859.978:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(63,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1040:1127/135859.994:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(64,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(75,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16160:1127/135900.087:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(177,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(188,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8820:1127/135900.150:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(135,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(146,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12600:1127/135900.263:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(171,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(182,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9376:1127/135900.419:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(188,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(199,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10540:1127/135900.540:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(179,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(190,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11404:1127/135900.638:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(141,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(152,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15212:1127/135900.740:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(187,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(198,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8588:1127/135900.834:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(178,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(189,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14424:1127/135900.913:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(147,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(158,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14676:1127/135901.006:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(156,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(167,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9632:1127/135901.089:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(105,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(116,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15348:1127/135901.158:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(146,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(157,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1860:1127/135901.250:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(155,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(166,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11004:1127/135901.338:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(146,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(157,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:5052:1127/135901.428:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(155,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(166,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14036:1127/135901.481:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(104,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(115,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:2044:1127/135901.633:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(217,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(228,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12972:1127/135901.750:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(193,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(204,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16068:1127/135901.885:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(196,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(207,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11332:1127/135901.981:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(187,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(198,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:5760:1127/135902.094:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(152,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(163,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:840:1127/135902.165:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(146,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(157,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8948:1127/135902.216:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(104,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(115,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3404:1127/135902.262:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(105,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(116,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:5988:1127/135902.306:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(96,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6692:1127/135902.382:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(147,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(158,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10388:1127/135902.470:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(156,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(167,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15248:1127/135902.524:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(105,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(116,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7964:1127/135902.611:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(153,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(164,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7672:1127/135902.650:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(74,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:1476:1127/135902.721:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(173,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(184,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15196:1127/135902.842:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(182,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(193,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7756:1127/135902.865:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(71,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:7160:1127/135902.928:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(117,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(128,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15820:1127/135903.005:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(159,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(170,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:5472:1127/135903.096:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(159,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(170,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12652:1127/135903.205:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(156,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(167,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14900:1127/135903.308:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(168,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(179,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:9336:1127/135903.411:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(165,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(176,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15164:1127/135903.518:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(162,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(173,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15232:1127/135903.683:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(189,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(200,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13016:1127/135903.842:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(186,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(197,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15236:1127/135903.878:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(78,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13964:1127/135903.924:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(106,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(117,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14872:1127/135903.942:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(64,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:8660:1127/135904.023:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(156,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14640:1127/135904.087:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(157,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(168,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:5528:1127/135904.107:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(64,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(75,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:236:1127/135904.145:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(145,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(156,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14612:1127/135904.168:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(67,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(78,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14884:1127/135904.191:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(86,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(97,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15172:1127/135904.216:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(66,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(77,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13988:1127/135904.242:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(86,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(97,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6836:1127/135904.263:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(76,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(87,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10364:1127/135904.285:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(83,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(94,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11208:1127/135904.346:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(131,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(142,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13536:1127/135904.605:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(169,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(180,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16032:1127/135904.668:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(181,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(192,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14828:1127/135904.723:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(175,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(186,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14072:1127/135904.825:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(196,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(207,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12440:1127/135904.937:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(190,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(201,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:2248:1127/135905.027:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(184,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(195,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:2236:1127/135905.179:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(170,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(181,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14484:1127/135905.274:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(158,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(169,8-62): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11192:1127/135905.592:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(83,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11964:1127/135905.618:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(107,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13616:1127/135905.670:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(130,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:16072:1127/135905.713:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(104,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15960:1127/135913.022:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(125,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11880:1127/135913.209:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(148,7-53): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
[3288:11096:1127/135914.688:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(146,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15572:1127/135914.834:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(216,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13528:1127/135915.027:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(188,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13860:1127/135915.192:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(185,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13560:1127/135915.226:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(75,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13700:1127/135915.445:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(105,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13916:1127/135915.558:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(85,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:10388:1127/135915.619:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(103,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15248:1127/135915.699:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(158,8-41): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:6276:1127/135922.592:WARNING:ipc_message_attachment_set.cc(49)] : MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[3288:6276:1127/135922.593:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1127/135922.593:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1127/135922.593:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135922.593:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135922.593:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135922.593:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.301:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1127/135938.301:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1127/135938.301:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.301:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.301:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.301:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.303:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1127/135938.303:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1127/135938.303:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.303:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.303:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/135938.303:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140030.077:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1127/140030.077:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1127/140030.077:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140030.077:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140030.077:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140030.078:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140030.078:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1127/140030.078:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1127/140030.078:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140030.078:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
GpuProcessHost: The unsandboxed GPU process exited normally. Everything is okay.
[3288:6276:1127/140318.313:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140318.313:ERROR:shared_image_manager.cc(167)] : SharedImageManager::ProduceGLTexturePassthrough: Trying to produce a representation from a non-existent mailbox.
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: invalid mailbox name.
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:6276:1127/140318.313:ERROR:gl_utils.cc(325)] : [.DisplayCompositor] GL_INVALID_OPERATION: texture is not a shared image
[3288:13700:1127/152306.842:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(134,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(143,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(152,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:14648:1127/152306.971:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(269,1): warning X4000: use of potentially uninitialized variable (f_supersampleTaa) C:\fakepath(256,1): warning X4000: use of potentially uninitialized variable (f_computeTaa_float4_float4) C:\fakepath(261,1): warning X4000: use of potentially uninitialized variable (f_computeTaa_float4_float4) C:\fakepath(100,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000 C:\fakepath(100,12-96): warning X4713: Sample Bias value is limited to the range [-16.00, 15.99], using -16.000000 instead of -99999.000000
[3288:9204:1127/152310.468:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(133,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(142,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(151,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:12740:1127/152310.508:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(79,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(88,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(97,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:13104:1127/152316.113:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(139,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(148,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(157,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15740:1127/152316.139:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(95,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(104,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(113,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:11828:1127/152316.157:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(87,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(96,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(105,9-57): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:3344:1127/152331.418:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(140,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(149,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(158,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them
[3288:15880:1127/152339.249:WARNING:angle_platform_impl.cc(52)] : compileToBinary(256): C:\fakepath(143,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(152,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them C:\fakepath(161,23-47): warning X3571: pow(f, e) will not work for negative f, use abs(f) or conditionally handle negative values if you expect them

from three.js-pathtracing-renderer.

but0n avatar but0n commented on July 30, 2024 1

Thank you for the screen shots. What does it say under the web console for errors? Does it say device context lost?

@erichlof
No, just a network issue.

image

What are your system specs that you are running this on, if you don't mind me asking?

I'm using MacOS, the latest version.
This issue probobly related to the system, I tried those demo on Windows10, and it all works fine.

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024 1

@but0n
Thank you for your quick reply and clarification. Half of my family likes Apple and the other half likes Android and Windows, lol - so I sometimes find myself 'browsing' the Apple store and the first thing I do is navigate to my project page to see if everything works. If it wasn't for my family dragging me in the store I wouldn't have found out about the tonemapping situation I recently commented about in the Nov. update at the bottom of this Github project page.

I tried most every device and the desktop as well as Macbook (all kinds) worked. But anything running iOS did not work. It is disheartening to hear that it wouldn't work on your Apple desktop. I would love it if all the manufacturers could at least offer web component support across the board, but sadly it doesn't seem to be a priority for them at the moment.

I might try correspondence with someone at Apple and give them a link to my open web project here in hope that they would see it as a worthy cause for complete webgl 2.0 support.

Thanks again, please let me know if you find out any more info.

-Erich

from three.js-pathtracing-renderer.

supercranky avatar supercranky commented on July 30, 2024 1

I also got a black screen in Chrome and Safari on osx. However, it works fine in the latest Firefox (70.0.1)!

from three.js-pathtracing-renderer.

supercranky avatar supercranky commented on July 30, 2024 1

Spectacular work btw!

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024 1

I'll try with first filing a bug report with Chrome using your specs so they know what kind of system is having the problem. However, Chrome is slow to acknowledge, discuss, and fix some random issue like mine. So to speed things up, I might design a very very simple demo just for you to try out and see if that even works. Then we can move forward from there. It is late here, gotta get some sleep. I'll post any news/debug demos here on this thread. Thanks!

from three.js-pathtracing-renderer.

but0n avatar but0n commented on July 30, 2024 1

Hello @aline-coasta
In an effort to resolve this Chrome situation myself, I have created a very simple test demo. It places the camera inside a huge white light, so all you should see is a bright white screen. Here's the live link:

Chrome Test Demo

Please try it out and let me know if you see a white screen. If you still see a black screen, I'll have to strip more code out and go even more basic to try to find the failure point.

Thank you!

The Chrome Test Demo is still black, and I found out the alpha channel is 0:
image

I got correct result after changed the shader.

https://but0n.github.io/THREE.js-PathTracing-Renderer/Debug_Chrome.html

from three.js-pathtracing-renderer.

but0n avatar but0n commented on July 30, 2024 1

Seems other demo has been fixed too:
https://but0n.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
@aline-coasta

from three.js-pathtracing-renderer.

aline-coasta avatar aline-coasta commented on July 30, 2024 1

Thanks guys for yours help.
For now, demo works well.
Is it because of the alpha of 0.0 ? (but it was works on Firefox before changing it)

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@aline-coasta
Hello, sorry you're having issues when trying to run the demos. Would you mind taking a snapshot of your screen during the black screen, but before that, open up the Chrome console so it appears next to or below the black screen. I want to see if there's any error output either from Chrome, or my software.

All the demos should run on any device with a modern updated browser such as Chrome, Firefox, or Edge (Dev version only for now). It should run on Windows, Mac, Linux, and even mobile Android (not iOS yet) (however the heavier BVH demos do not run on mobile yet, they are still a W.I.P. for working on mobile). For instance I have a Samsung S9 and all demos run except for the BVH ones.

Thanks and good luck!
-Erich

from three.js-pathtracing-renderer.

but0n avatar but0n commented on July 30, 2024

I got same result recently.
(I've tried Chrome, Chrome Canary, Safari)
image

Cornell Box WebGL capture result:
image

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

Hello @but0n
Thank you for the screen shots. What does it say under the web console for errors? Does it say device context lost? What are your system specs that you are running this on, if you don't mind me asking? I am puzzled by this. All the demos should just work as long as your Chrome browser has WebGL 2.0 support.

I might have to file a bug report in Chromium.

Thank you :-)
-Erich

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@supercranky
Hi, thank you for the update and info! That's good to hear that it works on Firefox osx at least. I'm surprised that it doesn't work on Chrome osx yet - usually they're leading the pack in browser component support.

A similar thread is going on in the Unity game engine forums about Webgl 2.0 support and Apple. The Unity team says that they bring it up every time they meet face to face with Apple but they can't 'force' their developers to work on it faster. If I find anything else out on the Apple front I'll post it here for all to see.

Thanks again!
-Erich

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@supercranky
Thank you!

from three.js-pathtracing-renderer.

aline-coasta avatar aline-coasta commented on July 30, 2024

image
My os is windows, and as you can see, there is no any error.
By the way, it works well on firefox.

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@aline-coasta
Thank you for the screen shot. This is puzzling indeed - usually if it works on Firefox, it will work on Chrome too. Do you mind letting me know your system specs that is running windows? Also, is it Windows 10, or an older version?

I'll file a bug report with Chromium if your system and version of Windows 'should' have been able to run the demos.
Thank you

from three.js-pathtracing-renderer.

aline-coasta avatar aline-coasta commented on July 30, 2024

What information of system do I have to send ?
Please let me know the ways how can I get the information you want, if possible.
Thank you.

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@aline-coasta
Just the make and model of your computer, laptop or desktop, and maybe what kind of graphics card you have. You can easily list this info by entering the following address in chrome:
chrome://gpu

If you scroll down a little, it should read
WebGL: Hardware accelerated (in green font) and...
WebGL2: Hardware accelerated (in green font) meaning ok for both contexts.

I just found this page, could you please navigate here and make sure the first 3 of these WebGL 2.0 demos can run? They are the PlayCanvas demo, particles demo, and crowd demo at the bottom of the following page:
WebGL 2.0 implementation

Also are you running Windows 10?

Thank you for your help!

from three.js-pathtracing-renderer.

aline-coasta avatar aline-coasta commented on July 30, 2024

image
Above is my chrome spec for supporting webgl.
and my pc is running Windows 10, desktop, nvidia gt 730.
and first 3 of WebGL2.0 demos is run on my chrome.

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@aline-coasta
Wow, ok your system should definitely be able to run my demos. Thank you for sending the info. One more item if you don't mind. Could you please go to this address?
chrome://version

For instance, my Chrome version is 78.0.3904.108 (Official Build)

I will send this info to crbug.com but I am still puzzled as to why it's not working in Chrome, but it's working fine on Firefox. Maybe a ANGLE driver issue or something, I really don't know.

from three.js-pathtracing-renderer.

aline-coasta avatar aline-coasta commented on July 30, 2024

image

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@aline-coasta
Thank you - One last thing, could you paste the complete output of:
chrome://gpu
Even though it's pretty long, that's what the Chrome team said to do if you have an issue.
Thanks so much, I will file a bug report with Chrome

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

Thanks again!

from three.js-pathtracing-renderer.

aline-coasta avatar aline-coasta commented on July 30, 2024

Please fix my problem ASAP.
In fact, your project(three.js pathtracing renderer) is very helpful to our project.
Regards.

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

Hello @aline-coasta
In an effort to resolve this Chrome situation myself, I have created a very simple test demo. It places the camera inside a huge white light, so all you should see is a bright white screen. Here's the live link:

Chrome Test Demo

Please try it out and let me know if you see a white screen. If you still see a black screen, I'll have to strip more code out and go even more basic to try to find the failure point.

Thank you!

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@but0n
Thank you so much! I was prepared to try many different things before I would have even thought of this, maybe not thinking of it at all!

Hopefully @aline-coasta is able to see the correct output now also. I'm not sure how that 0.0 crept into that line of code - I must have been fooling around with the tonemappers and on certain cards I guess (like mine, ha ha) it doesn't error, but on others, it does!

Thanks again!
-Erich

from three.js-pathtracing-renderer.

erichlof avatar erichlof commented on July 30, 2024

@aline-coasta
Yes it was because of the 0.0 alpha channel. I couple weeks ago I was experimenting with different tone mappers that are offered by three.js. I guess at some point, I either typed the wrong thing or copied a code snippet from a demo that used the tone mapper for final output that happened to have a 0.0 in that spot.

I wish my computer would have given me an error right then, because I would have quickly identified the problem. Instead, it just worked somehow (like Firefox too apparently) so I went on thinking that nothing was wrong! I'm glad but0n noticed the alpha channel problem. It would have taken me a long time to find that, or maybe not ever, because my computer was saying everything was ok!

I'm glad we fixed the problem. Thank you @aline-coasta for opening this issue in the first place to put it on the radar.

I'm going to close out this issue now as it is resolved.
Regards,
-Erich

from three.js-pathtracing-renderer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.