summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi
Commit message (Expand)AuthorAgeFilesLines
* rhi: d3d11: Rework swapchain effect handlingLaszlo Agocs2019-08-172-43/+75
* rhi: metal: Avoid flicker due to writing an in-use Managed bufferLaszlo Agocs2019-08-171-3/+5
* rhi: gl: also enable point sprites on non-ESLaszlo Agocs2019-08-141-2/+7
* rhi: gl: Fix broken bgra textures on GLESLaszlo Agocs2019-08-141-3/+4
* rhi: gl: remove useless npot checksLaszlo Agocs2019-08-143-49/+12
* rhi: Avoid generating gl errors in ES 2.0 contextsLaszlo Agocs2019-08-142-5/+13
* RHI/Windows: Fix launching of MSVC binaries on Windows 7Friedemann Kleint2019-08-131-10/+35
* rhi: Print the type of the resources in the leak checkLaszlo Agocs2019-08-071-2/+38
* rhi: Add a note about size to newBuffer()Laszlo Agocs2019-08-022-4/+11
* rhi: gl: Add support for bool members in uniform blocksLaszlo Agocs2019-08-021-0/+12
* rhi: Move info prints to categorized loggingLaszlo Agocs2019-08-026-19/+53
* rhi: gl: Add support for computeLaszlo Agocs2019-07-315-254/+832
* rhi: metal: Do not hold on to the drawable when not presentingLaszlo Agocs2019-07-312-4/+13
* rhi: vulkan: Fix glitches on resize on X11Laszlo Agocs2019-07-311-0/+4
* rhi: gl: Fix feature version check logicLaszlo Agocs2019-07-221-7/+17
* 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