Commit Graph
17109 Commits
Author SHA1 Message Date
baldurk 5bcac1bfda Update from toolwindowmanager repository @ 984f7fb 2026-08-05 11:51:44 +01:00
baldurk 0db700e4a9 Remove pixel shader when fetching tess/GS out
* if rasterizerDiscardEnable is enabled we must not have a pixel shader.
2026-08-05 11:51:44 +01:00
baldurk 64c942c68a Include license and readme for sphinxcontrib-jquery 2026-08-05 10:52:06 +01:00
baldurk 0cb1000f26 In buffer viewer show tooltip on headers and elide from middle
* This helps with long names (e.g. structname.member) on scalars where the width
  of the data is not enough to show the full header name.
2026-08-05 10:46:13 +01:00
baldurk 28c6f55800 Custom render tooltip events in RDHeaderView
* Because Qt is awful at customising controls, the functions used to fetch the
  index of sections are not virtual so the internal QHeaderView version doesn't
  get the right sections when we have column grouping enabled.
2026-08-05 10:45:07 +01:00
baldurk 3b1a832a57 Fix moronic bullshit that broke V140 toolset on VS2026
* Newest VS2026 dropped support for the entirely working v140 tools for zero
  good reason: https://developercommunity.visualstudio.com/t/Visual-
  Studio-2026-188-update-removes-v/11121716
* This then breaks our CI since we can't install the toolset manually. After
  lots of dancing, this set of magic words seems to work for now, but who can
  say for how long.
2026-08-04 11:48:20 +01:00
baldurk 02e0f0983f Handle mutually recursive cycles in declared pointer types 2026-08-03 21:30:51 +01:00
baldurk c11d53b0d4 Handle mutually recursive pointer types in packing rules estimation 2026-08-03 21:15:19 +01:00
baldurk 1b9c13223f Check for all possible GL matrix types in buffer formatter. Closes #3878 2026-08-03 21:15:19 +01:00
baldurk fda6fc2322 Fix calculation of array size when calculating struct sizes
* Non-tightly packed arrays can be larger based on the stride than base size
  multiplied by element count, e.g. with a 4-byte uint with a 16-byte array
  stride.
2026-08-03 21:15:19 +01:00
baldurk 430286642d Mark OOB reads in cbuffers as truncated 2026-08-03 21:15:19 +01:00
baldurk 114222f0eb Check for extensions function pointers provided by layers. Closes #3877 2026-08-03 21:15:18 +01:00
nachocpol b857463968 Feedback from PR 2026-08-03 20:05:06 +09:00
nachocpol 0ba299366b Support old GEP type instructions 2026-08-03 20:05:06 +09:00
Jake Turner 4e59f62a96 During Loading replay replace D3D12ActionTreeNode with D3D12EventNode
D3D12EventNode contains all data for an Event during loading: APIEvent, ActionDescription, resource usage, debugMessages, annotations.
Action ID, Event ID is not computed whilst loading is happening.

At the end of Loading when the D3D12EventNode's have been flattened into linear submission order then the D3D12EventNode's are baked into RenderDoc replay APIEvents and Actions. Event IDs and Action IDs are assigned as part of the baking process
2026-07-30 16:36:02 +01:00
Jake Turner 5a1b2c23e1 Extend D3D12_Annotations test
- loose event annotation
  - a barrier at end of command buffer
  - at end of command buffer attached to CommandList Close
  - command buffer with no actions, just set marker
- annotations before/during/after ExecuteIndirect calls
2026-07-30 16:36:02 +01:00
Jake Turner c559aa64af Check indirect action names in D3D12_Execute_Indirect 2026-07-30 16:36:02 +01:00
Jake Turner 6df99e4d94 Extend python helper functions for D3D12 indirect action names 2026-07-30 16:35:53 +01:00
Jake Turner 4d57e74c9d Release VulkanEventNodes after they are baked into actions/events 2026-07-27 21:23:14 +01:00
Jake Turner 9b942d0533 Extend D3D12_Execute_Indirect: add tests with a count buffer
- MaxCount: 1024 CountBuf: 5
- MaxCount: 1 CountBuf: 7
- MaxCount: 0 CountBuf: 11
2026-07-27 21:23:13 +01:00
baldurk d0030787c6 Fetch inputs and allow debugging for VRS. Closes #3705 2026-07-27 17:10:14 +01:00
baldurk d1c236573a Remove custom title bar close button icon. Closes #3875 2026-07-27 12:48:00 +01:00
baldurk c6949d9c45 Add support for VK_KHR_extended_flags 2026-07-27 12:37:28 +01:00
baldurk 63b38ef8b4 Encode information for ASTC/PVRTC blocks in ResourceFormat 2026-07-27 11:22:02 +01:00
baldurk e434ebbbba Handle multiview viewmask set with all 32 bits 2026-07-24 21:08:27 +01:00
baldurk caa6977a13 Add support for VK_EXT_image_sliced_view_of_3d 2026-07-24 17:52:49 +01:00
baldurk 70caae7418 Add support for VK_EXT_zero_initialize_device_memory 2026-07-24 17:52:48 +01:00
baldurk c6c8f807c9 Update VK_Image_Layouts test to check preinitialised data also 2026-07-24 17:52:48 +01:00
baldurk 57702b7896 Properly save initial contents of preinitialised images on vulkan
* If we encounter a preinitialised image on vulkan we need to snapshot its
  contents on replay because we can't on capture due to the inability to
  transition its layout for copy. By definition the underlying memory can be
  used, so we just need to ensure it is properly marked dirty and referenced
