index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
TestApp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated core & samples
Egor Yusov
2019-01-03
1
-2
/
+2
*
Updated copyright notice + updated submodules
Egor Yusov
2019-01-02
76
-83
/
+85
*
Enabled Metal back-end stub
Egor Yusov
2018-12-30
1
-1
/
+21
*
Enabled Vulkan mode on Mac (preliminary implementation)
Egor Yusov
2018-12-25
2
-3
/
+5
*
Updated core. Updated draw commands test to use split barriers
Egor Yusov
2018-12-23
1
-5
/
+17
*
Updated core; added tests for clamp() function
Egor Yusov
2018-12-23
1
-1
/
+20
*
Updated cmake files to use get_supported_backends function
Egor Yusov
2018-12-16
1
-27
/
+1
*
Fixed few minor issues revealed by code analysis
Egor Yusov
2018-12-16
2
-5
/
+5
*
Updated build rules to copy assets to the target folder
Egor Yusov
2018-12-15
1
-0
/
+8
*
Fixed MinGW build
Egor Yusov
2018-12-14
2
-35
/
+31
*
Updated core & samples submodules. Using convenience constructors for DrawAtt...
Egor Yusov
2018-12-10
9
-76
/
+29
*
Updated SetRenderTargets() and ClearDepthStencil() methods to take StateTrans...
Egor Yusov
2018-12-04
5
-31
/
+31
*
Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)
Egor Yusov
2018-12-03
9
-63
/
+75
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
10
-19
/
+19
*
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
2018-12-02
8
-74
/
+80
*
Added explicit state transition control to UpdateBuffer and UpdateTexture com...
Egor Yusov
2018-12-02
2
-3
/
+3
*
Added explicit state transition control flags to CLEAR_DEPTH_STENCIL_FLAGS
Egor Yusov
2018-12-01
3
-4
/
+4
*
Added state transition mode to ClearRenderTarget()
Egor Yusov
2018-12-01
5
-12
/
+12
*
Improved thread safety of enum flags; added explicit state transitions to Set...
Egor Yusov
2018-12-01
9
-45
/
+50
*
Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...
Egor Yusov
2018-11-27
8
-1
/
+52
*
Updated core (moved buffer mapping/unmapping to device context + other updates)
Egor Yusov
2018-11-25
1
-0
/
+2
*
Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()
Egor Yusov
2018-11-25
4
-13
/
+19
*
Moved/renamed `IBuffer::UpdateData()` to `IDeviceContext::UpdateBuffer()`
Egor Yusov
2018-11-24
2
-8
/
+8
*
Added explicit control over resource transitions in draw command
Egor Yusov
2018-11-24
12
-31
/
+53
*
Implemented explicit resource state transitions
Egor Yusov
2018-11-21
13
-30
/
+38
*
Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...
Egor
2018-11-07
3
-1
/
+18
*
Updated Core & Samples; updated readme (added minimal cmake example - fixed h...
Egor Yusov
2018-11-01
1
-0
/
+1
*
Updated core (using glslang to compile HLSL directly to SPIRV)
Egor Yusov
2018-10-30
5
-15
/
+48
*
Updated core; updated smart pointer test
Egor Yusov
2018-10-20
2
-2
/
+26
*
Updated BIND_SHADER_RESOURCES_* flags
Egor Yusov
2018-10-19
5
-17
/
+17
*
Enabled seperate samplers
Egor Yusov
2018-10-18
24
-33
/
+285
*
Added typeless formats to texture creation test; updated core
Egor Yusov
2018-10-10
2
-27
/
+32
*
Fixed CopySubresourceRegion errors in D3D11; updated core (fixed fullscreen t...
Egor Yusov
2018-10-09
1
-9
/
+20
*
Fixed warnings related to RW buffers in TestShaderVarAccess; updated core
Egor Yusov
2018-10-08
1
-3
/
+14
*
Updated Core: added SampleCounts and reworked texture format support checks i...
Egor Yusov
2018-10-07
1
-2
/
+2
*
Updated submodules (main change: refactored release queues in D3D12 and Vulka...
Egor Yusov
2018-10-07
4
-4
/
+175
*
Fixed compiler warnings
Egor Yusov
2018-09-15
3
-32
/
+32
*
Updated test + core and samples submodules
Egor Yusov
2018-09-09
4
-99
/
+268
*
Updated core & tools (implemented raw buffers plus other improvements)
Egor Yusov
2018-08-27
13
-98
/
+192
*
Updated core (implemented shader variable access by index)
Egor Yusov
2018-08-22
7
-37
/
+320
*
Updated Core submodule & shader var access test
Egor Yusov
2018-08-03
1
-7
/
+18
*
Updated core submodule; added shader variable access tests
Egor Yusov
2018-08-03
5
-47
/
+660
*
Added IFence interface
Egor Yusov
2018-07-22
2
-0
/
+15
*
Fixed couple of minor issue with anassigned object names that are not empty, ...
Egor Yusov
2018-07-14
2
-2
/
+0
*
Few minor updates + updated submodules
Egor Yusov
2018-07-07
2
-2
/
+2
*
Fixed build error: second attempt
Egor Yusov
2018-07-06
1
-2
/
+2
*
Fixed build error
Egor Yusov
2018-07-06
1
-0
/
+5
*
Updated Asteroids demo to handle minimized window in Vulkan; updated BlendTex...
Egor Yusov
2018-07-06
1
-1
/
+5
*
Updated test app
Egor Yusov
2018-07-05
4
-87
/
+123
*
Updated broken shader & comput shader tests
Egor Yusov
2018-07-05
2
-3
/
+11
[next]