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
*
Minor update to GenerateMipsVkHelper to properly define shader macros
Egor Yusov
2019-05-06
1
-3
/
+3
*
Minor change
Egor Yusov
2019-05-05
1
-1
/
+1
*
Added safe check that same PSO is being bound
Egor Yusov
2019-05-05
1
-3
/
+6
*
Few minor updates
Egor Yusov
2019-04-26
1
-1
/
+1
*
Added IShaderResourceVariable::IsBound method (updated API version to 240024)
Egor Yusov
2019-04-25
1
-0
/
+5
*
Fixed issues with multi-mip level staging resource in Vk and D3D12 back-ends
Egor Yusov
2019-04-19
3
-48
/
+11
*
Fixed handling compressed textures in TextureUploaderGL; fixed non-compressed...
Egor Yusov
2019-04-18
1
-7
/
+4
*
Fixed copying compressed textures in Vulkan back-end
Egor Yusov
2019-04-18
2
-27
/
+38
*
Fixed issue with FenceVkImpl not waiting for Vulkan fences to signal when bei...
Egor Yusov
2019-04-16
1
-4
/
+9
*
Fixed grammatic error plus few minor updates
Egor Yusov
2019-04-16
3
-3
/
+3
*
Fixed issue with buffer usage flags
Egor Yusov
2019-04-14
1
-4
/
+4
*
Couple of minor updates
Egor Yusov
2019-04-14
1
-2
/
+6
*
Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...
Egor Yusov
2019-04-14
3
-20
/
+45
*
Added comments about Fence thread safety; minor code improvements
Egor Yusov
2019-04-14
1
-0
/
+5
*
Implemented generate PSO cache warmup when texture view is created
Egor Yusov
2019-04-14
4
-11
/
+19
*
Fixed issue with layout transition when generating mipmaps
Egor Yusov
2019-04-13
1
-2
/
+2
*
Fixed issues with D3D12 staging resources and mipmap generation in Vulkan
Egor Yusov
2019-04-13
2
-11
/
+5
*
Minor typo.
Thomas Bishop
2019-04-13
1
-2
/
+2
*
Improved mipmap generation in D3D12 backend
Egor Yusov
2019-04-13
1
-3
/
+7
*
Updated ALLOCATE macros to make it more convenient
Egor Yusov
2019-04-13
9
-23
/
+18
*
Reworked automatic mipmap generation in Vulkan backend to support sRGB textur...
Egor Yusov
2019-04-11
10
-142
/
+348
*
Added DRAW_FLAG_VERIFY_DRAW_ATTRIBS, DRAW_FLAG_VERIFY_RENDER_TARGETS, and DRA...
Egor Yusov
2019-04-07
1
-1
/
+4
*
Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...
Egor Yusov
2019-04-06
3
-10
/
+16
*
Added API info query
Egor Yusov
2019-04-06
1
-2
/
+2
*
Replaced overloaded IShaderResourceBinding::GetVariable() with IShaderResourc...
Egor Yusov
2019-04-05
3
-9
/
+9
*
Replaced overloaded IPipelineState::GetStaticShaderVariable() with IPipelineS...
Egor Yusov
2019-04-05
3
-5
/
+5
*
Implemented staging textures in Vk backend
Egor Yusov
2019-04-05
8
-441
/
+787
*
Added swap chain usage flags
Egor Yusov
2019-03-31
1
-1
/
+9
*
Updated cmake scripts to enable Vulkan back-end on iOS when VulkanSDK is spec...
Egor Yusov
2019-03-24
1
-0
/
+2
*
Fixed few clang warnings
Egor Yusov
2019-03-24
2
-2
/
+2
*
Disabling requested vulkand device features if they are not supported by phys...
Egor Yusov
2019-03-24
3
-20
/
+36
*
Improved shader resource layout error reporting
Egor Yusov
2019-03-23
1
-2
/
+24
*
Moved vulkan-1.lib windows library to windows subfloder to have consistent di...
Egor Yusov
2019-03-22
1
-1
/
+1
*
Fixed Linux build error
Egor Yusov
2019-03-22
1
-0
/
+1
*
Merge branch 'master' of https://github.com/DiligentGraphics/DiligentCore.git
Egor Yusov
2019-03-22
1
-1
/
+1
|
\
|
*
Link Vulkan back-end against vulkan loader instead of MoltenVK (fixed https:/...
Egor Yusov
2019-03-22
1
-1
/
+1
*
|
Updated vulkan debug message handling
Egor Yusov
2019-03-22
1
-21
/
+27
|
/
*
Another minor fix for fence waiting
Egor Yusov
2019-03-21
1
-4
/
+3
*
Fixed few potential issues with waiting for fences in Vk backend
Egor Yusov
2019-03-21
2
-3
/
+3
*
Fixed one more Vulkan validation error re destroying a fence being in use
Egor Yusov
2019-03-21
2
-11
/
+23
*
Fixed Vulkan validation layer warnings when resizing the window
Egor Yusov
2019-03-21
1
-7
/
+23
*
Explicitly waiting on fences to avoid indefinite command queue growth in Vulk...
Egor Yusov
2019-03-21
2
-23
/
+71
*
Reworked GenerateMipsCS.csh Vulkan shader to be convertible to MSL on Mac and...
Egor Yusov
2019-03-20
3
-14
/
+27
*
Added error message when attempting to create typeless texture with GENERAT_M...
Egor Yusov
2019-03-19
1
-4
/
+7
*
Fixed issue with staging allocations in Vulkan backend on Integrated GPUs
Egor Yusov
2019-03-19
2
-3
/
+37
*
Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING
Egor Yusov
2019-03-18
4
-16
/
+16
*
Moved NumDeferredContexts parameter from factory functions to EngineCreateInf...
Egor Yusov
2019-03-18
4
-44
/
+28
*
Fixed SwapChainVk.h
Egor Yusov
2019-03-08
1
-1
/
+1
*
Added IShaderResourceVariableD3D interface plus fixed some include paths
Egor Yusov
2019-03-08
1
-1
/
+1
*
Repalced IShaderResourceVariable::GetArraySize() and GetName() with GetResour...
Egor Yusov
2019-03-08
1
-7
/
+2
[next]