summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Added render pass object implementation stubs in all backendsassiduous2020-08-024-10/+115
| * Added Render pass interface stubassiduous2020-08-022-0/+17
* | formattingazhirnov2020-08-195-20/+20
* | Added mesh shaderazhirnov2020-08-1113-28/+179
|/
* Switched to using Volk on Windows (https://github.com/DiligentGraphics/Dilige...assiduous2020-08-024-25/+16
* Added DILIGENT_NO_HLSL CMake option to disable HLSL support in Vulkan and Ope...assiduous2020-07-216-13/+30
* Vk backend: disabled warning about missing SPV_GOOGLE_hlsl_functionality1 ext...assiduous2020-07-171-5/+14
* VK backend: fixed mipmap generation when glslang is disabledassiduous2020-07-094-9/+20
* D3D12 and VK backends: disallowed mapping structured and formatted dynamic bu...assiduous2020-07-081-0/+10
* Fixed few alignment-related issues (API Version 240063)assiduous2020-06-101-1/+1
* Fix for XLib support for Linuxspeedym2020-06-091-11/+19
* Enabled XLib support in Vulkan on Linux (fixed https://github.com/DiligentGra...assiduous2020-06-093-29/+80
* Unified VULKAN shader define in VK and GL backendsassiduous2020-05-221-2/+6
* Improved Android file loadingassiduous2020-05-121-3/+7
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-2/+2
* Checks can be simplified "(A && B) || (!A && !B) same A == B", fiters => filt...Mark Nefedov2020-05-081-6/+4
* Clang-formatMark Nefedov2020-05-081-1/+1
* A part of conditional expression is always true: DebugName != nullptr, becaus...Mark Nefedov2020-05-081-6/+6
* The 'BackBufferDesc.Format' variable is assigned values twice successively. P...Mark Nefedov2020-05-081-1/+0
* VK backend: improved debug string for render pass objectsassiduous2020-05-051-4/+10
* https://vulkan.lunarg.com/doc/view/1.0.57.0/windows/validation_layers.html VK...Mark Nefedov2020-05-051-1/+1
* Fixed issue with set_target_properties overwriting link flags (https://github...assiduous2020-05-021-2/+3
* Couple of minor updates to GL and VK backend cmake filesassiduous2020-05-011-2/+3
* Use export map to restrict visible lib symbols under MinGW.logzero2020-05-011-0/+9
* Vulkan backend on iOS: added missing dependenciesassiduous2020-04-281-1/+5
* Vulkan backend on iOS: switched to linking statically with MoltenVk libraryassiduous2020-04-281-0/+2
* Vulkan swap chain: auto-detecting surface rotation on Androidassiduous2020-04-271-3/+31
* Improved swap chain resize handling on Androidassiduous2020-04-271-0/+1
* Updated Vulkan error handling macrosassiduous2020-04-261-2/+2
* Improved surface orientation change detection in Vulkan swap chainassiduous2020-04-261-3/+18
* Vulkan swap chain: improved swap chain destructionassiduous2020-04-252-25/+44
* Fixed typoassiduous2020-04-251-1/+1
* Vulkan swapchain: handling lost surfaceassiduous2020-04-252-13/+50
* Improved orientation change detection on Androidassiduous2020-04-242-3/+6
* VK swap chain resize: added orientation change detectionassiduous2020-04-241-1/+29
* Fixed issue with infinite Vulkan swap chain growth on Android when orientatio...assiduous2020-04-242-8/+18
* Added surface pretransform parameter to swap chain desc (API 240057)assiduous2020-04-244-13/+121
* VK backend: added option to use Volk instead of linking with the loader to su...assiduous2020-04-2014-13/+83
* Fixed few Android build problemsassiduous2020-04-191-0/+14
* Added Texture uploader test plus fixed a bunch of issuesassiduous2020-04-092-8/+21
* Enabled using PSO_CREATE_FLAGS flags in D3D11, D3D12 and Vk backends.assiduous2020-04-013-59/+75
* Added PipelineStateCreateInfo struct that is taken by IRenderDevice::CreateIn...assiduous2020-04-015-11/+14
* Improved PSO creation warningsassiduous2020-04-011-8/+28
* Enabled format validation on Linuxassiduous2020-03-271-0/+18
* Enabled VSync on Vulkan (fixed https://github.com/DiligentGraphics/DiligentCo...assiduous2020-03-272-3/+11
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-2625-107/+107
* Vk backend: enabled 3-component 16-bit formatsassiduous2020-03-051-0/+9
* Vk backend: changed error about missing validation layers to warningassiduous2020-02-271-1/+1
* Added line strip topologyassiduous2020-02-051-0/+4
* Added rasterizer state, depth state and blend state validation and correction...assiduous2020-02-041-4/+4