index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsEngineD3D11
/
interface
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright notice
assiduous
2021-01-01
14
-14
/
+14
*
Fixed engine factories in C API
assiduous
2020-11-01
1
-1
/
+1
*
Removed AdapterAttribs struct that was a duplicate of GraphicsAdapterInfo. Mo...
assiduous
2020-09-17
1
-1
/
+1
*
Implemented duration query in D3D12
assiduous
2020-08-27
1
-0
/
+1
*
Implemented duration queries in D3D11 backend; added duration query test
assiduous
2020-08-25
1
-2
/
+11
*
Updated swap chain creation functions to use NativeWindow struct
assiduous
2020-02-02
1
-6
/
+6
*
Reworked C interface to optimize inheritance handling
assiduous
2020-01-29
14
-106
/
+62
*
Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...
assiduous
2020-01-28
13
-75
/
+28
*
Fixed few issues in C interface
assiduous
2020-01-28
1
-1
/
+0
*
Implemented IShaderD3D C interface.
assiduous
2020-01-28
1
-0
/
+1
*
Reworked C inteface method calls to use CALL_IFACE_METHOD macro
assiduous
2020-01-28
12
-31
/
+31
*
Implemented C interface for D3D12 backend
assiduous
2020-01-28
5
-11
/
+9
*
Refactored D3D11 C interface
assiduous
2020-01-28
14
-250
/
+252
*
Reworked C interfaces to share declaration with c++
assiduous
2020-01-27
1
-10
/
+10
*
Implemented D3D11 engine C interface (mostly)
assiduous
2020-01-27
14
-60
/
+421
*
Added query interface; implemented queries in D3D11 and D3D12
assiduous
2020-01-03
1
-0
/
+49
*
Updated coyright notice
assiduous
2020-01-01
13
-91
/
+143
*
Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...
Egor Yusov
2019-12-07
1
-47
/
+7
*
Added ADAPTER_TYPE enum and AdapterType member to AdapterAttribs struct (API ...
Egor Yusov
2019-12-06
1
-6
/
+6
*
clang-formatted GraphicsEngineD3D11 project
Egor Yusov
2019-11-23
13
-128
/
+114
*
Updated descriptions of backend-specific interfaces
Egor Yusov
2019-11-09
12
-12
/
+12
*
A bunch of updates to specify minimum feature level for D3D11/D3D12 backends ...
Egor Yusov
2019-10-17
1
-7
/
+73
*
Updated Copyright notice
Egor Yusov
2019-09-17
13
-13
/
+13
*
Added API info query
Egor Yusov
2019-04-06
1
-2
/
+2
*
Moved NumDeferredContexts parameter from factory functions to EngineCreateInf...
Egor Yusov
2019-03-18
1
-5
/
+3
*
Added IShaderResourceVariableD3D interface plus fixed some include paths
Egor Yusov
2019-03-08
1
-1
/
+1
*
Added IShaderD3D interface and HLSLShaderResourceDesc structure
Egor Yusov
2019-03-08
1
-2
/
+2
*
Made engine factory interfaces derived from IObject (fixed https://github.com...
Egor Yusov
2019-03-07
1
-1
/
+6
*
Updated D3D11, D3D12, and Vk EngineFactory headers & structures
Egor Yusov
2019-03-05
2
-82
/
+10
*
Updated copyright notice
Egor Yusov
2019-01-02
14
-14
/
+14
*
Added explicit resource state transitions to the API; implemented in D3D12
Egor Yusov
2018-11-18
1
-28
/
+41
*
Reworked D3D11 swap chain to properly return current RTV and DSV through GetC...
Egor Yusov
2018-10-07
1
-12
/
+6
*
Implemented IFence interface in all backends
Egor Yusov
2018-07-22
1
-5
/
+0
*
Added fence object stubs + code formatting
Egor Yusov
2018-07-20
1
-0
/
+51
*
Updaed code formatting of D3D11 backend source
Egor Yusov
2018-06-20
4
-31
/
+31
*
Implemented initialization in fullscreen mode on Win32
Egor Yusov
2018-03-30
1
-0
/
+1
*
Implemented option to specify hardware adapter when initializing the engine i...
Egor Yusov
2018-03-30
1
-0
/
+5
*
Implemented hardware adapter and display mode enumeration
Egor Yusov
2018-03-30
1
-0
/
+9
*
Fixed https://github.com/DiligentGraphics/DiligentEngine/issues/5
Egor Yusov
2018-03-04
1
-7
/
+4
*
Removed Errors.h from engine factory headers to dependency on NativePlatform
Egor Yusov
2018-02-23
1
-3
/
+7
*
Fixed interface headers to use relative paths in #include
Egor Yusov
2018-02-23
13
-19
/
+20
*
Replaced #ifdef ENGINE_DLL with #if ENGINE_DLL
Egor
2018-02-10
1
-1
/
+1
*
Updated copyright notice
Egor Yusov
2018-01-04
13
-13
/
+13
*
Reworked Common and Platform modules to break interdependenices;
Egor Yusov
2017-12-28
11
-18
/
+18
*
Enabling universal windows platform in cmake
Egor Yusov
2017-12-14
1
-0
/
+10
*
Updated to Diligent Engine 2.1
Egor Yusov
2017-11-13
5
-39
/
+98
*
Merge from dev branch
Egor Yusov
2017-05-20
13
-13
/
+13
*
Merging Updates from dev branch
Egor Yusov
2017-05-20
13
-13
/
+13
*
Fixed D3D12 warnings, updated copyright notice
Egor Yusov
2017-04-06
13
-13
/
+13
*
Updated to Diligent Engine 2.0
Egor Yusov
2016-08-20
16
-186
/
+211
[next]