Stephen Saunders
4f6f23e8ac
Fix Sync timer for timedemo "twice" mode and remove unneeded timings in TimeRenderDemo()
2023-06-20 22:25:24 -04:00
Stephen Saunders
4110dc1f05
Remove unneeded references to com_smp cvar
2023-06-20 22:04:11 -04:00
Stephen Saunders
99d9868bd9
Update CMakeLists to add clang -Wno-shorten-64-to-32 flag to suppress flood of int conversion warnings
2023-06-20 14:37:46 -04:00
Stephen Saunders
a67a100f19
Update rapidjson lib to remove deprecated std::iterator template and replace with required iterator types
2023-06-20 13:30:47 -04:00
Stephen Saunders
16077c7cd6
Update jpeglib's format_message() error routine to use snprintf() for buffer security
2023-06-20 13:16:37 -04:00
Stephen Saunders
52dd6193bf
Replace sprintf() / vsprintf() with idStr::snPrintf() / idStr::vsnPrintf() for buffer security
2023-06-20 12:24:24 -04:00
Stephen Saunders
5ff88fdfd0
Fix Doom Classic crashes on exit and/or quit
2023-06-15 15:13:52 -04:00
Stephen Saunders
078eb4e779
Fix SDL window vs. Vulkan swapchain extent errors, align SDL vs. Win32 window handling & error logic
2023-06-09 14:48:36 -04:00
Stephen Saunders
db79692287
Implement Vulkan eMailbox present mode option, perform runtime check for all present modes
...
(cherry picked from commit 268c057af1aaf59833c52744ee76465c697ebdac)
2023-06-06 11:43:50 -04:00
Stephen Saunders
9ab8c2a4da
Init swapChainBufferCount to NUM_FRAME_DATA (all renderers) and clamp to Vulkan surfaceCaps
2023-06-06 11:42:22 -04:00
Stephen Saunders
444b25a1e8
Wait for Vulkan device idle in DestroyDeviceAndSwapChain() to avoid random crashes on exit
2023-06-01 00:53:02 -04:00
Stephen Saunders
8a915b88a4
Enable PCH in CMakeLists for Optick-enabled builds with non-MSVC compilers
2023-05-24 01:11:18 -04:00
Stephen Saunders
9ebe476f4f
Remove unnecessary Vulkan cast for m_SwapChain when calling OPTICK_GPU_FLIP()
2023-05-23 14:45:34 -04:00
Robert Beckebans
39ae1202b4
Updated RELEASE-NOTES.md
2023-05-23 18:12:20 +02:00
Robert Beckebans
387c10ee52
Fixed crash in Delta Labs Sector 3 with Vulkan on Linux (Radeon RX 6700)
2023-05-23 17:50:25 +02:00
Stephen Saunders
2b933df6da
Enable VSync / Present queue frameID labeling for DX12
2023-05-23 08:24:40 -04:00
Stephen Saunders
22dc020401
Redo Optick D3D12 VSync / Present queue labeling using measured vs. calculated frame latency
2023-05-23 08:19:53 -04:00
Robert Beckebans
1800986ebe
Merge branch 'master' of github.com:RobertBeckebans/RBDOOM-3-BFG
2023-05-22 18:39:04 +02:00
Robert Beckebans
597b1ac7f3
Update release notes
2023-05-22 18:39:00 +02:00
Robert Beckebans
5cbca047e7
Merge remote-tracking branch 'SRSaunders/dx12-alt-enter-fix'
2023-05-22 18:36:26 +02:00
Robert Beckebans
58cbae411b
Merge pull request #773 from diegorodriguezv/patch-1
...
Add libvulkan-dev dependency to ubuntu/debian compilation instructions
2023-05-22 18:35:33 +02:00
Robert Beckebans
1788b9c92f
Bumped version to 1.5.1
2023-05-22 18:30:00 +02:00
Robert Beckebans
87bedde244
Fixed PSO creation error in Erebus 3 map. #770
2023-05-22 18:27:32 +02:00
Stephen Saunders
6bb8c1feeb
Remove unneeded Vulkan extensions: VK_KHR_present_id + macOS-specifics
2023-05-13 10:22:52 -04:00
Stephen Saunders
cf7883f688
Replace std::llround() with (int64_t) cast in optic_gpu for linux compatibility (no C++23)
2023-05-13 10:07:47 -04:00
diegorodriguezv
5f77c8d423
Add libvulkan-dev dependency to ubuntu/debian compilation instructions
2023-05-13 04:15:02 -05:00
Stephen Saunders
2d46e47046
Disable DXGI automatic display mode switching for alt-enter borderless fullscreen
2023-05-12 14:43:07 -04:00
Stephen Saunders
be6088eee4
Extend Optick to support labeling of D3D12 VSync / Present queue with frame IDs
2023-05-12 03:04:06 -04:00
Stephen Saunders
0b510de3e9
Update RenderBackend to select OPTICK_GPU_CONTEXT graphics API at runtime
2023-05-12 03:01:11 -04:00
Stephen Saunders
7c4f41bfd5
Extend Optick GPUContextScope() with typeless prototype for runtime selection of graphics API
2023-05-12 02:40:05 -04:00
Stephen Saunders
6769126b14
Add Vulkan Present / VSync queue profiling if VK_GOOGLE_display_timing extension available
2023-05-04 22:51:30 -04:00
Stephen Saunders
85a9186c5b
Add Optick profiler support for Vulkan Present / VSync queue via VK_GOOGLE_display_timing extension
2023-05-04 22:51:30 -04:00
Stephen Saunders
4ca70e0e17
Resolve Optick delayed GPU timestamps before dumping data on stop capture
2023-05-04 22:51:30 -04:00
Stephen Saunders
23e313cb6f
Improve Optick Vulkan GPU profiler clock sync to reduce offset errors and drift
2023-05-04 22:51:30 -04:00
Stephen Saunders
18665e34a1
Fix Optick threadTLS nullptr check and OPTICK_SET_MEMORY_ALLOCATOR stub #define
2023-05-04 22:51:30 -04:00
Stephen Saunders
d9d721a73e
Add Optick for Vulkan, remove need for USE_OPTICK_GPU, fix calls to OPTICK_SHUTDOWN()
2023-05-04 22:51:30 -04:00
HarrievG
ab7fefcadc
- Added possibility to use Focal Length / FOV animation with GLTF Camera animations.
...
- Added blenderPy script which shows howto set lenscurves as a custom prop float array containing all evaluated fov values
- minor cleanup to gltfparser and gltfExtras.
- gltfExtra key value pairs can now contain a bracket enclosed string as value
# Conflicts:
# neo/idlib/gltfProperties.h
2023-04-29 12:43:54 +02:00
Robert Beckebans
edb62c15d9
Never commit stuff before testing
2023-04-29 12:22:33 +02:00
HarrievG
03bbf9aaf4
-Fixed timestamp check while loading a camera animation from a gltf file
...
- Set gltfCamera fov to framefov during anim
# Conflicts:
# neo/d3xp/Camera.cpp
2023-04-29 12:02:58 +02:00
Robert Beckebans
ce050ea6c0
Merge branch 'master' of github.com:RobertBeckebans/RBDOOM-3-BFG
2023-04-29 11:46:29 +02:00
Robert Beckebans
ad41a268b0
Fixed crash when executing extract_resources.cfg on Linux
2023-04-29 13:35:07 +02:00
Robert Beckebans
c6b36a4b66
Fixed typo
2023-04-29 11:46:25 +02:00
Robert Beckebans
ed85005809
Refined the glTF2 text
2023-04-23 10:51:41 +02:00
Robert Beckebans
3fd285d4bb
Fixed text about mars city scene
2023-04-23 10:32:31 +02:00
Robert Beckebans
9a7c70b118
Updated release notes
2023-04-22 21:11:50 +02:00
Robert Beckebans
c1dfb68b30
Updates release notes and removed temporary Discord .plan entries
2023-04-22 20:59:12 +02:00
Robert Beckebans
b9c8d21317
Schedule 1.5.0 Release on 29 April
2023-04-22 20:03:15 +02:00
Robert Beckebans
4cf27568ef
Prepared RELEASE-NOTES for 1.5.0 release
2023-04-21 17:29:45 +02:00
Robert Beckebans
7f74ecc1c7
Add original Doom 3 BFG scripts to base/script/* into the snapshot builds
2023-04-18 21:29:02 +02:00
Robert Beckebans
a7280a4f5f
Updated .plan in RELEASE-NOTES
2023-04-18 21:21:45 +02:00