index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineVulkan
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unified VULKAN shader define in VK and GL backends
assiduous
2020-05-22
1
-2
/
+6
*
Improved Android file loading
assiduous
2020-05-12
1
-3
/
+7
*
Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...
assiduous
2020-05-09
1
-2
/
+2
*
Checks can be simplified "(A && B) || (!A && !B) same A == B", fiters => filt...
Mark Nefedov
2020-05-08
1
-6
/
+4
*
Clang-format
Mark Nefedov
2020-05-08
1
-1
/
+1
*
A part of conditional expression is always true: DebugName != nullptr, becaus...
Mark Nefedov
2020-05-08
1
-6
/
+6
*
The 'BackBufferDesc.Format' variable is assigned values twice successively. P...
Mark Nefedov
2020-05-08
1
-1
/
+0
*
VK backend: improved debug string for render pass objects
assiduous
2020-05-05
1
-4
/
+10
*
https://vulkan.lunarg.com/doc/view/1.0.57.0/windows/validation_layers.html VK...
Mark Nefedov
2020-05-05
1
-1
/
+1
*
Fixed issue with set_target_properties overwriting link flags (https://github...
assiduous
2020-05-02
1
-2
/
+3
*
Couple of minor updates to GL and VK backend cmake files
assiduous
2020-05-01
1
-2
/
+3
*
Use export map to restrict visible lib symbols under MinGW.
logzero
2020-05-01
1
-0
/
+9
*
Vulkan backend on iOS: added missing dependencies
assiduous
2020-04-28
1
-1
/
+5
*
Vulkan backend on iOS: switched to linking statically with MoltenVk library
assiduous
2020-04-28
1
-0
/
+2
*
Vulkan swap chain: auto-detecting surface rotation on Android
assiduous
2020-04-27
1
-3
/
+31
*
Improved swap chain resize handling on Android
assiduous
2020-04-27
1
-0
/
+1
*
Updated Vulkan error handling macros
assiduous
2020-04-26
1
-2
/
+2
*
Improved surface orientation change detection in Vulkan swap chain
assiduous
2020-04-26
1
-3
/
+18
*
Vulkan swap chain: improved swap chain destruction
assiduous
2020-04-25
2
-25
/
+44
*
Fixed typo
assiduous
2020-04-25
1
-1
/
+1
*
Vulkan swapchain: handling lost surface
assiduous
2020-04-25
2
-13
/
+50
*
Improved orientation change detection on Android
assiduous
2020-04-24
2
-3
/
+6
*
VK swap chain resize: added orientation change detection
assiduous
2020-04-24
1
-1
/
+29
*
Fixed issue with infinite Vulkan swap chain growth on Android when orientatio...
assiduous
2020-04-24
2
-8
/
+18
*
Added surface pretransform parameter to swap chain desc (API 240057)
assiduous
2020-04-24
4
-13
/
+121
*
VK backend: added option to use Volk instead of linking with the loader to su...
assiduous
2020-04-20
14
-13
/
+83
*
Fixed few Android build problems
assiduous
2020-04-19
1
-0
/
+14
*
Added Texture uploader test plus fixed a bunch of issues
assiduous
2020-04-09
2
-8
/
+21
*
Enabled using PSO_CREATE_FLAGS flags in D3D11, D3D12 and Vk backends.
assiduous
2020-04-01
3
-59
/
+75
*
Added PipelineStateCreateInfo struct that is taken by IRenderDevice::CreateIn...
assiduous
2020-04-01
5
-11
/
+14
*
Improved PSO creation warnings
assiduous
2020-04-01
1
-8
/
+28
*
Enabled format validation on Linux
assiduous
2020-03-27
1
-0
/
+18
*
Enabled VSync on Vulkan (fixed https://github.com/DiligentGraphics/DiligentCo...
assiduous
2020-03-27
2
-3
/
+11
*
Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENT
assiduous
2020-03-26
25
-107
/
+107
*
Vk backend: enabled 3-component 16-bit formats
assiduous
2020-03-05
1
-0
/
+9
*
Vk backend: changed error about missing validation layers to warning
assiduous
2020-02-27
1
-1
/
+1
*
Added line strip topology
assiduous
2020-02-05
1
-0
/
+4
*
Added rasterizer state, depth state and blend state validation and correction...
assiduous
2020-02-04
1
-4
/
+4
*
Silenced a bunch of clang warnings
assiduous
2020-02-03
1
-0
/
+7
*
Disallowed missing direct and indirect dependencies when linking GL and VK sh...
assiduous
2020-02-03
1
-0
/
+5
*
Updated Mac and iOS native window structs
assiduous
2020-02-03
1
-2
/
+2
*
Fixed Linux build error
assiduous
2020-02-03
1
-2
/
+2
*
Fixed Linux build issue
assiduous
2020-02-03
1
-1
/
+1
*
Fixed Linux/Mac/iOS build errors
assiduous
2020-02-02
1
-6
/
+6
*
Updated swap chain creation functions to use NativeWindow struct
assiduous
2020-02-02
4
-47
/
+34
*
Improved shader conversion custom CMake commands to properly detect changes a...
assiduous
2020-01-30
1
-25
/
+14
*
Added API function call type specification to fix c/c++ mismatch on x86 MSVC
assiduous
2020-01-29
17
-178
/
+205
*
Fixed a number of minor issues
assiduous
2020-01-29
1
-3
/
+6
*
Reworked C interface to optimize inheritance handling
assiduous
2020-01-29
15
-117
/
+69
*
Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...
assiduous
2020-01-28
14
-75
/
+28
[next]