index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
rhi
/
qrhinull.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
rhi: support partial region readbacks in QRhiReadbackDescription
Aurélien Brooke
2025-03-11
1
-2
/
+8
*
rhi: vulkan: Allow passing in wait/signal semaphores to vkQueueSubmit/Present
Laszlo Agocs
2024-09-10
1
-0
/
+5
*
rhi docs: Correct inmodule and inheaderfile for all types
Laszlo Agocs
2024-09-03
1
-2
/
+4
*
Add support for VRS
Laszlo Agocs
2024-08-06
1
-0
/
+19
*
rhi doc: Fix a repeating typo
Laszlo Agocs
2023-06-16
1
-2
/
+2
*
rhi: avoid backends modifying the frontend depth and arraySize
Laszlo Agocs
2023-05-30
1
-3
/
+4
*
rhi: Make it a QPA-style private but semi-public API
Laszlo Agocs
2023-05-21
1
-4
/
+10
*
rhi: Replace the temporary GPU time query API with a saner one
Laszlo Agocs
2023-04-18
1
-0
/
+6
*
rhi: Make it safe to always call deleteLater on a resource
Laszlo Agocs
2023-04-18
1
-3
/
+37
*
rhi: Remove readback result type alias
Laszlo Agocs
2023-04-12
1
-1
/
+1
*
RHI: Add support for 1D textures
Ben Fletcher
2022-11-15
1
-1
/
+3
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
rhi: Clean up some inconsistencies
Laszlo Agocs
2022-07-12
1
-2
/
+2
*
rhi: Keep track of pipeline creation times
Laszlo Agocs
2022-07-05
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
rhi: Make QRhiRenderTarget's rp getter functional with swapchains
Laszlo Agocs
2022-04-26
1
-0
/
+1
*
rhi: Add explicit subclass for RTs from swapchains
Laszlo Agocs
2022-04-05
1
-8
/
+8
*
rhi: Code quality - remove defaults from switch enums
Ben Fletcher
2022-02-01
1
-3
/
+3
*
rhi: Make sure pixelSize() to a texture rt is always up to date
Laszlo Agocs
2022-01-25
1
-0
/
+3
*
rhi: Add queries for vertex input/output limits
Laszlo Agocs
2022-01-12
1
-0
/
+4
*
rhi: Drop the profiler for now
Laszlo Agocs
2022-01-04
1
-45
/
+8
*
rhi: Add the basics for HDR swapchains
Laszlo Agocs
2022-01-03
1
-0
/
+5
*
rhi: Auto-rebuild rt by tracking attachment id and generation
Laszlo Agocs
2021-12-10
1
-1
/
+13
*
rhi: Expose the maximum uniform buffer range limit
Laszlo Agocs
2021-11-10
1
-0
/
+2
*
rhi: Add texture array support
Laszlo Agocs
2021-10-29
1
-6
/
+11
*
rhi: Allow testing renderpass compatibility without the objects
Laszlo Agocs
2021-09-16
1
-0
/
+5
*
rhi: Add a way to tell an srb that only the resources have changed
Laszlo Agocs
2021-09-03
1
-0
/
+5
*
rhi: Be more graceful when one destroys a resource after the QRhi
Laszlo Agocs
2021-08-02
1
-8
/
+71
*
rhi: Add support for 3D textures
Laszlo Agocs
2021-05-31
1
-7
/
+11
*
rhi: Add support for custom bytes-per-line for uncompressed raw data
Laszlo Agocs
2021-03-30
1
-2
/
+5
*
rhi: Make it possible to clone a QRhiRenderPassDescriptor
Laszlo Agocs
2021-03-19
1
-0
/
+5
*
rhi: Pipeline cache load/save
Laszlo Agocs
2021-01-22
1
-0
/
+10
*
RHI: Use QT_BEGIN_LICENSE:LGPL header
Kai Köhne
2021-01-15
1
-11
/
+14
*
rhi: Expose device name, type, and IDs
Laszlo Agocs
2021-01-13
1
-0
/
+7
*
rhi: Make the new direct buffer update available for non-uniform buffers
Laszlo Agocs
2020-10-12
1
-2
/
+2
*
rhi: Add support for full, direct buffer updates
Laszlo Agocs
2020-10-11
1
-4
/
+12
*
rhi: Make per-frame flags per-pass where appropriate
Laszlo Agocs
2020-10-02
1
-2
/
+7
*
rhi: Manage buffer data without QBA
Laszlo Agocs
2020-09-30
1
-1
/
+1
*
rhi: Improve layout compatibility test performance
Laszlo Agocs
2020-09-29
1
-0
/
+6
*
rhi: Reuse the data in buffer ops in res.update batches
Laszlo Agocs
2020-09-23
1
-1
/
+1
*
rhi: Reuse buffer/texture op entries in res.update batches
Laszlo Agocs
2020-09-23
1
-2
/
+4
*
rhi: Expose compute threadgroup limits in ResourceLimits
Laszlo Agocs
2020-09-18
1
-0
/
+10
*
Use QList instead of QVector in gui implementation
Jarek Kobus
2020-07-07
1
-1
/
+1
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-1
/
+1
*
rhi: Harmonize create-destroy API pattern with the rest of Qt
Laszlo Agocs
2020-05-28
1
-34
/
+34
*
rhi: Add backing format hint to QRhiRenderBuffer
Laszlo Agocs
2020-04-29
1
-4
/
+6
*
rhi: Take mip size into account for render target size
Laszlo Agocs
2020-04-23
1
-3
/
+5
*
rhi: Do not rely on unspecified relation between readbacks and FramesInFlight
Laszlo Agocs
2020-02-21
1
-1
/
+3
[next]