index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated CMake version to 3.13.2 in build scripts to fix build issues with ins...
Egor Yusov
2018-12-17
5
-3
/
+3
*
Updated submodules (install steps); added note about Python
Egor Yusov
2018-12-17
3
-0
/
+1
*
Updated cmake files to use get_supported_backends function
Egor Yusov
2018-12-16
4
-45
/
+2
*
Fixed few minor issues revealed by code analysis
Egor Yusov
2018-12-16
12
-25
/
+25
*
cmake is back online - removed notice
Egor Yusov
2018-12-16
1
-2
/
+0
*
Added temporary note about build failure
Egor Yusov
2018-12-15
1
-0
/
+2
*
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
3
-2
/
+10
*
Updated release history
Egor Yusov
2018-12-14
2
-0
/
+2
*
Updated readme: added note about MinGW
DiligentGraphics
2018-12-14
1
-2
/
+6
*
Fixed MinGW build
Egor Yusov
2018-12-14
15
-74
/
+100
*
Merge pull request #25 from kkulling/patch-1
DiligentGraphics
2018-12-12
1
-1
/
+1
|
\
|
*
Update README.md
kkulling
2018-12-12
1
-1
/
+1
|
/
*
Updated readme
Egor Yusov
2018-12-12
1
-5
/
+3
*
Updated release version
Egor Yusov
2018-12-10
1
-2
/
+2
*
Updated version in appveyor script + checing in file missed in previous commit
Egor Yusov
2018-12-10
3
-3
/
+2
*
Updated core & samples submodules. Using convenience constructors for DrawAtt...
Egor Yusov
2018-12-10
14
-102
/
+69
*
Added cmd line option to select render backend in asteroids demo
Egor Yusov
2018-12-06
2
-7
/
+17
*
Updated core
Egor Yusov
2018-12-05
1
-0
/
+0
*
Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...
Egor Yusov
2018-12-04
13
-41
/
+41
*
Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)
Egor Yusov
2018-12-03
14
-70
/
+82
*
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
16
-27
/
+27
*
Fixed linux build error
Egor Yusov
2018-12-03
1
-0
/
+0
*
Checking in file missed in last commit
Egor Yusov
2018-12-02
1
-1
/
+1
*
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
2018-12-02
12
-75
/
+81
*
Brought back MapType paramter to UnmapBuffer() function.
Egor Yusov
2018-12-02
1
-0
/
+0
*
Added explicit state transition control to UpdateBuffer and UpdateTexture com...
Egor Yusov
2018-12-02
4
-3
/
+3
*
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
8
-6
/
+6
*
Fixed minor issue
Egor Yusov
2018-12-01
1
-1
/
+1
*
Added state transition mode to ClearRenderTarget()
Egor Yusov
2018-12-01
9
-13
/
+13
*
Updated core
Egor Yusov
2018-12-01
1
-0
/
+0
*
Fixed macOS build failure
Egor Yusov
2018-12-01
1
-0
/
+0
*
Fixed linux build error
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
17
-56
/
+61
*
Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...
Egor Yusov
2018-11-27
11
-1
/
+52
*
Updated core
Egor Yusov
2018-11-25
1
-0
/
+0
*
Updated core (moved buffer mapping/unmapping to device context + other updates)
Egor Yusov
2018-11-25
2
-0
/
+2
*
Moved ITextureView::GenerateMips() to IDeviceContext::GenerateMips()
Egor Yusov
2018-11-25
2
-0
/
+0
*
Renamed/moved ITexture::Map() to IDeviceContext::MapTextureSubresource()
Egor Yusov
2018-11-25
2
-0
/
+0
*
Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()
Egor Yusov
2018-11-25
6
-13
/
+19
*
Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`
Egor Yusov
2018-11-24
4
-8
/
+8
*
Added explicit control over resource transitions in draw command
Egor Yusov
2018-11-24
21
-38
/
+69
*
Updated core (fixed state transiton issue in D3D11)
Egor Yusov
2018-11-22
1
-0
/
+0
*
Attempt #4 to fix linux/mac build
Egor Yusov
2018-11-22
1
-0
/
+0
*
Attempt #3 to fix linux/mac build
Egor Yusov
2018-11-22
1
-0
/
+0
*
Attempting to fix linux build
Egor Yusov
2018-11-22
1
-0
/
+0
*
Fixing linux build
Egor Yusov
2018-11-21
1
-0
/
+0
*
Implemented explicit resource state transitions
Egor Yusov
2018-11-21
25
-50
/
+78
[prev]
[next]