summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
Commit message (Expand)AuthorAgeFilesLines
* QRhiVertexInputAttribute : Add unsigned int formats for vertex inputInho Lee2020-05-271-0/+10
* RHI: Introduce QRhiTexture::RG8VaL Doroshchuk2020-05-251-0/+8
* RHI: Store texture handle as 64-bit intEskil Abrahamsen Blomfeldt2020-05-221-4/+4
* rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-3/+6
* rhi: Warn better in D3D/Vulkan for incompatible multisample resolve formatsLaszlo Agocs2020-04-301-1/+13
* rhi: Add backing format hint to QRhiRenderBufferLaszlo Agocs2020-04-291-6/+11
* rhi: Take mip size into account for render target sizeLaszlo Agocs2020-04-231-1/+3
* RHI: Fix running with Vulkan on WaylandEskil Abrahamsen Blomfeldt2020-03-301-17/+9
* rhi: vulkan: Silence useless desc.set validation warningsLaszlo Agocs2020-03-061-0/+9
* rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-051-34/+49
* rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-031-0/+5
* rhi: vulkan: Sanitize device extension handlingLaszlo Agocs2020-03-031-18/+42
* rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-031-11/+14
* rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+13
* rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-0/+2
* rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-0/+2
* rhi: vulkan: Fix descriptor update with more objects involvedLaszlo Agocs2020-02-101-7/+21
* rhi: Add depth bias and slope scaled depth biasLaszlo Agocs2020-02-061-0/+5
* rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-301-4/+4
* Introduce VK_KHR_display support for i.MX8 devicesLaszlo Agocs2020-01-221-7/+10
* rhi: gl: vulkan: Generate barriers between dispatches in a compute passLaszlo Agocs2020-01-131-6/+151
* rhi: Add R16F and R32FLaszlo Agocs2020-01-091-0/+4
* rhi: Remove ugly fallthroughsLaszlo Agocs2020-01-091-21/+0
* RHI: Remove old native texture APIPaul Olav Tvete2020-01-061-50/+1
* Add environment variables for customizing VulkanPaul Olav Tvete2020-01-061-0/+11
* RHI: new native texture APIPaul Olav Tvete2019-12-051-0/+30
* Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-1/+1
|\
| * RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
| * rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
* | rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-271-66/+127
* | Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-271-4/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-101-151/+246
|\|
| * rhi: Fix non-base level copy and readback wrt source sizeLaszlo Agocs2019-10-091-5/+5
| * rhi: Autotest rendering a triangleLaszlo Agocs2019-10-091-0/+3
| * rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-0/+2
| * rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-149/+239
* | Vulkan: Add platform hooks before presentingJohan Klokkhammer Helsing2019-10-081-0/+4
|/
* Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-8/+8
* Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-031-0/+4
* rhi: vulkan: Disable vkmemalloc's own synchronizationLaszlo Agocs2019-10-031-0/+3
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-031-50/+53
* rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-301-14/+12
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-301-1/+2
* De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-301-7/+7
* Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-291-3/+10
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-131-2/+3
* rhi: Add a flag to indicate preferring a software adapterLaszlo Agocs2019-09-121-2/+22
* rhi: vulkan: Report device lostLaszlo Agocs2019-09-121-30/+37
* rhi: Better handling of device lossLaszlo Agocs2019-09-121-0/+5
* rhi: Make the clang code model happy as much as we canLaszlo Agocs2019-09-121-142/+143