summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-091-0/+5
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-291-126/+384
* rhi: vulkan: Add missing VK_QUERY_RESULT_WAIT_BITLaszlo Agocs2019-08-291-1/+2
* rhi: Attempt to fix up the logic around beginExternal()Laszlo Agocs2019-08-291-6/+24
* rhi: vulkan: Expose the VkRenderPass via the usual mechanismsLaszlo Agocs2019-08-291-0/+13
* Mark all rhi docs as internalLaszlo Agocs2019-08-271-4/+8
* rhi: Move info prints to categorized loggingLaszlo Agocs2019-08-021-12/+13
* rhi: gl: Add support for computeLaszlo Agocs2019-07-311-32/+4
* rhi: vulkan: Fix glitches on resize on X11Laszlo Agocs2019-07-311-0/+4
* rhi: Improve base vertex/instance supportLaszlo Agocs2019-07-011-2/+6
* rhi: Enhance line width and point size supportLaszlo Agocs2019-07-011-7/+11
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-171-97/+474
* rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-171-0/+5
* Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-131-0/+5681