Wojtek Figat
|
5dc4ebade1
|
Fix Vulkan perf tracing with Tracy on Switch
|
2025-07-30 23:25:27 +02:00 |
|
Wojtek Figat
|
17c0892ff1
|
Add debug name for PSO catching on D3D12/Vulkan during profiling incl. Development builds
|
2025-07-28 23:08:26 +02:00 |
|
Wojtek Figat
|
af0ea65d78
|
Add option to disable pipeline cache on specific Vulkan platforms
|
2025-07-24 12:20:09 +02:00 |
|
Wojtek Figat
|
6763436eff
|
Add logging missing instance layer on Vulkan
|
2025-07-15 20:10:01 +02:00 |
|
Wojtek Figat
|
e9835766bc
|
Add red color to Tracy profiler zones that cause CPU waiting to improve profiling
|
2025-06-11 14:56:43 +02:00 |
|
Wojtek Figat
|
c639a3103c
|
Add memory profiling events to the main areas of the engine
|
2025-05-22 04:47:01 +02:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Wojtek Figat
|
bc4f3668fe
|
Merge remote-tracking branch 'origin/master' into 1.10
# Conflicts:
# Source/Engine/Core/Math/Vector3.cpp
# Source/Engine/Core/Math/Vector3.h
# Source/Engine/GraphicsDevice/Vulkan/GPUContextVulkan.cpp
# Source/Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.cpp
# Source/Engine/GraphicsDevice/Vulkan/GPUDeviceVulkan.h
|
2025-03-09 09:23:42 +01:00 |
|
Wojtek Figat
|
8a52fa257b
|
Add logging draw event into in Vulkan error
|
2025-03-08 14:29:36 +01:00 |
|
Wojtek Figat
|
fef967d4a0
|
Fix crash on Vulkan when binding dummy buffer as missing uniform buffer
#3000
|
2025-03-08 14:28:47 +01:00 |
|
Wojtek Figat
|
99788e4743
|
More fixes for Vulkan rendering to be on pair with DirectX when it comes to accessing missing vertex buffer components
|
2025-01-09 21:46:22 +01:00 |
|
Wojtek Figat
|
2b2ace0d00
|
Fixes for Vulkan backend after recent changes
|
2025-01-08 18:09:45 +01:00 |
|
Wojtek Figat
|
7b7dd9d142
|
Improve GPU vertex layout binding in case of missing element from the mesh
|
2025-01-03 01:09:25 +01:00 |
|
Wojtek Figat
|
80299c8552
|
Add stride to GPUVertexLayout
|
2024-12-17 15:58:26 +01:00 |
|
Wojtek Figat
|
b3f37ca041
|
Refactor Vertex Shader input vertex layout to use GPUVertexLayout defined on Vertex Buffer rather than Vertex Shader
#3044 #2667
|
2024-12-15 22:10:45 +01:00 |
|
Wojtek Figat
|
666efb7675
|
Fix incorrect dummy GPU Buffer format when binding missing resource to Vulkan descriptor
|
2024-12-13 14:56:20 +01:00 |
|
Wojtek Figat
|
fc4e6f4972
|
Add GPUVertexLayout to graphics backends
|
2024-12-13 09:20:01 +01:00 |
|
Mateusz Karbowiak
|
6f6348508a
|
Nullable implicit cast fix
|
2024-10-06 03:09:04 +02:00 |
|
Wojtek Figat
|
13cf3deb3f
|
Revert b80101411f
|
2024-07-12 18:42:19 +02:00 |
|
Wojtek Figat
|
b80101411f
|
Optimize Vulkan Memory Allocator to not use mutex as it's synced by engine to safely access resources
|
2024-07-12 17:05:07 +02:00 |
|
Wojtek Figat
|
fbc648302d
|
Fix timer queries reset before use on Vulkan
|
2024-07-02 00:53:45 +02:00 |
|
Wojtek Figat
|
e835b25637
|
Fix wired Vulkan validation cache errors on Linux
#2201 #1825
|
2024-04-26 21:47:51 +02:00 |
|
Wojtek Figat
|
e1944bce96
|
Add statically disabled geometry shaders on mobile
|
2024-03-30 22:08:44 +01:00 |
|
Wojtek Figat
|
369c19bd5d
|
Add statically disabled tessellation on macOS/iOS
|
2024-03-30 18:46:37 +01:00 |
|
Wojtek Figat
|
14902dc29e
|
Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
# Flax.flaxproj
|
2024-02-26 19:49:39 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
5b8846c8f0
|
Update Vulkan backend
|
2024-02-05 18:45:01 +01:00 |
|
Wojtek Figat
|
8488a8d387
|
Add support for stencil buffer on Vulkan and D3D11/D3D12
|
2024-02-01 14:47:17 +01:00 |
|
Wojtek Figat
|
7fd6c43f84
|
Add more profier events to Vulkan backed
|
2024-01-30 18:45:34 +01:00 |
|
Wojtek Figat
|
bb00d29098
|
Codestyle fixes and optimizations
|
2024-01-29 13:46:50 +01:00 |
|
Wojtek Figat
|
1b33a2aa0d
|
Optimize render targets freeing on the start of the game
|
2024-01-28 23:11:24 +01:00 |
|
Wojtek Figat
|
cbdd6c4964
|
Add HasDepthClip to GPU Device limits
|
2023-10-11 10:15:44 +02:00 |
|
Wojtek Figat
|
8bafdb0b78
|
Remove std::function usage from ArrayExtensions
|
2023-10-02 12:52:44 +02:00 |
|
Wojtek Figat
|
41f005f95b
|
Fix typo from 17291a8a13
|
2023-10-02 12:49:02 +02:00 |
|
Wojtek Figat
|
17291a8a13
|
Fix Cannot find compatible metal driver on macOS due to the newest Vulkan SDK regression
#1469
|
2023-10-02 12:48:14 +02:00 |
|
Wojtek Figat
|
70f0fbe954
|
Fix crash on Vulkan when drawing shader without binding proper constant Buffer
#1289
|
2023-10-02 11:37:24 +02:00 |
|
Wojtek Figat
|
26f4574358
|
Various improvements for iOS
|
2023-06-11 14:56:46 +02:00 |
|
Wojtek Figat
|
0eadf2de1e
|
Fix visual glitches on MoltenVK (macOS, iOS)
|
2023-06-11 00:49:48 +02:00 |
|
Wojtek Figat
|
3953e6ddc0
|
Merge commit 'f2ecefb7ee9b9e6c5daac9f44fe40ebdccbb1c76' into 1.6
|
2023-06-01 01:06:14 +02:00 |
|
Wojtek Figat
|
c46f78885e
|
Refactor iOS deployment to use XCode project
|
2023-06-01 00:46:39 +02:00 |
|
Wojtek Figat
|
81ae687238
|
Merge remote-tracking branch 'origin/master' into 1.6
|
2023-05-28 16:34:38 +02:00 |
|
|
|
bdf6a11491
|
Prefer high-performance discrete GPUs when enumerating adapters
|
2023-05-26 20:05:32 +03:00 |
|
Wojtek Figat
|
d13c722ce3
|
Optimize text formatting in various places
|
2023-05-09 13:44:32 +02:00 |
|
Wojtek Figat
|
91c017713c
|
Merge remote-tracking branch 'origin/master' into 1.6
|
2023-04-13 12:12:33 +02:00 |
|
Wojtek Figat
|
b0966c9114
|
Add logging PixelFormat as string instead of integer value for better readability
|
2023-04-13 10:31:40 +02:00 |
|
Wojtek Figat
|
2930b0ad67
|
Fix crash in GPU devices init when system has no valid GPU driver installed
|
2023-03-13 10:25:08 +01:00 |
|
Wojtek Figat
|
f127bbebe1
|
Refactor enum flags with __underlying_type and new EnumHasAnyFlags/EnumHasAllFlags
Fixes #832
Closes #886
|
2023-01-15 12:44:39 +01:00 |
|
Wojciech Figat
|
a7e428a21c
|
Merge branch 'master' into 1.5
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GI/GlobalSurfaceAtlas.flax
# Content/Shaders/TAA.flax
# Content/Shaders/VolumetricFog.flax
# Source/Editor/CustomEditors/Editors/ActorTagEditor.cs
# Source/Engine/Core/Config/GraphicsSettings.cpp
# Source/Engine/Engine/PostProcessEffect.cs
# Source/Engine/Graphics/GPUResourcesCollection.cpp
# Source/Engine/Graphics/GPUResourcesCollection.h
# Source/Engine/Graphics/PostProcessBase.h
# Source/FlaxEngine.Gen.cs
|
2023-01-10 15:37:55 +01:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Wojciech Figat
|
63e7fb85ec
|
Fix GetNativePtr on Vulkan
|
2022-12-14 16:16:43 +01:00 |
|