summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace some usages of 0/zero/null with \nullptrSze Howe Koh2020-01-271-2/+2
* Introduce VK_KHR_display support for i.MX8 devicesLaszlo Agocs2020-01-221-7/+10
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-1/+1
|\
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-1/+1
* | Move away from CBOR in QShaderDescription serializationLaszlo Agocs2020-01-135-5/+251
* | rhi: gl: vulkan: Generate barriers between dispatches in a compute passLaszlo Agocs2020-01-134-18/+291
* | rhi: gl: Do not issue glMemoryBarrier when compute is not supportedLaszlo Agocs2020-01-131-2/+3
* | Remove QShaderDescription::toBinaryJson(), deprecated fromBinaryJson()Ulf Hermann2020-01-103-32/+22
* | rhi: Add R16F and R32FLaszlo Agocs2020-01-096-0/+44
* | rhi: metal: Fix incorrect native res. binding map checkLaszlo Agocs2020-01-091-3/+3
* | rhi: Remove ugly fallthroughsLaszlo Agocs2020-01-094-72/+0
* | Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-091-2/+8
* | RHI: Remove old native texture APIPaul Olav Tvete2020-01-0617-280/+7
* | Add environment variables for customizing VulkanPaul Olav Tvete2020-01-061-0/+11
* | rhi: gl: Add support for arrays of float, vec2, vec3 and vec4Laszlo Agocs2019-12-122-10/+70
* | rhi: metal: Skip inactive resourcesLaszlo Agocs2019-12-122-30/+81
* | rhi: gl: Handle struct and array of struct uniformsLaszlo Agocs2019-12-102-13/+63
* | rhi: gl: Destructure mat3 correctlyLaszlo Agocs2019-12-101-1/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+4
|\|
| * rhi: metal: Do not fail pipeline creation upon compiler warningsLaszlo Agocs2019-12-091-1/+4
* | RHI: new native texture APIPaul Olav Tvete2019-12-0512-0/+205
* | 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