2026-07-24 17:52:48 +01:00
baldurk b72cb9db30 Use proper ID when erasing image states
* This also reveals a separate bug, that image states being deleted from a mid-
  capture destruction of an image loses information we need, so defer these
  cleanups until after the capture ends.
2026-07-24 17:52:48 +01:00
baldurk ccc110c57e Fix some validation errors in tests 2026-07-24 17:52:48 +01:00
baldurk fff1cc4b0e Add support for VK_EXT_present_timing
* As with other WSI extensions this is only passed through on capture, not
  replayed.
2026-07-24 17:52:48 +01:00
baldurk 3d2329da89 Allow VK_EXT_layer_settings during capture for configuring VVL 2026-07-24 17:52:48 +01:00
baldurk 0c682d5a48 Add support for VK_EXT_shader_tile_image 2026-07-24 17:52:48 +01:00
baldurk 8251a21f89 Add support for VK_EXT_shader_64bit_indexing 2026-07-24 17:52:47 +01:00
baldurk 133365922c Add support for VK_EXT_shader_split_barrier 2026-07-24 17:52:47 +01:00
baldurk 33bce53bd8 Add support for VK_EXT_shader_subgroup_partitioned 2026-07-24 17:52:47 +01:00
baldurk d83d6a184b Add support for VK_KHR_shader_fma 2026-07-24 17:52:47 +01:00
baldurk f820816452 Add support for VK_KHR_shader_abort
* This is mostly pass-through as RenderDoc will never interact with it - if the
  abort actually fires the device is gone and we can't capture. We enable it to
  prevent needing to recompile shaders.
2026-07-24 17:52:47 +01:00
baldurk a90c00f77c Add support for VK_EXT_physical_device_drm 2026-07-24 17:52:47 +01:00
Jake Turner dac5a3caa5 VulkanEventNode code/comment tidy up in Indirect action handling 2026-07-23 15:34:29 +01:00
Jake Turner e69f436d7b Do not read baked command list info with ResourceId()
Avoid creating a default entry in the map
2026-07-23 09:06:41 +01:00
Jake Turner 341eb8f6f4 During Loading replace VulkanActionTreeNode with VulkanEventNode
VulkanEventNode contains all data for an Event during loading: APIEvent, ActionDescription, resource usage, debugMessages, annotations.
Action ID, Event ID is not computed whilst loading is happening.

At the end of Loading when the VulkanEventNode's have been flattened into linear submission order then the VulkanEventNode's are baked into RenderDoc replay APIEvents and Actions. Event IDs and Action IDs are assigned as part of the baking process
2026-07-22 15:41:47 +01:00
Jake Turner 40d6d5fd8a Extend VK_Annotations test
- loose event annotation
  - a barrier at end of command buffer
  - at end of command buffer attached to vkEndCommandBuffer
  - command buffer with no actions, just set marker
- annotations before/during/after vkCmdDrawIndirectCount calls
2026-07-22 15:29:08 +01:00
Jake Turner f8c90b0032 Tweak terminal emulator command line for RunProcessAsAdmin
Separate the arguments instead of a single argument
Use a different execute command line parameter for different terminal tools
-e : default
-x : for gnome-terminal
2026-07-22 07:46:21 +01:00
Jake Turner baec8aa171 Fix building pcre on systems with latest automake version
The source bundle was configured using automake 1.16
2026-07-22 07:46:21 +01:00
Jake Turner a2d133c353 Change the DrawMeshIndirect parameters in VK_Resource_Usage 2026-07-22 06:02:26 +01:00
Jake Turner d75b9d2f36 Check indirect action names in a selection of tests
- VK_Indirect
- VK_Mesh_Shader
- VK_Resource_Usage
2026-07-22 05:41:09 +01:00
Jake Turner 4aa00a2bfa Add python helper functions to check indirect action names 2026-07-22 05:41:09 +01:00
baldurk a66becd518 Add missing documentation item 2026-07-21 16:59:52 +01:00