summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-032-3/+2
|\|
| * RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
| * rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
| * rhi: gl: Fix ms renderbuffer on WASM with WebGL2Laszlo Agocs2019-11-281-2/+1
* | rhi: Allow testing QRhiRenderPassDescriptors for compatibilityLaszlo Agocs2019-11-2712-68/+202
* | Enable QRhi Metal backend on iOSLaszlo Agocs2019-11-277-34/+59
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-231-1/+1
|\|
| * rhi: d3d11: Do not rely on Win10-only enum valueLaszlo Agocs2019-11-221-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-3/+3
|\|
| * Be explicit about QDataStream serialization: explicit casts to intThiago Macieira2019-11-141-3/+3
* | rhi: Move to CBOR in QShader and expand the autotestLaszlo Agocs2019-10-294-12/+209
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-256-81/+246
|\|
| * rhi: Use Q_GLOBAL_STATIC for QRhiGles2 GL program cacheTor Arne Vestbø2019-10-241-3/+3
| * rhi: metal: Fix and clean up committing resource bindingsLaszlo Agocs2019-10-241-45/+51
| * rhi: metal: Remap resource bindings based on the QShader tableLaszlo Agocs2019-10-242-31/+73
| * Store a native resource binding map in QShaderLaszlo Agocs2019-10-243-18/+135
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-221-2/+24
|\|
| * rhi: Enhance swapchain size query docsLaszlo Agocs2019-10-211-2/+24
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-162-7/+22
|\|
| * rhi: gl: Do not let external rendering trash our vaoLaszlo Agocs2019-10-152-7/+22
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-1012-471/+987
|\|
| * rhi: Autotest for rendering a triangle into a windowLaszlo Agocs2019-10-091-1/+1
| * rhi: Autotest rendering a textured quadLaszlo Agocs2019-10-091-0/+2
| * rhi: Fix non-base level copy and readback wrt source sizeLaszlo Agocs2019-10-094-17/+19
| * rhi: Autotest rendering a triangleLaszlo Agocs2019-10-098-4/+61
| * rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-097-11/+41
| * rhi: gl: Switch GetBufferSubData emulation to MapBufferRangeLaszlo Agocs2019-10-093-13/+19
| * rhi: Autotest basic texture operationsLaszlo Agocs2019-10-093-12/+114
| * Make QRhi::create() return false when there is no MTLDeviceLaszlo Agocs2019-10-091-0/+5
| * rhi: Add support for buffer readbacksLaszlo Agocs2019-10-0912-440/+752
* | 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-036-2/+20
* rhi: vulkan: Disable vkmemalloc's own synchronizationLaszlo Agocs2019-10-031-0/+3
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-039-200/+254
* rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-304-32/+30
* Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-308-27/+58
* De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-307-190/+118
* Share and enable shader disk cache in QRhi OpenGL backendLaszlo Agocs2019-09-302-15/+123
* Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-295-75/+89
* rhi: gl: Remove fake uniform buffer offset alignment requirementLaszlo Agocs2019-09-281-1/+3
* rhi: d3d11: Make tdr header privateLaszlo Agocs2019-09-282-2/+18
* rhi: gl: Fix not resetting color write bits when switching pipelineLaszlo Agocs2019-09-261-0/+1
* rhi: metal: Eliminate redundant setCullMode and setFrontFaceWinding callsLaszlo Agocs2019-09-262-2/+18
* rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-263-21/+49
* Follow platform plugin change wrt layer sizeLaszlo Agocs2019-09-231-1/+4
* Another load() -> loadRelaxed()Laszlo Agocs2019-09-181-1/+1
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-1313-31/+76