summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: Drop the zeroing out of resource binding structsv6.0.0-alpha1Laszlo Agocs2020-09-251-8/+0
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-251-5/+6
* rhi: Reuse buffer/texture op entries in res.update batchesLaszlo Agocs2020-09-231-25/+85
* rhi: Report an "optimal capacity" from res.update batchesLaszlo Agocs2020-09-231-0/+24
* rhi: Do not just pick the first free res.upd. batch all the timeLaszlo Agocs2020-09-231-1/+12
* Support signed integer attributes on QRHIInho Lee2020-09-211-6/+14
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-0/+26
* rhi: Enhance compute dispatch docsLaszlo Agocs2020-09-171-0/+12
* rhi: Improve srb hash perf somewhatLaszlo Agocs2020-09-171-4/+27
* rhi: Sanity check the srb in debug buildsLaszlo Agocs2020-09-031-1/+74
* rhi: gl: Correctly report WideLines for OpenGLLaszlo Agocs2020-08-301-1/+2
* rhi: d3d: Allow compiling source shaders with debug at run timeLaszlo Agocs2020-08-281-1/+28
* Port QSet to qsizetypeUlf Hermann2020-08-251-1/+1
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+1
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-24/+24
* rhi: Allow null resources in srbLaszlo Agocs2020-07-131-14/+128
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-3/+3
* rhi: add support for D24 / D24S8 formatsJean-Michaƫl Celerier2020-07-021-0/+6
* rhi: Add a feature flag for readback format supportLaszlo Agocs2020-06-151-0/+12
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-117/+118
* 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