Commit graph

16 commits

Author SHA1 Message Date
myT
ca3d15282b draw Dear ImGUI after tone mapping 2024-11-04 00:23:09 +01:00
myT
75466f3be0 added Im3d integration 2024-07-23 18:24:44 +02:00
myT
a76dba5cfb raytracing soft shadows, normal smoothing, G-buffer viz
- brightness-corrected ImGUI drawing
- upgraded shader code to HLSL 2021
- vertex normals drawing
2024-02-06 23:15:31 +01:00
myT
7fab6ea376 simplified world shader trace and fixed its VSync support 2024-01-18 03:16:35 +01:00
myT
ad3f942a8d added the Cinematic Rendering Pipeline 2024-01-13 22:40:13 +01:00
myT
19aad64607 added Nuklear extensions for UI and CGame 2023-11-29 02:57:28 +01:00
myT
9a6e253dc3 removed screenshot/videoframe requests from the render command list 2023-11-23 19:59:39 +01:00
myT
b91e20a1b9 fixed sync issue with swap chain readback 2023-11-18 15:32:39 +01:00
myT
61fbcb5304 fixed RT format mismatch with r_rtColorFormat > 0 and r_smaa > 0
only the inverse tone map needed multiple pipelines
2023-11-18 15:32:39 +01:00
myT
00840e10d8 implemented depth fade
improved PSO change tracking
embedded more common uber pixel shader permutations
2023-11-12 01:33:00 +01:00
myT
ffde1f2b1b implemented dynamic lights 2023-11-12 01:32:59 +01:00
myT
fd035c0f70 added r_shadingRate 2023-11-12 01:32:59 +01:00
myT
a60693ae65 partial depth pre-pass with some hacky heuristics 2023-11-12 01:32:59 +01:00
myT
e13385ed05 more static memory for cpm3b_b1 2023-11-12 01:32:59 +01:00
myT
f8567ecba0 added world shader tracing 2023-11-12 01:32:59 +01:00
myT
3b6a3a5019 added D3D12 rendering and removed D3D11, GL2, GL3
don't track .user files except for cnq3 and cnq3-server

disabled FPS hack

disabled FPS hack, part 2
2023-11-12 01:32:58 +01:00