index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Projects
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 'Diligent-' prefix to project names to avoid name conflicts (fixed http...
Egor Yusov
2019-06-09
1
-5
/
+5
*
Fixed build issues in VS2019
Egor Yusov
2019-04-16
1
-1
/
+3
*
Updated DRAW_FLAG to match API 240022
Egor Yusov
2019-04-07
1
-3
/
+3
*
Updated API version to 240021
Egor Yusov
2019-04-06
1
-8
/
+8
*
Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...
Egor Yusov
2019-04-05
1
-8
/
+8
*
Updates to comply with the new engine factory API
Egor Yusov
2019-03-18
1
-13
/
+16
*
Final updates to make GL backend work
Egor Yusov
2019-03-06
1
-1
/
+1
*
Updated projects to conform to the update engine factory API
Egor Yusov
2019-03-05
1
-7
/
+7
*
Fixed asteroids demo to comply with the updated API
Egor Yusov
2019-03-05
2
-43
/
+53
*
Replaced reference to initial data parameter with pointer in CreateTexture an...
Egor Yusov
2019-02-09
1
-15
/
+16
*
Added cmake options to disable specific back-ends and glslang
Egor Yusov
2019-01-09
3
-55
/
+85
*
Updated cmake files to use get_supported_backends function
Egor Yusov
2018-12-16
1
-18
/
+1
*
Fixed few minor issues revealed by code analysis
Egor Yusov
2018-12-16
7
-20
/
+20
*
Fixed MinGW build
Egor Yusov
2018-12-14
2
-14
/
+21
*
Updated core & samples submodules. Using convenience constructors for DrawAtt...
Egor Yusov
2018-12-10
1
-8
/
+3
*
Added cmd line option to select render backend in asteroids demo
Egor Yusov
2018-12-06
2
-7
/
+17
*
Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...
Egor Yusov
2018-12-04
1
-4
/
+4
*
Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)
Egor Yusov
2018-12-03
1
-4
/
+4
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
1
-6
/
+6
*
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
2018-12-02
1
-1
/
+1
*
Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS
Egor Yusov
2018-12-01
1
-1
/
+1
*
Fixed minor issue
Egor Yusov
2018-12-01
1
-1
/
+1
*
Improved thread safety of enum flags; added explicit state transitions to Set...
Egor Yusov
2018-12-01
1
-6
/
+6
*
Added explicit control over resource transitions in draw command
Egor Yusov
2018-11-24
2
-4
/
+9
*
Implemented explicit resource state transitions
Egor Yusov
2018-11-21
1
-9
/
+14
*
Enabled seperate samplers
Egor Yusov
2018-10-18
1
-21
/
+27
*
Fixed warnings related to RW buffers in TestShaderVarAccess; updated core
Egor Yusov
2018-10-08
1
-1
/
+1
*
Updated submodules (main change: refactored release queues in D3D12 and Vulka...
Egor Yusov
2018-10-07
1
-2
/
+5
*
Updated test + core and samples submodules
Egor Yusov
2018-09-09
1
-1
/
+1
*
Updated asteroids demo to call FinishFrame on deferred contexts; updated core...
Egor Yusov
2018-07-31
1
-1
/
+6
*
Couple updates to readme files
Egor Yusov
2018-07-08
1
-3
/
+3
*
Disabled Vulkan on 32-bit Windows
Egor Yusov
2018-07-08
3
-1
/
+17
*
Few minor updates + updated submodules
Egor Yusov
2018-07-07
1
-1
/
+1
*
Updated Asteroids demo to handle minimized window in Vulkan; updated BlendTex...
Egor Yusov
2018-07-06
1
-7
/
+15
*
Asteroids demo: only recreating the window when render mode changes
Egor Yusov
2018-07-04
1
-5
/
+8
*
Enabled switching between D3D and Vulkan in asteroids demo
Egor Yusov
2018-07-04
1
-32
/
+52
*
Enabled resource binding mode toggle in Vulkan mode in asteroids demo
Egor Yusov
2018-07-04
1
-7
/
+3
*
Enabled Vulkan mode in asteroids demo
Egor Yusov
2018-07-04
5
-17
/
+46
*
Moved Stride to vertex layout desc; updated tests
Egor Yusov
2018-05-29
1
-7
/
+4
*
Moved primitive topology to pipeline state
Egor Yusov
2018-04-14
1
-6
/
+3
*
Fixed issue with d3d11 swap chain faling to resize due to command lists not b...
Egor Yusov
2018-04-01
1
-0
/
+4
*
Added sync interval to Present.
Egor Yusov
2018-03-31
1
-1
/
+1
*
Updated submodules; enabled fullscreen mode
Egor Yusov
2018-03-30
1
-2
/
+2
*
Updated Asteroids and aubmodules
Egor Yusov
2018-03-10
1
-0
/
+1
*
Updated cmake files to handle the case when D3D12 is not supported on Win32
Egor Yusov
2018-02-24
1
-1
/
+1
*
Fixed formatting of cmake files + some minor updates
Egor Yusov
2018-02-13
1
-93
/
+91
*
Fixed linux build
Egor
2018-02-10
1
-4
/
+4
*
Updated Engine GL initialization
Egor Yusov
2018-02-03
1
-4
/
+6
*
Updated Asteroids demo to use Signal class; Updated submodules (added Tutoria...
Egor Yusov
2018-01-08
2
-38
/
+19
*
Removed legacy VS project and solution files, updated project dependencies.
Egor Yusov
2017-12-28
1
-1
/
+1
[next]