Wojtek Figat
|
48c6339ebb
|
Fix memory leak on material instances when updating layout of Text Render
|
2025-07-04 12:21:25 +02:00 |
|
Wojtek Figat
|
c639a3103c
|
Add memory profiling events to the main areas of the engine
|
2025-05-22 04:47:01 +02:00 |
|
|
|
559d17e6c3
|
Reduce allocations in text rendering related functions
|
2025-05-04 15:05:46 +03:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Wojtek Figat
|
8a7ceef288
|
Add content deprecation system that auto-saves assets in Editor that use old data format
|
2025-01-20 23:46:49 +01:00 |
|
Wojtek Figat
|
ea96418764
|
Update old Float1010102 to FloatR10G10B10A2
|
2025-01-12 21:22:53 +01:00 |
|
Wojtek Figat
|
db4d7d2a05
|
**Refactor meshes format to support custom vertex layouts and new flexible api to access mesh data**
#3044 #2667
|
2025-01-06 22:47:19 +01:00 |
|
Wojtek Figat
|
ab99a25cee
|
Update mesh config defines to match a single format
|
2024-12-29 23:03:09 +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
|
5f19538455
|
Add UpdateFlags to ISceneRenderingListener::UpdateActor for more contextual control overdirtying actors state in renderer data
Fixes issue of static shadow maps not refreshing when changing static flags of the model.
|
2024-09-29 22:03:46 +02:00 |
|
Wojtek Figat
|
516ed3e9a0
|
Cleanup some rendering code
|
2024-06-28 21:21:17 +02:00 |
|
Wojtek Figat
|
2edb9cc4d8
|
Fix compilation warnings when using 64-bit coords
|
2024-05-08 23:24:23 +02:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
a2b8312fba
|
Cleanup stuff in #2019
|
2024-02-18 19:48:43 +01:00 |
|
Wojtek Figat
|
98d5769558
|
Fix performance bug in Development/Release builds due to incorrect draw calls batching (uninitialized memory)
|
2023-09-28 10:59:09 +02:00 |
|
Wojtek Figat
|
8cd8ae93c3
|
Add ObjectRadius to DrawCall to properly cull local lights and env probes in Forward Shading
|
2023-09-20 15:01:02 +02:00 |
|
|
|
2190031ccf
|
Support decimal values in Font sizes
|
2023-06-18 20:52:46 +03:00 |
|
Wojtek Figat
|
adfe3ad165
|
Add SortOrder to drawable object types for transparency sorting override
|
2023-01-26 18:37:40 +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 |
|
Wojtek Figat
|
eeff5ea3ae
|
Fix crash in Text Render drawing
|
2022-11-21 15:52:36 +01:00 |
|
Wojtek Figat
|
3b4d91924f
|
Add draw call sorting keys generation during draw calls collection (async)
|
2022-11-16 09:20:56 +01:00 |
|
Wojtek Figat
|
b2a9ee495a
|
Optimize PrevWorld updating during scene rendering
|
2022-11-03 00:08:30 +01:00 |
|
Wojtek Figat
|
eb52d333ae
|
Refactor scene rendering to use batched culling for main view and shadow projections
|
2022-10-28 17:53:21 +02:00 |
|
Wojtek Figat
|
7ebdce5e42
|
More work for large worlds
|
2022-06-29 23:28:03 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojciech Figat
|
a7e512bd50
|
Add GlobalSurfaceAtlas draw pass
|
2022-04-27 16:41:40 +02:00 |
|
Wojciech Figat
|
4524edb899
|
Fix static model registering for rendering after streaming in even if disabled
|
2022-04-22 18:33:22 +02:00 |
|
Wojciech Figat
|
8cca7f884b
|
Add **Global Sign Distance Field** rendering (work in progress)
|
2022-03-18 16:18:00 +01:00 |
|
Wojciech Figat
|
3fe1e2c763
|
Refactor SceneRendering to simplify actors impl of drawing flow at high level
|
2022-02-22 17:06:19 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Wojtek Figat
|
d7332509f7
|
Optimize Scene Rendering (cache drawable bounds and layers for culling with less cache misses)
|
2021-07-04 11:25:52 +02:00 |
|
Wojtek Figat
|
480783b7fa
|
Add LocalizedString to TextRender
|
2021-04-19 16:25:44 +02:00 |
|
Wojtek Figat
|
8ef8b89fd5
|
Add constructor to BoundingBox for single point empty box construction
|
2021-03-18 21:50:05 +01:00 |
|
Wojtek Figat
|
9ed0138a17
|
Fix crash on using Space char in font with no font atlases initialized
|
2021-03-14 19:01:42 +01:00 |
|
Wojtek Figat
|
544a043c56
|
Fix crash for empty text in Text Render
Fixes #327
|
2021-03-12 15:33:09 +01:00 |
|
Wojtek Figat
|
c9ea812a24
|
Optimize DrawCall to pack indirect draw arg and graphics draw data with union
|
2021-02-15 11:52:06 +01:00 |
|
Wojtek Figat
|
a560b19cbc
|
Refactor draw calls and instancing logic to be more modular
|
2021-02-03 09:33:48 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|