index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
DiligentSamples
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated core & samples
Egor Yusov
2019-01-03
1
-0
/
+0
*
Updated copyright notice + updated submodules
Egor Yusov
2019-01-02
1
-0
/
+0
*
Updated samples submodule
Egor Yusov
2019-01-02
1
-0
/
+0
*
Updated samples submodule
Egor Yusov
2018-12-30
1
-0
/
+0
*
Enabled Metal back-end stub
Egor Yusov
2018-12-30
1
-0
/
+0
*
Updated samples (fixed Mingw build)
Egor Yusov
2018-12-27
1
-0
/
+0
*
Updated samples submodule
Egor Yusov
2018-12-27
1
-0
/
+0
*
Updated submodules
Egor Yusov
2018-12-27
1
-0
/
+0
*
Enabled Vulkan mode on Mac (preliminary implementation)
Egor Yusov
2018-12-25
1
-0
/
+0
*
Updated core & samples (fixed cmake install commands)
Egor Yusov
2018-12-17
1
-0
/
+0
*
Updated core & samples (made installation optional)
Egor Yusov
2018-12-17
1
-0
/
+0
*
Updated core & samples (fixed install on MinGW)
Egor Yusov
2018-12-17
1
-0
/
+0
*
Fixed Mac/iOS build
Egor Yusov
2018-12-17
1
-0
/
+0
*
Updated CMake version to 3.13.2 in build scripts to fix build issues with ins...
Egor Yusov
2018-12-17
1
-0
/
+0
*
Updated submodules (install steps); added note about Python
Egor Yusov
2018-12-17
1
-0
/
+0
*
Updated cmake files to use get_supported_backends function
Egor Yusov
2018-12-16
1
-0
/
+0
*
Fixed few minor issues revealed by code analysis
Egor Yusov
2018-12-16
1
-0
/
+0
*
Disabled copying engine dlls when building tutorials on mingw
Egor Yusov
2018-12-15
1
-0
/
+0
*
Updated build rules to copy assets to the target folder
Egor Yusov
2018-12-15
1
-0
/
+0
*
Fixed MinGW build
Egor Yusov
2018-12-14
1
-0
/
+0
*
Updated core & samples submodules. Using convenience constructors for DrawAtt...
Egor Yusov
2018-12-10
1
-0
/
+0
*
Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...
Egor Yusov
2018-12-04
1
-0
/
+0
*
Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)
Egor Yusov
2018-12-03
1
-0
/
+0
*
Fixed linux build
Egor Yusov
2018-12-03
1
-0
/
+0
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
1
-0
/
+0
*
Fixed linux build error
Egor Yusov
2018-12-03
1
-0
/
+0
*
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
2018-12-02
1
-0
/
+0
*
Added explicit state transition control to UpdateBuffer and UpdateTexture com...
Egor Yusov
2018-12-02
1
-0
/
+0
*
Fixed linux build error
Egor Yusov
2018-12-01
1
-0
/
+0
*
Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS
Egor Yusov
2018-12-01
1
-0
/
+0
*
Added state transition mode to ClearRenderTarget()
Egor Yusov
2018-12-01
1
-0
/
+0
*
Fixed macOS build failure
Egor Yusov
2018-12-01
1
-0
/
+0
*
Improved thread safety of enum flags; added explicit state transitions to Set...
Egor Yusov
2018-12-01
1
-0
/
+0
*
Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...
Egor Yusov
2018-11-27
1
-0
/
+0
*
Moved ITextureView::GenerateMips() to IDeviceContext::GenerateMips()
Egor Yusov
2018-11-25
1
-0
/
+0
*
Renamed/moved ITexture::Map() to IDeviceContext::MapTextureSubresource()
Egor Yusov
2018-11-25
1
-0
/
+0
*
Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()
Egor Yusov
2018-11-25
1
-0
/
+0
*
Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`
Egor Yusov
2018-11-24
1
-0
/
+0
*
Added explicit control over resource transitions in draw command
Egor Yusov
2018-11-24
1
-0
/
+0
*
Implemented explicit resource state transitions
Egor Yusov
2018-11-21
1
-0
/
+0
*
Updated submodules
Egor Yusov
2018-11-11
1
-0
/
+0
*
Updated readme and submodules
Egor Yusov
2018-11-11
1
-0
/
+0
*
Updated samples (fixed Tutorial08 on Android)
Egor
2018-11-08
1
-0
/
+0
*
Updated core & samples modules
Egor
2018-11-08
1
-0
/
+0
*
Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...
Egor
2018-11-07
1
-0
/
+0
*
Updated Core & Samples; updated readme (added minimal cmake example - fixed h...
Egor Yusov
2018-11-01
1
-0
/
+0
*
Updated core & samples modules (fixed VS2015 build issues)
Egor Yusov
2018-10-23
1
-0
/
+0
*
Updated BIND_SHADER_RESOURCES_* flags
Egor Yusov
2018-10-19
1
-0
/
+0
*
Enabled seperate samplers
Egor Yusov
2018-10-18
1
-0
/
+0
*
Fixed compiler warnings
Egor Yusov
2018-09-15
1
-0
/
+0
[next]