summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-192-24/+48
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* rhi: Add the basic infrastructure for tessellation supportLaszlo Agocs2022-01-139-48/+218
* rhi: Add queries for vertex input/output limitsLaszlo Agocs2022-01-128-1/+70
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-117-32/+73
* rhi: Add some docs for the hdr info queriesLaszlo Agocs2022-01-111-0/+55
* rhi: gl: Prevent breaking with ES when querying the sampler mapping tableLaszlo Agocs2022-01-072-17/+17
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-075-31/+26
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-062-56/+104
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-067-134/+507
* rhi: Expose HDR output info in a saner wayLaszlo Agocs2022-01-065-48/+72
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-0416-1173/+153
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-036-13/+210
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-0313-47/+328
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-1011-2/+162
* Callbacks for begin/end of a frame on OpenGLEskil Abrahamsen Blomfeldt2021-12-081-0/+6
* Restrict clang warning disabler to affected versionsEdward Welbourne2021-12-021-0/+2
* rhi: metal: Ignore baseInstance if not supportedLaszlo Agocs2021-11-261-3/+9
* rhi: gl: Optimize context/surface changesLaszlo Agocs2021-11-262-12/+24
* d3d11rhi: remove leftover of pre-win10 codeYuhang Zhao2021-11-261-3/+1
* rhi: Expose the maximum uniform buffer range limitLaszlo Agocs2021-11-108-1/+62
* rhi: Extend docs regarding QImage and data lifetimeLaszlo Agocs2021-11-021-0/+11
* rhi: vk: fix offscreen frame command completion waitLaszlo Agocs2021-11-021-11/+11
* rhi: Add texture array supportLaszlo Agocs2021-10-2913-112/+367
* RHI: use the flags we've just calculatedThiago Macieira2021-10-191-1/+1
* Rhi: Document expectation for setGraphicsPipeline's pipeline argumentChristian Strømme2021-10-191-0/+3
* RHI: suppress annoying warning about deprecated copy constructorsThiago Macieira2021-10-181-0/+1
* Fix typo: alignment has an n in itEdward Welbourne2021-10-141-1/+1
* RHI: Don't retain texture operations after frame is doneEskil Abrahamsen Blomfeldt2021-10-121-0/+2
* RHI: introduce a way to disable framebuffer clears on GLGiuseppe D'Angelo2021-10-121-2/+5
* gui: Fix typos in documentationJonas Kvinge2021-10-122-7/+7
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* rhi: metal: Query supported sample counts from the deviceLaszlo Agocs2021-10-082-1/+8
* rhi: gl: Do not issue memory barriers when we do not have toLaszlo Agocs2021-09-281-8/+66
* rhi: vk: Fix invalid index for unused attachmentsLaszlo Agocs2021-09-231-12/+14
* rhi: Remove Q_RELOCATABLE_TYPE for types with QVLA in themLaszlo Agocs2021-09-202-10/+1
* rhi: vulkan: Reset state more aggressivelyLaszlo Agocs2021-09-171-2/+4
* rhi: document serializedLayoutDescriptionLaszlo Agocs2021-09-161-4/+31
* rhi: Allow testing renderpass compatibility without the objectsLaszlo Agocs2021-09-1612-1/+121
* rhi: Note in the docs that texture copies expect a matching formatLaszlo Agocs2021-09-161-0/+5
* rhi: gl: Have a way to state GL_TEXTURE_RECTANGLE is wantedLaszlo Agocs2021-09-163-1/+15
* rhi: Reset resource state tracking tables upon layout-compatible updatesLaszlo Agocs2021-09-073-0/+22
* rhi: Improve srb layout serialization helpersLaszlo Agocs2021-09-072-3/+4
* rhi: Enable serializing a layout description without baking an srbLaszlo Agocs2021-09-072-10/+31
* rhi: Make the serialized srb layout description accessibleLaszlo Agocs2021-09-072-1/+14
* rhi: Add a way to tell an srb that only the resources have changedLaszlo Agocs2021-09-0311-0/+70
* rhi: Correct a doc noteLaszlo Agocs2021-09-031-2/+6
* rhi: Include resource count in srb layout compatibility checksLaszlo Agocs2021-09-032-6/+13
* rhi: gl: Set the screen on the context, if possibleLaszlo Agocs2021-08-271-0/+2
* rhi: Polish some feature flag docsLaszlo Agocs2021-08-261-22/+37