summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhid3d12.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: d3d12: Add the most basic 3D texture mipmap generatorLaszlo Agocs2025-05-021-12/+225
* rhi: d3d12: Fix up sampling in the mipmap generatorLaszlo Agocs2025-05-021-8/+4
* rhi: d3d12: Avoid 1 sec timeout when skipping presentLaszlo Agocs2025-04-071-2/+8
* rhi: d3d11: Add activeAdapter null checkLaszlo Agocs2025-04-041-1/+2
* Rhi: Add SampleVariables featureAntti Määttä2025-03-261-0/+1
* rhi: support partial region readbacks in QRhiReadbackDescriptionAurélien Brooke2025-03-111-9/+19
* rhi: d3d: Fix 3D textures exposed via UAVLaszlo Agocs2025-02-281-0/+1
* rhi: add R8SI, R32SI, RG32SI, and RGBA32SI "exotic" texture formatsAurélien Brooke2025-02-261-0/+8
* rhi: d3d12: Fix finish() when called outside a frameLaszlo Agocs2025-02-071-37/+37
* rhi: d3d12: Fix crash in readbacksLaszlo Agocs2025-02-071-1/+1
* rhi: Introduce a way to enumerate adapters/physical devicesLaszlo Agocs2025-01-231-1/+50
* Replace QPair/qMakePair with std::pair in qtbase/guiIsak Fyksen2025-01-091-1/+1
* Fix creating multisampled pipeline on dx12 backendAntti Määttä2024-12-031-1/+10
* rhi: Make DXGI HDR query usable with VulkanLaszlo Agocs2024-12-021-17/+6
* rhi: Do not lose track of swapchains on manual destroy-createLaszlo Agocs2024-12-021-3/+3
* Add R32UI, RG32UI, RGBA32UI texture formatAntti Määttä2024-11-151-0/+7
* Add feature for per render target blendingAntti Määttä2024-11-151-0/+2
* rhi: d3d: Bail out properly when texture format is not supportedLaszlo Agocs2024-10-211-1/+4
* d3d: Drive window updates from a vblank watcher threadLaszlo Agocs2024-10-151-0/+10
* rhi: vulkan: Allow passing in wait/signal semaphores to vkQueueSubmit/PresentLaszlo Agocs2024-09-101-0/+5
* rhi docs: Correct inmodule and inheaderfile for all typesLaszlo Agocs2024-09-031-3/+6
* Add support for VRSLaszlo Agocs2024-08-061-5/+166
* QtGui: port away from q(v)snprintf() and mark the module free of itMarc Mutz2024-08-031-1/+1
* rhi: d3d12: Also default to max frame latency 2Laszlo Agocs2024-08-021-0/+25
* rhi: Add D32FS8Laszlo Agocs2024-06-121-0/+7
* rhi: d3d: metal: Improve docs for importing existing resourcesLaszlo Agocs2024-04-111-0/+26
* rhi: Add support for resolving depth-stencilLaszlo Agocs2024-04-031-1/+6
* rhi: Add basic support for specifying a view format for a textureLaszlo Agocs2024-03-121-8/+33
* rhi: add support for short and ushort vertex attributesAurélien Brooke2024-03-011-0/+16
* rhi: d3d: Print more details on swapchain creation failureLaszlo Agocs2024-02-281-2/+10
* Initialize QRhiD3D12::activeAdapter for imported device pathOliver Dawes2024-02-081-1/+7
* Guard against nullptr cmdAllocators Release callOliver Dawes2024-02-061-2/+4
* rhi: d3d: Ensure dcomp content does not obscure child windowsWang Chuan2024-01-261-1/+1
* D3D12: Fix warn-on-error for unused parameterMårten Nordheim2024-01-181-0/+1
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-061-15/+9
* rhi: d3d12: Try without debug layer when failedLaszlo Agocs2023-11-221-3/+14
* rhi: d3d12: Move the setSR visitor logic and data to the command bufferLaszlo Agocs2023-11-171-26/+28
* rhi: d3d12: Mark CBV root parameters as DATA_STATICLaszlo Agocs2023-11-171-0/+2
* rhi: d3d12: Do not waste time on sorting the binding listLaszlo Agocs2023-11-171-18/+5
* rhi: d3d12: Reduce include statementsLaszlo Agocs2023-10-161-3/+0
* rhi: Map DXGI_ADAPTER_FLAG_SOFTWARE onto the driverInfo's CpuDeviceLaszlo Agocs2023-09-141-6/+2
* d3d12: Avoid full-size staging for partial texture updatesLaszlo Agocs2023-09-061-29/+54
* Add stereo support for DirectX12 and Vulkan backendsIlya Doroshenko2023-09-051-0/+39
* rhi: Enhance the hdr info struct and add a manual testLaszlo Agocs2023-08-031-42/+6
* rhi: d3d12: Implement lastCompletedGpuTime via timestamp queriesLaszlo Agocs2023-07-311-3/+148
* rhi: d3d12: Clean up the warning shown when dxc libs are missingLaszlo Agocs2023-07-281-1/+1
* rhi: d3d: Handle the case of passing in a texture array as depthTextureLaszlo Agocs2023-06-281-0/+21
* rhi: d3d12: Provide DXC_ defines if they are missingLaszlo Agocs2023-06-271-1/+11
* rhi: d3d12: Handle wants-debug-info flag on the dxc pathLaszlo Agocs2023-06-261-9/+27
* rhi: d3d12: Fix resolving with multiviewLaszlo Agocs2023-06-261-7/+10