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
...
|
*
Implemented duration queries in Vulkan
assiduous
2020-08-27
4
-44
/
+98
|
*
Added QUERY_TYPE_DURATION value and QueryDataDuration struct
assiduous
2020-08-25
1
-1
/
+5
*
|
disable vulkan extensions if disabled volk
azhirnov
2020-08-25
5
-5
/
+19
*
|
added HLSLTools, HLSL shader compiler refactoring
azhirnov
2020-08-25
2
-21
/
+28
*
|
added AdapterId to Vulkan backend
azhirnov
2020-08-25
3
-19
/
+30
*
|
added namespace to macros
azhirnov
2020-08-25
1
-3
/
+3
*
|
Merge branch 'master' into mesh_shader
azhirnov
2020-08-25
6
-114
/
+188
|
\
|
|
*
Minor updates in DeviceContextVkImpl::UnmapBuffer
assiduous
2020-08-23
1
-3
/
+3
|
*
Implemented mapping of unified buffers in Vulkan backend
assiduous
2020-08-23
3
-12
/
+10
|
*
Added USAGE_UNIFIED usage type (API 240066)
assiduous
2020-08-23
4
-102
/
+178
*
|
Move DXIL compiler for SPIRV to separate file, allow to compile HLSL without ...
azhirnov
2020-08-19
2
-13
/
+26
*
|
minor fixes and formatting
azhirnov
2020-08-19
1
-2
/
+2
*
|
Added root signature for DrawMeshIndirect, added some checks
azhirnov
2020-08-19
1
-1
/
+13
*
|
Use DXIL to compile SPIRV from HLSL (wip)
azhirnov
2020-08-19
1
-0
/
+45
*
|
Rename ***_PIPELINE to PIPELINE_TYPE_***
azhirnov
2020-08-19
1
-1
/
+1
*
|
Merge branch 'master' into mesh_shader
azhirnov
2020-08-19
26
-206
/
+1103
|
\
|
|
*
Vk backend: using VK_LAYER_KHRONOS_validation on all platforms
assiduous
2020-08-16
1
-15
/
+1
|
*
Fixed 32-bit Windows build
assiduous
2020-08-16
1
-1
/
+1
|
*
Vk backend: not setting render pass in SetPipelineState
assiduous
2020-08-15
1
-14
/
+11
|
*
Vk backend: improved handling of RESOURCE_STATE_RESOLVE_DEST attachment state
assiduous
2020-08-09
1
-2
/
+2
|
*
Implemented unified render pass attachment state updates within subpasses and...
assiduous
2020-08-08
2
-3
/
+3
|
*
D3D12 backend: implemented render pass attachment state transitons
assiduous
2020-08-08
3
-5
/
+8
|
*
Vk backend: fixed ClearRenderTarget and ClearDepthStencil for subpass attachm...
assiduous
2020-08-07
1
-48
/
+12
|
*
Treating subpass render target and depth stencil attachments as current RT an...
assiduous
2020-08-07
1
-3
/
+11
|
*
Added few debug checks
assiduous
2020-08-06
1
-1
/
+8
|
*
Fixed GCC compiler warnings
assiduous
2020-08-06
1
-50
/
+54
|
*
Added more renderpass-related checks
assiduous
2020-08-05
1
-8
/
+41
|
*
Implemented input attachments in Vulkan backend; added test
assiduous
2020-08-04
5
-6
/
+70
|
*
Added render pass MS resolve test
assiduous
2020-08-04
1
-5
/
+6
|
*
Added render pass test, fixed default viewport setting issue when beginning t...
assiduous
2020-08-04
2
-3
/
+8
|
*
Vk device: fixed issue with render pass cache destruction
assiduous
2020-08-04
3
-0
/
+15
|
*
Few fixes to render passes
assiduous
2020-08-03
4
-6
/
+12
|
*
Few improvements to render pass API
assiduous
2020-08-02
2
-4
/
+4
|
*
Updated EndRenderPass to optionally update resource states
assiduous
2020-08-02
2
-3
/
+3
|
*
Fixed frame buffer attachment clear operations; updated clear render target t...
assiduous
2020-08-02
2
-47
/
+50
|
*
Implemented ClearRenderTarget/ClearDepthStencil for inside render pass clears
assiduous
2020-08-02
1
-11
/
+65
|
*
Implemented BeginRenderPass/NextSubpass/EndRenderPass in Vulkan backend
assiduous
2020-08-02
3
-13
/
+74
|
*
Fixed minor build issue
assiduous
2020-08-02
1
-1
/
+1
|
*
Base implementation of BeginRenderPass/NextSubpass/EndRenderPass methods
assiduous
2020-08-02
2
-2
/
+7
|
*
Added pRenderPass and SubpassIndex members to GraphicsPipelineDesc struct
assiduous
2020-08-02
1
-7
/
+10
|
*
PipelineStateVkImpl: creating implicit IRenderPass object instead of Vulkan r...
assiduous
2020-08-02
10
-123
/
+140
|
*
Added BeginRenderPass, NextSubpass, and EndRenderPass device context methods
assiduous
2020-08-02
2
-0
/
+24
|
*
Implemented SubpassDependencyDesc struct
assiduous
2020-08-02
2
-3
/
+15
|
*
Added PIPELINE_STAGE_FLAGS and ACCESS_FLAGS
assiduous
2020-08-02
2
-0
/
+64
|
*
Added static asserts for Attachment Load/Store enums
assiduous
2020-08-02
1
-2
/
+6
|
*
Implemente framebuffer in Vulkan
assiduous
2020-08-02
6
-3
/
+118
|
*
Added framebuffer object implementation stubs
assiduous
2020-08-02
5
-1
/
+120
|
*
Defined SubpassDesc struct
assiduous
2020-08-02
1
-4
/
+75
|
*
Implemented RenderPassAttachmentDesc struct; added render pass creation test;...
assiduous
2020-08-02
3
-1
/
+58
|
*
Added IRenderPassVk interface
assiduous
2020-08-02
3
-2
/
+75
[prev]
[next]