summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning treated as error - 'importDevice not used'Timur Pocheptsov2019-07-031-0/+1
* RHI/D3D11: Remove hard dependency on D3DCompiler libraryFriedemann Kleint2019-07-022-2/+21
* rhi: d3d: Fix resource binding mismatch with multiple passesLaszlo Agocs2019-07-012-0/+7
* rhi: Improve base vertex/instance supportLaszlo Agocs2019-07-017-25/+90
* rhi: gl: Add support for instanced drawingLaszlo Agocs2019-07-012-16/+45
* rhi: gl: Adjust texture and renderbuffer sizes automaticallyLaszlo Agocs2019-07-012-18/+47
* rhi: gl: Make fb attachment logic ES 2.0 and WebGL compatibleLaszlo Agocs2019-07-012-19/+68
* rhi: Enhance line width and point size supportLaszlo Agocs2019-07-017-9/+52
* RHI: Fix deprecation warnings about QAtomicInteger::load()Friedemann Kleint2019-06-282-5/+5
* RHI: Fix compilation with MinGW developer buildsFriedemann Kleint2019-06-281-2/+3
* Optimize some atomic countersMarc Mutz2019-06-272-6/+3
* rhi: d3d: gl: Remove incorrect exec.Cmd.Buf. assumptionLaszlo Agocs2019-06-212-4/+0
* rhi: d3d11: Add compute and load/store res supportLaszlo Agocs2019-06-212-80/+450
* rhi: metal: Reuse drawable after a frame without a presentLaszlo Agocs2019-06-181-2/+7
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-1716-421/+1902
* rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-1713-0/+49
* rhi: Remove reserved and since from the shader classesLaszlo Agocs2019-06-173-5/+0
* Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-1329-0/+29413