index
:
DiligentEngine
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
TestApp
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright notice + updated submodules
Egor Yusov
2019-01-02
39
-39
/
+39
*
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
*
Fixed few minor issues revealed by code analysis
Egor Yusov
2018-12-16
2
-5
/
+5
*
Fixed MinGW build
Egor Yusov
2018-12-14
1
-1
/
+8
*
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
4
-12
/
+12
*
Updated the API (SetVertexBuffers, SetIndexBuffers, DRAW_FLAGS and other)
Egor Yusov
2018-12-03
5
-49
/
+57
*
Replaced COMMIT_SHADER_RESOURCES_FLAGS with RESOURCE_STATE_TRANSITION_MODE
Egor Yusov
2018-12-03
8
-15
/
+15
*
Added explicit state transition control to CopyBuffer and CopyTexture methods
Egor Yusov
2018-12-02
7
-68
/
+74
*
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
2
-3
/
+3
*
Added state transition mode to ClearRenderTarget()
Egor Yusov
2018-12-01
4
-6
/
+6
*
Improved thread safety of enum flags; added explicit state transitions to Set...
Egor Yusov
2018-12-01
8
-27
/
+32
*
Updated submodules (added DRAW_FLAG_VERIFY_STATES & DISPATCH_FLAG_VERIFY_STAT...
Egor Yusov
2018-11-27
7
-0
/
+51
*
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
7
-15
/
+21
*
Implemented explicit resource state transitions
Egor Yusov
2018-11-21
9
-14
/
+30
*
Enabled Vulkan on Linux (closed https://github.com/DiligentGraphics/DiligentC...
Egor
2018-11-07
2
-1
/
+15
*
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
2
-2
/
+2
*
Updated core; updated smart pointer test
Egor Yusov
2018-10-20
1
-0
/
+14
*
Updated BIND_SHADER_RESOURCES_* flags
Egor Yusov
2018-10-19
3
-9
/
+9
*
Enabled seperate samplers
Egor Yusov
2018-10-18
16
-30
/
+226
*
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
3
-95
/
+264
*
Updated core & tools (implemented raw buffers plus other improvements)
Egor Yusov
2018-08-27
10
-48
/
+104
*
Updated core (implemented shader variable access by index)
Egor Yusov
2018-08-22
3
-37
/
+33
*
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
4
-47
/
+625
*
Added IFence interface
Egor Yusov
2018-07-22
1
-0
/
+13
*
Fixed couple of minor issue with anassigned object names that are not empty, ...
Egor Yusov
2018-07-14
1
-1
/
+0
*
Few minor updates + updated submodules
Egor Yusov
2018-07-07
2
-2
/
+2
*
Updated test app
Egor Yusov
2018-07-05
3
-86
/
+120
*
Updated broken shader & comput shader tests
Egor Yusov
2018-07-05
1
-1
/
+2
*
Updated Math lib tests and render target test
Egor Yusov
2018-07-03
2
-5
/
+10
*
Updated unit tests to set DSV format in PSO
Egor Yusov
2018-07-02
7
-6
/
+14
*
Updated tests
Egor Yusov
2018-06-04
4
-17
/
+65
*
Updated lua test in test app to use (0,0,0,1) as border color
Egor Yusov
2018-06-01
1
-16
/
+16
*
Updated back buffer format to match the one from the swap chain in the tests
Egor Yusov
2018-05-31
6
-12
/
+14
*
Moved Stride to vertex layout desc; updated tests
Egor Yusov
2018-05-29
5
-60
/
+52
[next]