index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Primitives
/
interface
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
DILIGENT_BEGIN_INTERFACE1 helper
s-ol
2021-03-27
1
-0
/
+9
*
Updated copyright notice
assiduous
2021-01-01
16
-16
/
+16
*
Added C API for IReferenceCounters
assiduous
2020-08-29
1
-0
/
+40
*
Added IDataBlob::GetConstData method
assiduous
2020-04-15
1
-5
/
+9
*
Enabled C API in GraphicsUtilities.h; added global function helper macros def...
assiduous
2020-02-02
2
-0
/
+69
*
Added API function call type specification to fix c/c++ mismatch on x86 MSVC
assiduous
2020-01-29
3
-6
/
+13
*
Reworked C interface to optimize inheritance handling
assiduous
2020-01-29
5
-34
/
+36
*
Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...
assiduous
2020-01-28
5
-15
/
+21
*
Reworked C inteface method calls to use CALL_IFACE_METHOD macro
assiduous
2020-01-28
5
-13
/
+15
*
Fixed class vs struct issues. Implemented HLSL2GLSL Convertor C interfaces
assiduous
2020-01-27
1
-2
/
+28
*
Guarded interface definitions by define-undef macro helper include pairs to a...
assiduous
2020-01-27
5
-27
/
+120
*
Reworked C interfaces to share declaration with c++
assiduous
2020-01-27
6
-30
/
+111
*
Implemented D3D11 engine C interface (mostly)
assiduous
2020-01-27
1
-0
/
+5
*
Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects
assiduous
2020-01-26
2
-1
/
+1
*
Fixed IObject::AddRef c interface
assiduous
2020-01-26
1
-1
/
+1
*
Fixed Buffer, BufferView, Texture, TextureView interfaces; added C interface ...
assiduous
2020-01-26
1
-5
/
+10
*
Updated Buffer and Texture C interfaces
assiduous
2020-01-25
1
-8
/
+15
*
c inteface: implemented core object VTBLs
assiduous
2020-01-25
2
-12
/
+30
*
Fixed issue with size_t in c headers
assiduous
2020-01-25
1
-0
/
+1
*
Fixed memcmp issue
assiduous
2020-01-25
1
-5
/
+2
*
Reworked main headers to be compatible with c
assiduous
2020-01-25
11
-80
/
+209
*
Updated handling of fatal errors
assiduous
2020-01-24
1
-20
/
+35
*
Updated coyright notice
assiduous
2020-01-01
11
-77
/
+121
*
Fixed issue with const PVoid not being the intended const void*
assiduous
2019-12-23
1
-0
/
+1
*
clang-formatted Primitives project
Egor Yusov
2019-11-24
11
-217
/
+233
*
Updated Copyright notice
Egor Yusov
2019-09-17
11
-11
/
+11
*
Fixed few clang warnings
Egor Yusov
2019-03-24
1
-6
/
+6
*
Improved shader resource layout error reporting
Egor Yusov
2019-03-23
1
-1
/
+1
*
Fixed a number of issue with resource binding
Egor Yusov
2019-03-01
1
-1
/
+1
*
Updating some files to match the new API
Egor Yusov
2019-02-27
1
-1
/
+1
*
Updated copyright notice
Egor Yusov
2019-01-02
11
-11
/
+11
*
Improved type safety of different flag types
Egor Yusov
2018-11-30
1
-0
/
+41
*
Fixed https://github.com/DiligentGraphics/DiligentCore/issues/37 (build error...
Egor Yusov
2018-10-23
1
-2
/
+7
*
Reworked dynamic descriptor set allocation/deallocation in Vk backend
Egor Yusov
2018-09-24
1
-0
/
+5
*
Fixed build - attempt 2
Egor Yusov
2018-09-23
1
-1
/
+1
*
Fixed linux/mac build errors
Egor Yusov
2018-09-23
1
-2
/
+2
*
Reworked message formatting
Egor Yusov
2018-09-23
2
-17
/
+20
*
Reworked upload heap in Vulkan to suballocate pages from the global resource ...
Egor Yusov
2018-08-01
1
-1
/
+1
*
Updated debug utilities to translate DEV_CHECK_ERR to VERIFY in debug build
Egor Yusov
2018-07-23
1
-14
/
+0
*
Implemented mapping with MAP_FLAG_DO_NOT_SYNCHRONIZE flag in Vulkan and D3D12
Egor Yusov
2018-07-22
1
-1
/
+1
*
Fixed release build error
Egor Yusov
2018-07-22
1
-1
/
+1
*
Implemented IFence interface in all backends
Egor Yusov
2018-07-22
1
-0
/
+36
*
Added Development configuration tests in Vulkan backend; fixed code formatting
Egor Yusov
2018-07-19
1
-9
/
+15
*
Reworked vulkan dynamic heap implementation
Egor Yusov
2018-06-16
1
-0
/
+31
*
Implemented initialization in fullscreen mode on Win32
Egor Yusov
2018-03-30
1
-4
/
+4
*
Added comments
Egor Yusov
2018-03-27
1
-1
/
+14
*
Added DebugMessageCallback to EngineCreation attribs
Egor Yusov
2018-03-27
2
-23
/
+53
*
Reworked debug message handling to allow user-specified callbacks
Egor Yusov
2018-03-27
1
-0
/
+142
*
Updated copyright notice
Egor Yusov
2018-01-04
8
-8
/
+8
*
Reworked Common and Platform modules to break interdependenices;
Egor Yusov
2017-12-28
8
-0
/
+498