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
*
Added 'Diligent-' prefix to project names to avoid name conflicts (fixed http...
Egor Yusov
2019-06-09
1
-13
/
+13
*
Updated core & mathlib test
Egor Yusov
2019-06-01
1
-0
/
+7
*
Fixed android build; moved NDKHelper from Core module to NativeAppCommon
Egor
2019-05-11
2
-4
/
+8
*
Updated submodules (added GLTF Loader, renderer and viewer)
Egor Yusov
2019-05-04
1
-4
/
+40
*
Updated math lib
Egor Yusov
2019-04-23
1
-9
/
+28
*
Updated submodules and tests
Egor Yusov
2019-04-16
1
-3
/
+13
*
Added mip generation tests; updated submodules
Egor Yusov
2019-04-12
2
-0
/
+93
*
Updated DRAW_FLAG to match API 240022
Egor Yusov
2019-04-07
10
-55
/
+55
*
Updated API version to 240021
Egor Yusov
2019-04-06
9
-28
/
+28
*
Refactored overloaded IPipelineState::GetStaticShaderVariable and IShaderReso...
Egor Yusov
2019-04-05
4
-211
/
+211
*
Updated command line format; updated submodules
Egor Yusov
2019-04-01
1
-1
/
+1
*
Enabled Vulkan mode on iOS (close https://github.com/DiligentGraphics/Diligen...
Egor Yusov
2019-03-30
1
-2
/
+3
*
Fixed warning in texturing test when running in D3D11/D3D12 modes
Egor Yusov
2019-03-24
1
-1
/
+1
*
Updated core + fixed sampler type mismatch issue in texturing tests
Egor Yusov
2019-03-22
1
-4
/
+23
*
Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING
Egor Yusov
2019-03-18
1
-4
/
+4
*
Updates to comply with the new engine factory API
Egor Yusov
2019-03-18
1
-4
/
+8
*
Fixed linux/mac build error
Egor Yusov
2019-03-08
1
-1
/
+1
*
Updated Core & tests
Egor Yusov
2019-03-08
3
-97
/
+110
*
Fixed test app on UWP
Egor Yusov
2019-03-07
1
-2
/
+2
*
Added shader resource print; updated core
Egor Yusov
2019-03-07
2
-0
/
+26
*
Updated core & samples
Egor Yusov
2019-03-06
1
-0
/
+1
*
Fixed metal compile issues
Egor Yusov
2019-03-06
1
-2
/
+2
*
Final updates to make GL backend work
Egor Yusov
2019-03-06
2
-19
/
+19
*
Updates to comply with addition of ShaderFlags to IPipelineState::BindStaticR...
Egor Yusov
2019-03-05
4
-5
/
+5
*
Updated projects to conform to the update engine factory API
Egor Yusov
2019-03-05
1
-10
/
+10
*
Updated Shader res layout & shader var access tests
Egor Yusov
2019-03-05
2
-3
/
+56
*
Fixed error message in TestShaderResourceLayout
Egor Yusov
2019-03-02
1
-2
/
+2
*
Updated test to compy with the new API
Egor Yusov
2019-03-02
15
-292
/
+292
*
Updated Core, FX & Samples submodules
Egor Yusov
2019-02-24
1
-0
/
+6
*
Updated input layout element to use explicit AutoOffset and AutoStride
Egor Yusov
2019-02-19
2
-4
/
+4
*
Moved NativeApp to Diligent namespace
Egor Yusov
2019-02-16
7
-6
/
+30
*
Replaced reference to initial data parameter with pointer in CreateTexture an...
Egor Yusov
2019-02-09
13
-81
/
+83
*
Few minor updates + updated readme
Egor Yusov
2019-01-24
1
-2
/
+2
*
Updated mathlib test
Egor Yusov
2019-01-23
1
-0
/
+12
*
Updated copyright notice
Egor Yusov
2019-01-06
1
-1
/
+1
*
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
[next]