summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: Add a flag to indicate preferring a software adapterLaszlo Agocs2019-09-121-0/+12
* rhi: Better handling of device lossLaszlo Agocs2019-09-121-1/+42
* rhi: Clarify the swapchain alpha flag docsLaszlo Agocs2019-09-121-2/+10
* rhi: Make the clang code model happy as much as we canLaszlo Agocs2019-09-121-12/+13
* rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-091-0/+17
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-291-9/+37
* rhi: vulkan: Expose the VkRenderPass via the usual mechanismsLaszlo Agocs2019-08-291-0/+16
* Mark all rhi docs as internalLaszlo Agocs2019-08-271-35/+70
* rhi: gl: remove useless npot checksLaszlo Agocs2019-08-141-2/+5
* rhi: Print the type of the resources in the leak checkLaszlo Agocs2019-08-071-2/+38
* rhi: Add a note about size to newBuffer()Laszlo Agocs2019-08-021-0/+5
* rhi: Move info prints to categorized loggingLaszlo Agocs2019-08-021-1/+31
* rhi: gl: Add support for computeLaszlo Agocs2019-07-311-0/+28
* rhi: metal: Do not hold on to the drawable when not presentingLaszlo Agocs2019-07-311-0/+6
* Fix a warning treated as error - 'importDevice not used'Timur Pocheptsov2019-07-031-0/+1
* rhi: Improve base vertex/instance supportLaszlo Agocs2019-07-011-9/+33
* rhi: Enhance line width and point size supportLaszlo Agocs2019-07-011-1/+17
* RHI: Fix deprecation warnings about QAtomicInteger::load()Friedemann Kleint2019-06-281-4/+4
* Optimize some atomic countersMarc Mutz2019-06-271-2/+3
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-171-84/+471
* rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-171-0/+14
* Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-131-0/+4891