summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi_p.h
Commit message (Expand)AuthorAgeFilesLines
* rhi: Drop the zeroing out of resource binding structsv6.0.0-alpha1Laszlo Agocs2020-09-251-2/+2
* rhi: vulkan: Fix mipmap generation for cubemapsLaszlo Agocs2020-09-251-1/+1
* rhi: Report an "optimal capacity" from res.update batchesLaszlo Agocs2020-09-231-0/+1
* Support signed integer attributes on QRHIInho Lee2020-09-211-2/+6
* rhi: Expose compute threadgroup limits in ResourceLimitsLaszlo Agocs2020-09-181-1/+6
* rhi: d3d: Allow compiling source shaders with debug at run timeLaszlo Agocs2020-08-281-1/+13
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-26/+26
* rhi: add support for D24 / D24S8 formatsJean-Michaƫl Celerier2020-07-021-0/+2
* Use QList instead of QVector in guiJarek Kobus2020-06-291-2/+2
* rhi: Add a feature flag for readback format supportLaszlo Agocs2020-06-151-1/+2
* Add RHI feature check for screen space derivativesEskil Abrahamsen Blomfeldt2020-06-121-1/+2
* rhi: Harmonize create-destroy API pattern with the rest of QtLaszlo Agocs2020-05-281-12/+13
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-271-2/+7
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-251-0/+1
* RHI: facilitate compressed atlas textures in gles2 backendEirik Aavitsland2020-05-221-1/+2
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-1/+1
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-2/+4
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+2
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-9/+9
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-2/+9
* rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-031-0/+1
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+7
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-1/+2
* rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-1/+2
* rhi: Add depth bias and slope scaled depth biasLaszlo Agocs2020-02-061-0/+8
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-3/+6
* rhi: Add R16F and R32FLaszlo Agocs2020-01-091-0/+2
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-2/+0
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+7
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-20/+0
|\
| * rhi: Remove unused compat functionsLaszlo Agocs2019-12-031-20/+0
* | rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-0/+1
* | Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-2/+0
|/
* rhi: Autotest rendering a triangleLaszlo Agocs2019-10-091-1/+0
* rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-1/+2
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-1/+9
* Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-031-1/+3
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-031-14/+58
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-301-9/+42
* De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-301-12/+38
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-131-1/+1
* rhi: Add a flag to indicate preferring a software adapterLaszlo Agocs2019-09-121-1/+2
* rhi: Better handling of device lossLaszlo Agocs2019-09-121-0/+2
* rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-091-0/+2
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-291-2/+3
* rhi: vulkan: Expose the VkRenderPass via the usual mechanismsLaszlo Agocs2019-08-291-0/+2
* rhi: Improve base vertex/instance supportLaszlo Agocs2019-07-011-1/+3
* rhi: Enhance line width and point size supportLaszlo Agocs2019-07-011-1/+7
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-171-18/+68
* rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-171-0/+1