summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* wasm: prevent WebGL vertex attribute errorsMorten Johan Sørvig2022-03-141-0/+8
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-101-3/+5
* Convert string tables in QShaderDescription to use string literals [2/2]Marc Mutz2022-03-071-71/+73
* Convert string tables in QShaderDescription to use string literals [1/2]Christian Strømme2022-02-091-122/+122
* rhi: d3d11: Switch the default swap effect and scaling modeLaszlo Agocs2022-02-012-26/+48
* rhi: d3d11: switch to uuidof everywhereLaszlo Agocs2022-02-011-8/+8
* rhi: d3d11: Try uuidof instead of IID_* to help old MinGWLaszlo Agocs2022-02-011-1/+1
* rhi: Make sure pixelSize() to a texture rt is always up to dateLaszlo Agocs2022-01-256-0/+27
* rhi: d3d: Fix up non-vsynced presentationLaszlo Agocs2022-01-252-26/+50
* QRhiGles2: replace two QSet<int> with QDuplicateTrackerMarc Mutz2022-01-182-8/+9
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-062-56/+104
* 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
* rhi: gl: Allow passing in a custom shareContextLaszlo Agocs2021-08-263-3/+14
* rhi: metal: Make base vertex and instance support optionalLaszlo Agocs2021-08-183-14/+34
* d3d11rhi: remove pre-win10 codeYuhang Zhao2021-08-111-10/+5