summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-119-234/+423
|\
| * rhi: d3d11: Honor resource/sampler slot limitsLaszlo Agocs2020-03-101-66/+124
| * rhi: vulkan: Silence useless desc.set validation warningsLaszlo Agocs2020-03-061-0/+9
| * rhi: Add support for arrays of combined image samplersLaszlo Agocs2020-03-059-168/+290
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-0414-132/+382
|\|
| * rhi: Add a way to communicate back the native image layout for a QRhiTextureLaszlo Agocs2020-03-034-0/+32
| * rhi: Use versioning in QShaderDescription serialization as wellLaszlo Agocs2020-03-035-23/+29
| * rhi: Include an arrayDims vector in InOutVariable tooLaszlo Agocs2020-03-032-1/+23
| * rhi: vulkan: Sanitize device extension handlingLaszlo Agocs2020-03-033-18/+44
| * rhi: d3d: Use native resource binding mapping table when presentLaszlo Agocs2020-03-032-64/+215
| * rhi: Execute pending host writes on nativeBuffer() queryLaszlo Agocs2020-03-037-30/+43
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-2611-19/+205
|\|
| * rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-2110-0/+124
| * rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-217-17/+61
| * rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-137-2/+20
* | Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-201-2/+0
|/
* 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-066-1/+37
* rhi: d3d: Make DepthClipEnable set to trueLaszlo Agocs2020-02-061-0/+1
* rhi: metal: Make sure the resources are sorted based on the native bindingsLaszlo Agocs2020-02-061-49/+81
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-4/+4
|\
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-4/+4
* | rhi: Improve isClipDepthZeroToOne() docLaszlo Agocs2020-02-031-9/+24
* | rhi: Enable sampler address mode W in the APILaszlo Agocs2020-01-3013-48/+71
* | 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