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
...
|
*
Added render pass object implementation stubs in all backends
assiduous
2020-08-02
4
-10
/
+115
|
*
Added Render pass interface stub
assiduous
2020-08-02
2
-0
/
+17
*
|
formatting
azhirnov
2020-08-19
5
-20
/
+20
*
|
Added mesh shader
azhirnov
2020-08-11
13
-28
/
+179
|
/
*
Switched to using Volk on Windows (https://github.com/DiligentGraphics/Dilige...
assiduous
2020-08-02
4
-25
/
+16
*
Added DILIGENT_NO_HLSL CMake option to disable HLSL support in Vulkan and Ope...
assiduous
2020-07-21
6
-13
/
+30
*
Vk backend: disabled warning about missing SPV_GOOGLE_hlsl_functionality1 ext...
assiduous
2020-07-17
1
-5
/
+14
*
VK backend: fixed mipmap generation when glslang is disabled
assiduous
2020-07-09
4
-9
/
+20
*
D3D12 and VK backends: disallowed mapping structured and formatted dynamic bu...
assiduous
2020-07-08
1
-0
/
+10
*
Fixed few alignment-related issues (API Version 240063)
assiduous
2020-06-10
1
-1
/
+1
*
Fix for XLib support for Linux
speedym
2020-06-09
1
-11
/
+19
*
Enabled XLib support in Vulkan on Linux (fixed https://github.com/DiligentGra...
assiduous
2020-06-09
3
-29
/
+80
*
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
[prev]
[next]