summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-271-0/+7
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-251-0/+5
* RHI: facilitate compressed atlas textures in gles2 backendEirik Aavitsland2020-05-221-3/+3
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-9/+5
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-4/+21
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-0/+7
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-8/+8
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-1/+1
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-9/+57
* rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-031-0/+25
* rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-031-5/+3
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+74
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-13/+40
* rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-0/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-4/+4
|\
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-4/+4
* | rhi: Improve isClipDepthZeroToOne() docLaszlo Agocs2020-02-031-9/+24
* | rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-8/+10
* | 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