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