index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed issue with const PVoid not being the intended const void*
assiduous
2019-12-23
13
-14
/
+14
*
Renamed MAP_FLAG_DO_NOT_SYNCHRONIZE flag to MAP_FLAG_NO_OVERWRITE (API version )
assiduous
2019-12-23
9
-35
/
+39
*
HLSL2GLSL converter: added removal of sampler register declarations
assiduous
2019-12-21
2
-2
/
+64
*
Added geometry shader test; updated HLSL2GLSL converter to remove HLSL registers
assiduous
2019-12-21
1
-26
/
+84
*
Added compute shader test
assiduous
2019-12-20
1
-0
/
+3
*
Added ClearRenderTarget test; fixed issue with bound render targets in D3D12 ...
assiduous
2019-12-19
5
-6
/
+98
*
Added all draw command tests
assiduous
2019-12-19
1
-6
/
+6
*
Implemented staging textures in OpenGL backend; enabled draw command referenc...
assiduous
2019-12-18
14
-30
/
+263
*
Fixed Core API test crash on the server by dynamically loading vulkan entry p...
assiduous
2019-12-17
2
-0
/
+6
*
Enabled draw command reference in Vulkan
assiduous
2019-12-17
7
-34
/
+49
*
Added testing framework for rendering commands. Added initial draw command te...
assiduous
2019-12-16
4
-24
/
+33
*
Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...
assiduous
2019-12-13
6
-19
/
+31
*
Added static sampler tests
Egor Yusov
2019-12-11
1
-0
/
+10
*
Added GraphicsTypesOutputInserters
Egor Yusov
2019-12-11
2
-0
/
+67
*
Added shader resource layout test (works in D3D12 only for now)
Egor Yusov
2019-12-10
1
-4
/
+4
*
appveyor: updated to use VS2019 image
Egor Yusov
2019-12-08
1
-6
/
+16
*
Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...
Egor Yusov
2019-12-07
5
-180
/
+123
*
Enabled CoreAPI test on appveyor in Warp mode
Egor Yusov
2019-12-07
1
-1
/
+1
*
Added depth-stencil state test
Egor Yusov
2019-12-07
2
-0
/
+80
*
Fixed debug build error
Egor Yusov
2019-12-07
1
-1
/
+1
*
Fixed release build
Egor Yusov
2019-12-07
1
-3
/
+1
*
Added DiligentCoreAPITest
Egor Yusov
2019-12-07
5
-8
/
+173
*
Added ADAPTER_TYPE enum and AdapterType member to AdapterAttribs struct (API ...
Egor Yusov
2019-12-06
6
-27
/
+40
*
Fixed few c++17 build issued; disabled AVX2 in release build
Egor Yusov
2019-12-05
2
-1
/
+3
*
Fixed some 32-bit compilation warnings
Egor Yusov
2019-11-30
9
-39
/
+52
*
Vulkan backend: fixed 32-bit build
Egor Yusov
2019-11-29
11
-94
/
+140
*
Fixed few vector initialization issues
Egor Yusov
2019-11-28
22
-36
/
+36
*
Fixed leftover issues from clang-formatting
Egor Yusov
2019-11-28
2
-3
/
+3
*
Updated formatting in VulkanLogicalDevice.h
Egor Yusov
2019-11-26
1
-45
/
+48
*
clang-formatted cpp files of GraphiceEngineVulkan project
Egor Yusov
2019-11-24
35
-5352
/
+5703
*
clang-formatted headers of GraphicsEngineVulkan project
Egor Yusov
2019-11-24
51
-1615
/
+1751
*
clang-formatted GraphicsEngineMetal project
Egor Yusov
2019-11-24
26
-231
/
+207
*
clang-formatted GraphicsEngineOpenGL project
Egor Yusov
2019-11-24
89
-6030
/
+6426
*
Fixed few formatting issues; updated format validation script to make validat...
Egor Yusov
2019-11-24
5
-43
/
+45
*
clang-formatted DLLMain
Egor Yusov
2019-11-24
4
-48
/
+48
*
clang-formatted HLSL2GLSLConverterLib
Egor Yusov
2019-11-24
6
-1801
/
+1871
*
clang-formatted GraphicsTools project
Egor Yusov
2019-11-24
16
-659
/
+715
*
clang-formatted GraphicsEngineNextGenBase project
Egor Yusov
2019-11-24
4
-68
/
+81
*
clang-formatted GraphicsEngineD3DBase project
Egor Yusov
2019-11-24
15
-1698
/
+1766
*
clang-formatted GraphicsEngineD3D12
Egor Yusov
2019-11-24
71
-5190
/
+5507
*
Updated clang-format workaround for brace-on-the-same line in lambdas
Egor Yusov
2019-11-24
6
-92
/
+92
*
clang-formatted GraphicsEngineD3D11 project
Egor Yusov
2019-11-23
57
-3683
/
+3896
*
clang-formatted GraphicsEngine project
Egor Yusov
2019-11-23
52
-2217
/
+2330
*
Merge branch 'master'
Egor Yusov
2019-11-23
1
-6
/
+6
|
\
|
*
Fixed bug in ResolveTextureSubresource parameter validation
Egor Yusov
2019-11-23
1
-6
/
+6
*
|
clang-formatted GraphicsAccessories
Egor Yusov
2019-11-23
10
-767
/
+853
*
|
clang-formatted GLSLTools
Egor Yusov
2019-11-23
6
-436
/
+486
|
/
*
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Egor Yusov
2019-11-21
12
-12
/
+12
*
Improved parameter validation of ResolveTextureSubresource()
Egor Yusov
2019-11-18
1
-0
/
+5
*
D3D12 backend: fixed issue with the format of the swap chain's back buffer te...
Egor Yusov
2019-11-18
4
-6
/
+23
[prev]
[next]