summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* 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
* rhi: metal: Remove most availability guardsLaszlo Agocs2021-03-161-81/+23
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-111-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-111-1/+4
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-092-1/+33
* rhi: metal: Present drawables via addScheduledHandler instead of presentDrawableTor Arne Vestbø2021-02-051-3/+7
* rhi: metal: Manually manage drawable lifetimeTor Arne Vestbø2021-02-051-3/+8
* rhi: gl: Attempt reading back floating point formatsLaszlo Agocs2021-02-032-9/+27
* rhi: Pipeline cache load/saveLaszlo Agocs2021-01-2213-54/+574
* rhi: Stop hardcoding the Vulkan backend's desired instance extensionsLaszlo Agocs2021-01-182-10/+41
* RHI: Use QT_BEGIN_LICENSE:LGPL headerKai Köhne2021-01-1529-318/+405
* rhi: gl: Add some enablers for supporting GL_TEXTURE_EXTERNAL_OESLaszlo Agocs2021-01-135-1/+15
* rhi: Expose device name, type, and IDsLaszlo Agocs2021-01-1313-2/+221
* Remove the qmake project filesJoerg Bornemann2021-01-071-57/+0