Commit graph

578 commits

Author SHA1 Message Date
myT
2825b5bb04 fixed OIT fog resolve blend equations for both accumulators 2025-02-12 03:40:19 +01:00
myT
3aef00f466 fixed the blend equations to match the GL/D3D specs 2025-02-12 03:25:43 +01:00
myT
0684780348 fixed incorrect drops of pre-multiplied alpha OIT fragments
- it assumes texture data is actually pre-multiplied
- trusting user-generated content to make sense is misguided
2025-02-12 03:05:58 +01:00
myT
a158bb06fa fixed shader editor hint popup not scrolling
broken by b37b542b89
because of the renamed InputTextMultiline label
2025-02-07 18:35:50 +01:00
myT
67db6d1857 fixed shader editor auto-completion crash
matches were gathered across multiple tokens
2025-02-07 18:33:05 +01:00
myT
b37b542b89 improved shader edit (re)open/close logic
fixed shader edit reopen keeping the old code
2025-02-02 04:38:54 +01:00
myT
4498c13a35 updated changelog for 7879e7d26a 2025-01-31 19:28:22 +01:00
myT
8d9556578e enabled live fog changes from the shader editor 2025-01-31 18:11:10 +01:00
myT
25b7cd5667 improved image/shader detail/explorer and shader editor windows
- better image scaling
- more shader and image filters
- shader code saving
- collapsible image/shader reference lists
2024-12-28 20:01:17 +01:00
myT
c0beda6450 global GUI shortcuts require ctrl+shift 2024-12-28 19:37:53 +01:00
myT
5e6b190223 added file dialog pk3 filtering and kb navigation 2024-12-28 19:11:47 +01:00
myT
2c8026e0c1 allowed Dear ImGUI to draw with point filtering 2024-12-20 01:58:26 +01:00
myT
f3594a8900 added GPU upload wait time in the dev print 2024-12-20 01:32:58 +01:00
myT
f22e53b2f6 fixed the GRP drawing a fog's surfaces when inside it 2024-12-16 00:43:33 +01:00
myT
caef58820a fixed unlit maps forcing shader duplication
- assigning a new lightmapIndex value makes shader search fail
- fog shader duplicates don't have isFog set
2024-12-15 20:47:10 +01:00
myT
90b98ffdc5 added dev prints for RHI init and shutdown 2024-12-15 20:10:33 +01:00
myT
a1efd4cbf9 fixed NanoVDB froxel injection leaving extinction unchanged 2024-12-15 20:09:23 +01:00
myT
7e203ea6ec removed the GRP's depth pre-pass pixel shader 2024-12-07 15:24:41 +01:00
myT
7879e7d26a disabled r_normalSmoothing by default 2024-12-06 18:12:29 +01:00
myT
477075c12e enabled multi-threaded debug builds 2024-12-05 23:24:47 +01:00
myT
3d879533bb massively improved shader compilation time 2024-12-05 23:20:51 +01:00
myT
b076ff8e8a fixed crp_volLight 0 effectively disabling r_dynamicLight 2024-12-05 22:59:02 +01:00
myT
c85ad330b3 fixed CRP G-buffer visualizations
broken by ca3d15282b
it drew the debug viz to the RT the tone mapper would later write to as well before actual GUI drawing...
2024-12-05 22:56:54 +01:00
myT
bbced6e7e6 fixed duplicated PSO name "OIT Resolve" 2024-11-04 03:05:15 +01:00
myT
798c17c630 added a "Pipelines" tab to the "Direct3D 12 RHI" GUI 2024-11-04 03:04:08 +01:00
myT
6cdd18157b fixed CRP PSO leak 2024-11-04 02:45:22 +01:00
myT
ca3d15282b draw Dear ImGUI after tone mapping 2024-11-04 00:23:09 +01:00
myT
8063962ed6 added shader editor auto-completion and syntax hints
- shader editor: added the r_guiShaderEditHints CVar
- shader editor: Ctrl+K/L to comment/uncomment the selected lines
- shader editor: Ctrl+E opens the shader editor directly for the surface under the crosshair
- shader/image explorers: added world surface filter
2024-11-01 01:29:10 +01:00
myT
5b05e7a95d made r_mode 1 behave like 0 when using the CRP 2024-10-31 03:14:56 +01:00
myT
d7c78727be added the in_qwerty CVar 2024-10-31 02:10:33 +01:00
myT
f56adc9ce6 fixed the Im3d NewFrame / EndFrame mismatch 2024-10-01 19:02:13 +02:00
myT
492427df2e fixed a few violations of the C++ ODR 2024-10-01 18:33:59 +02:00
myT
a02057425a tweaked GRP fog curve to match the original better 2024-10-01 18:15:24 +02:00
myT
779b6dad92 updated Com_GetCompilerInfo to handle more MSVC versions 2024-08-07 03:40:57 +02:00
myT
6ed0ea19a8 fixed GRP dynamic lights using the wrong vertex attributes 2024-08-07 03:16:38 +02:00
myT
9712ffb17d fixed the view weapon motion vectors 2024-07-27 02:25:35 +02:00
myT
75466f3be0 added Im3d integration 2024-07-23 18:24:44 +02:00
myT
16a51506c0 fixed RTAS build crash due to missing cross queue sync 2024-07-07 18:20:26 +02:00
myT
4955060c9f fixed incorrect ImGui::EndTabBar usage 2024-07-02 22:23:39 +02:00
myT
eee321a641 fixed dynamic lights incorrectly affecting back faces in the GRP 2024-07-02 04:26:52 +02:00
myT
26ddd7e6cc fixed incorrect strcmp return value check in Sys_ListFiles
thank you Sergei
2024-07-02 04:19:42 +02:00
myT
afc81437c3 added NanoVDB support
- added the foundation for a GPU particle system
- reworked volumetric particle injection
2024-07-02 02:06:15 +02:00
myT
385a75c9cd added RHI support for ranged buffer uploads
renamed StaticUnorderedArray to StaticArray
2024-07-02 01:55:35 +02:00
myT
aa88622348 added more GUI helper functions 2024-07-02 01:27:56 +02:00
myT
68d32e69e9 fixed HLSL out variables not always being set 2024-07-02 01:19:47 +02:00
myT
26bfe007c1 updated Intel driver version check since the fix is out 2024-05-03 01:38:56 +02:00
myT
7c217a313d fixed several OIT issues
- all: fixed depth test (yet another reverse Z pitfall...)
- VL: fixed output color mismatch when a low-impact fragment is added
- VL: fixed next closer fragment search ignoring the depth test
2024-05-03 01:17:11 +02:00
myT
c937948f8f fixed delayed RHI buffer deletions 2024-04-15 04:43:10 +02:00
myT
5c4cf3d720 fixed some motion blur artifacts
fixed:
- sharp moving pixels at screen edges
- static foreground meshes leaving a trail
- static foreground meshes surrounded by sharp moving background pixels
the last 2 items were very noticeable with view weapons

the trade-off is that blurred silhouettes of foreground objects now look worse
2024-04-15 04:03:22 +02:00
myT
ea3b071c58 trivial CRP code improvement 2024-04-14 00:11:50 +02:00