summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-2/+2
* rhi: Add R16F and R32FLaszlo Agocs2020-01-091-0/+6
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-44/+0
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+67
* rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-0/+18
* Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-6/+2
* rhi: Enhance swapchain size query docsLaszlo Agocs2019-10-211-2/+24
* rhi: Autotest rendering a triangleLaszlo Agocs2019-10-091-3/+45
* rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-1/+7
* rhi: gl: Switch GetBufferSubData emulation to MapBufferRangeLaszlo Agocs2019-10-091-4/+3
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-12/+43
* Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-031-1/+5
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-031-23/+15
* rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-301-6/+4
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-301-8/+5
* De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-301-110/+63
* Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-291-14/+36
* rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-261-6/+16
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-131-5/+38
* 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