summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rhi: Be more graceful when one destroys a resource after the QRhiLaszlo Agocs2021-08-027-127/+257
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-11/+9
* Add missing qHash overload for INTEGRITYKimmo Ollila2021-06-162-0/+12
* QDebug: add support for QVarLengthArrayMarc Mutz2021-06-131-6/+0
* rhi: Use QByteArray for storing data in QGles2BufferRobert Löhning2021-06-082-14/+12
* rhi: Enable reading back slices of 3D texturesLaszlo Agocs2021-06-036-28/+46
* rhi: d3d: Avoid debug layer warning when having no vertex inputsLaszlo Agocs2021-05-311-7/+9
* rhi: Add support for 3D texturesLaszlo Agocs2021-05-3114-203/+587
* rhi: vk: Switch to the modern validation layer internallyLaszlo Agocs2021-05-311-14/+3
* rhi: gl: Add support for importing an existing renderbuffer objectLaszlo Agocs2021-05-197-2/+94
* rhi: Fix memory leakRobert Löhning2021-05-101-3/+4
* rhi: gl: Sanity check vertex outputs and fragment inputsLaszlo Agocs2021-05-032-0/+26
* Add QRhiTexture::RG16 formatLars Knoll2021-04-076-0/+29
* rhi: Add support for custom bytes-per-line for uncompressed raw dataLaszlo Agocs2021-03-309-19/+82
* rhi: vulkan: Prevent a misplaced assert from triggering in debug buildsLaszlo Agocs2021-03-231-1/+1
* rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-1912-63/+147
* rhi: Make unreleased resource warnings available in release buildsLaszlo Agocs2021-03-181-4/+7