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
...
*
Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...
Egor Yusov
2019-02-09
10
-29
/
+29
*
Cleared interface: removed superfluous default constructors; added default me...
Egor Yusov
2019-02-08
1
-1
/
+1
*
Fixed rpath installation issues on Linux
Egor
2019-01-22
1
-1
/
+8
*
Fixed --whole-archive flag on Mac and iOS
Egor Yusov
2019-01-21
1
-9
/
+13
*
Fixed shared libaries on linux/mac/iOS
Egor Yusov
2019-01-21
2
-29
/
+34
*
Renamed NO_DIRECT3D11, NO_DIRECT3D12 cmake options to DILIGENT_NO_*
Egor Yusov
2019-01-19
1
-2
/
+2
*
Fixed error messages about missing resources
Egor Yusov
2019-01-14
1
-1
/
+1
*
Added option to not build glslang
Egor Yusov
2019-01-09
3
-5
/
+22
*
Added swap chain recovery if acquire next image fails in Vulkan backend
Egor Yusov
2019-01-03
2
-15
/
+27
*
Updated copyright notice
Egor Yusov
2019-01-02
84
-84
/
+84
*
Updated readme
Egor Yusov
2018-12-30
1
-1
/
+1
*
Minor fix in cmake file
Egor Yusov
2018-12-29
1
-2
/
+2
*
Updated device caps to indicate that GS and Tess are not supported on MoltenVK
Egor Yusov
2018-12-27
1
-0
/
+6
*
Fex minor changes
Egor Yusov
2018-12-24
2
-4
/
+4
*
Fixed multiple unused variable warnings in clang release build
Egor Yusov
2018-12-24
15
-577
/
+583
*
Enabled Vulkan build on macOS
Egor Yusov
2018-12-24
2
-3
/
+17
*
A bunch of minor changes to fix clang warnings and errors
Egor Yusov
2018-12-24
19
-49
/
+76
*
Implemented split barriers (closed https://github.com/DiligentGraphics/Dilige...
Egor Yusov
2018-12-23
1
-2
/
+10
*
Made engine core installation optional that is on by default on Win32 and Lin...
Egor Yusov
2018-12-17
1
-2
/
+4
*
Added install steps; updated header structure for platforms
Egor Yusov
2018-12-17
1
-1
/
+4
*
Few final changes to support MinGW build
Egor Yusov
2018-12-14
1
-5
/
+5
*
Another couple of updates to GL and VK backend CMake files to fix MinGW build
Egor Yusov
2018-12-14
1
-2
/
+5
*
Fixed build under MinGW
Egor Yusov
2018-12-13
1
-1
/
+1
*
Fixed missing UAV barriers in Vulkan backend
Egor Yusov
2018-12-09
2
-12
/
+33
*
Minor code improvements
Egor Yusov
2018-12-05
2
-2
/
+5
*
Added ITextureD3D12::GetD3D12ResourceState(), IBufferD3D12::GetD3D12ResourceS...
Egor Yusov
2018-12-05
2
-1
/
+5
*
Minor code improvements in Vk backend
Egor Yusov
2018-12-05
6
-69
/
+80
*
Replaced SET_RENDER_TARGETS_FLAGS with RESOURCE_STATE_TRANSITION_MODE.
Egor Yusov
2018-12-04
4
-34
/
+29
*
Removed DRAW_FLAG_TRANSITION_VERTEX_BUFFERS, DRAW_FLAG_TRANSITION_INDEX_BUFFE...
Egor Yusov
2018-12-03
2
-106
/
+47
*
Made DeviceContextBase template class little more readable by keeping only tw...
Egor Yusov
2018-12-03
1
-2
/
+9
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
6
-16
/
+16
*
Added explicit state transition control to CopyBuffer() and CopyTexture() met...
Egor Yusov
2018-12-02
3
-218
/
+164
*
Brought back MapType paramter to UnmapBuffer() function. The performance hit ...
Egor Yusov
2018-12-02
2
-30
/
+5
*
Added explicit state transition control to UpdateBuffer and UpdateTexture com...
Egor Yusov
2018-12-02
4
-118
/
+133
*
Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS
Egor Yusov
2018-12-01
1
-5
/
+20
*
Added explicit state transition mode to ClearRenderTarget() command
Egor Yusov
2018-12-01
3
-7
/
+21
*
Updated SetRenderTargets() in Vk backend to only transitin states. CommitRend...
Egor Yusov
2018-12-01
2
-60
/
+71
*
Added explicit state transition flags to SetRenderTargets method
Egor Yusov
2018-12-01
4
-23
/
+62
*
Improved type safety of different flag types
Egor Yusov
2018-11-30
3
-11
/
+11
*
Improved const-correctness; updated comments; added DRAW_FLAG_VERIFY_STATES a...
Egor Yusov
2018-11-27
2
-12
/
+13
*
Closed https://github.com/DiligentGraphics/DiligentCore/issues/15
Egor Yusov
2018-11-25
1
-1
/
+1
*
Renamed/moved IBuffer::Map() to IDeviceContext::MapBuffer()
Egor Yusov
2018-11-25
4
-162
/
+128
*
Moved ITextureView::GenerateMips() to IDeviceContext::GenerateMips()
Egor Yusov
2018-11-25
4
-18
/
+7
*
Renamed/moved ITexture::Map() to IDeviceContext::MapTextureSubresource()
Egor Yusov
2018-11-25
4
-85
/
+58
*
Updated parameter order of IDeviceContext::CopyBuffer
Egor Yusov
2018-11-24
2
-3
/
+3
*
Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()
Egor Yusov
2018-11-24
4
-90
/
+91
*
Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`
Egor Yusov
2018-11-24
4
-25
/
+21
*
Updated debug message about required shader resource binding object
Egor Yusov
2018-11-24
1
-1
/
+2
*
Some minor updates to formatting of debug messages
Egor Yusov
2018-11-24
1
-3
/
+3
*
Improved reporting of resource binding problems in InitializeStaticResources()
Egor Yusov
2018-11-24
13
-24
/
+51
[prev]
[next]