Roman Zavalov
Roman Zavalov
У меня в версии 2023.9.0 сенсор `binary_sensor.last_call_session_223322223322_active` застрял в состоянии `on`. ``` id: 23032163 type: icm_active_call_session call_duration: 9084 call_from: 16653445 call_id: '16653445' geo_unit_id: null geo_unit_short_name: null hangup: null identifier: null...
> `Simplified sequential jobs code` > > this commit rapes my performance. I get around 15fps (vs 300 locked)) Reverted this commit. I cannot check how it impacts performance since...
Images For comparison: Original gamma space rendering:  New linear space rendering: 
Forgot that videos in UI also require proper loading as _SRGB.
> Forgot that videos in UI also require proper loading as _SRGB. Fixed this. This required modifying `yuv2rgb.ps` shader, because texture is loaded as yuv and only converted back to...
> Assuming that the textures are indeed in non-linear space (are they?) Well, diffuse textures are non-linear, because they are displayed uncorrected on sRGB display in the original version. And...
> Why did you used _SRGB format for rt_Generic* rendertargets? You (should) do shading in linear space, so what's the point of storing post-combine1 image in SRGB buffer? Making this...
To me this happened when I switched to the new shaders.