index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Projects
/
Asteroids
/
src
/
asteroids_DE.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-08
Reworked ExecuteCommandList(+s) to take an array of command lists instead of one
assiduous
1
-1
/
+5
2020-11-26
Updated core & samples (fixed premature flushes in VK)
assiduous
1
-4
/
+5
2020-10-19
Renamed USAGE_STATIC to USAGE_IMMUTABLE (API240077)
assiduous
1
-1
/
+1
2020-10-19
Renamed static samplers to immutable samplers (API240076)
assiduous
1
-16
/
+16
2020-10-19
PSO creation refactoring (API240075)
assiduous
1
-41
/
+47
2020-09-12
Enabled mesh shaders (API 240068)
assiduous
1
-1
/
+1
2020-04-01
Updated API to version 240056
assiduous
1
-14
/
+28
2020-02-03
Updated submodules (using NativeWindow struct)
assiduous
1
-7
/
+7
2020-01-31
Implemented C API
assiduous
1
-23
/
+21
2020-01-07
Updated submodules (implemented queries)
assiduous
1
-298
/
+303
2019-12-25
Updated submodules; removed tests folder (tests are now part of every submodule)
assiduous
1
-5
/
+10
2019-11-11
Updated submodules + added tutorial 17
Egor Yusov
1
-1
/
+0
2019-10-20
Renamed DRAW_FLAG_DYNAMIC_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_RESOURCE_BUFFER...
Egor Yusov
1
-1
/
+1
2019-10-20
Renamed DRAW_FLAG_RESOURCE_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_BUFFERS_INTACT
Egor Yusov
1
-1
/
+1
2019-10-20
Updated core; finished bindless mode in Asteroids sample (closed https://gith...
Egor Yusov
1
-46
/
+91
2019-10-19
Updated API version to 240034
Egor Yusov
1
-2
/
+2
2019-10-19
Updated submodules (API version 240033);
Egor Yusov
1
-38
/
+101
2019-10-18
Asteroids demo: enabled bindless mode in DiligentD3D12 and DiligentVk modes
Egor Yusov
1
-7
/
+54
2019-04-07
Updated DRAW_FLAG to match API 240022
Egor Yusov
1
-3
/
+3
2019-04-06
Updated API version to 240021
Egor Yusov
1
-8
/
+8
2019-04-05
Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...
Egor Yusov
1
-8
/
+8
2019-03-18
Updates to comply with the new engine factory API
Egor Yusov
1
-13
/
+16
2019-03-06
Final updates to make GL backend work
Egor Yusov
1
-1
/
+1
2019-03-05
Updated projects to conform to the update engine factory API
Egor Yusov
1
-7
/
+7
2019-03-05
Fixed asteroids demo to comply with the updated API
Egor Yusov
1
-42
/
+52
2019-02-09
Replaced reference to initial data parameter with pointer in CreateTexture an...
Egor Yusov
1
-15
/
+16
2019-01-09
Added cmake options to disable specific back-ends and glslang
Egor Yusov
1
-54
/
+82
2018-12-16
Fixed few minor issues revealed by code analysis
Egor Yusov
1
-1
/
+1
2018-12-10
Updated core & samples submodules. Using convenience constructors for DrawAtt...
Egor Yusov
1
-8
/
+3
2018-12-04
Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...
Egor Yusov
1
-4
/
+4
2018-12-03
Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)
Egor Yusov
1
-4
/
+4
2018-12-03
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
1
-6
/
+6
2018-12-02
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
1
-1
/
+1
2018-12-01
Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS
Egor Yusov
1
-1
/
+1
2018-12-01
Fixed minor issue
Egor Yusov
1
-1
/
+1
2018-12-01
Improved thread safety of enum flags; added explicit state transitions to Set...
Egor Yusov
1
-6
/
+6
2018-11-24
Added explicit control over resource transitions in draw command
Egor Yusov
1
-4
/
+6
2018-11-21
Implemented explicit resource state transitions
Egor Yusov
1
-9
/
+14
2018-10-18
Enabled seperate samplers
Egor Yusov
1
-21
/
+27
2018-10-08
Fixed warnings related to RW buffers in TestShaderVarAccess; updated core
Egor Yusov
1
-1
/
+1
2018-10-07
Updated submodules (main change: refactored release queues in D3D12 and Vulka...
Egor Yusov
1
-2
/
+5
2018-07-31
Updated asteroids demo to call FinishFrame on deferred contexts; updated core...
Egor Yusov
1
-1
/
+6
2018-07-08
Disabled Vulkan on 32-bit Windows
Egor Yusov
1
-0
/
+8
2018-07-07
Few minor updates + updated submodules
Egor Yusov
1
-1
/
+1
2018-07-04
Enabled Vulkan mode in asteroids demo
Egor Yusov
1
-7
/
+29
2018-05-29
Moved Stride to vertex layout desc; updated tests
Egor Yusov
1
-7
/
+4
2018-04-14
Moved primitive topology to pipeline state
Egor Yusov
1
-6
/
+3
2018-04-01
Fixed issue with d3d11 swap chain faling to resize due to command lists not b...
Egor Yusov
1
-0
/
+4
2018-03-31
Added sync interval to Present.
Egor Yusov
1
-1
/
+1
2018-03-30
Updated submodules; enabled fullscreen mode
Egor Yusov
1
-2
/
+2
[next]