index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed EngineD3D11DebugFlags to D3D11_DEBUG_FLAGS (Updated API version to 24...
Egor Yusov
2019-10-19
4
-32
/
+26
*
Vulkan backend: added a bunch of __forceinline's to improve performance
Egor Yusov
2019-10-19
8
-185
/
+191
*
Fixed Metal backend
Egor Yusov
2019-10-19
2
-11
/
+44
*
Updated definition of __forceinline on gcc/clang
Egor Yusov
2019-10-19
1
-1
/
+1
*
Fixed __forceinline definition on gcc/clang
Egor Yusov
2019-10-19
1
-1
/
+1
*
Reworked Draw and DispatchCompute commands (Updated API version to 240033)
Egor Yusov
2019-10-19
15
-567
/
+1052
*
Added convenience constructor to LayoutElement struct
Egor Yusov
2019-10-18
1
-0
/
+19
*
Minor coment
Egor Yusov
2019-10-17
1
-1
/
+1
*
Updated d3d backend initialization + d3d shader model selection
Egor Yusov
2019-10-17
5
-29
/
+27
*
A bunch of updates to specify minimum feature level for D3D11/D3D12 backends ...
Egor Yusov
2019-10-17
18
-238
/
+478
*
Added option to install PDB files on Windows (closed https://github.com/Dilig...
Egor Yusov
2019-10-13
3
-1
/
+10
*
GL backend: fixed few GLES issues
Egor
2019-10-13
2
-4
/
+22
*
OpenGL buffer implementation: removed MapWriteDiscardBugWA
Egor Yusov
2019-10-13
2
-42
/
+13
*
Added some comment
Egor Yusov
2019-10-13
1
-1
/
+6
*
OpenGL backend: improved buffer binding
Egor Yusov
2019-10-13
20
-173
/
+253
*
Updated 3rd party submodules
Egor Yusov
2019-10-12
4
-0
/
+0
*
HLSL->GLSL conerter: allowed providing null HLSL source code pointer in which...
Egor Yusov
2019-10-12
2
-4
/
+92
*
HLSL->GLSL converter: added bindings for image uniforms
Egor Yusov
2019-10-11
2
-7
/
+17
*
GL backend: updated comments
Egor Yusov
2019-10-10
9
-11
/
+91
*
Added EngineD3D12CreateInfo::BreakOnError and EngineD3D12CreateInfo::BreakOnC...
Egor Yusov
2019-10-10
4
-6
/
+21
*
Fixed a couple of gcc/clang build issues
Egor Yusov
2019-10-10
2
-1
/
+2
*
Unified resource binding verification in all backends
Egor Yusov
2019-10-10
6
-357
/
+306
*
Reworked resourc binding error handling in GL backend
Egor Yusov
2019-10-09
3
-144
/
+91
*
OpenGL backend: improved resource binding issues reporting
Egor Yusov
2019-10-08
5
-34
/
+46
*
Fixed build issue
Egor Yusov
2019-10-08
1
-1
/
+1
*
More cosmetic code changes
Egor Yusov
2019-10-08
47
-199
/
+270
*
D3D11 backend: cosmetic code changes
Egor Yusov
2019-10-08
20
-38
/
+140
*
D3D12 backend: cosmetic code changes + fixed clang build error
Egor Yusov
2019-10-08
32
-161
/
+199
*
OpenGL backend: cosmetic code changes
Egor Yusov
2019-10-08
23
-100
/
+234
*
Fixed another clang build issue + some code formatting
Egor Yusov
2019-10-08
10
-62
/
+69
*
Fixed gcc/clang build issues
Egor Yusov
2019-10-08
3
-9
/
+51
*
Completely reworked shader resource binding implementation in OpenGL backend ...
Egor Yusov
2019-10-07
30
-1797
/
+2987
*
Fixed JNI object reference leak in AndroidFileSystem
Egor
2019-10-03
1
-0
/
+3
*
HLSL2GLSL converter: implemented automatic assignment of shader storage buffe...
Egor Yusov
2019-10-03
3
-5
/
+16
*
GL backend: fixed Android issues
Egor
2019-10-02
4
-6
/
+45
*
Vulkan backend: fixed minor issue in CommitScissorRects()
Egor Yusov
2019-09-29
1
-0
/
+3
*
Fixed issue in Quaternion::RotationFromAxisAngle when axis is null
Egor Yusov
2019-09-28
1
-6
/
+9
*
GL backend: reworked VAO cache key to use object unique IDs instead of pointers
Egor Yusov
2019-09-28
2
-46
/
+41
*
Added Quaternion::RotateVector method
Egor Yusov
2019-09-28
1
-0
/
+6
*
Added EngineD3D12CreateInfo::EnableDebugLayer (updated API Version to 240030)
Egor Yusov
2019-09-26
6
-7
/
+19
*
GL backend: fixed issue with random glBindBuffer() calls messing up currently...
Egor Yusov
2019-09-25
24
-276
/
+310
*
appveyor: updated cmake command
Egor Yusov
2019-09-24
1
-1
/
+1
*
Fixed typos
Egor Yusov
2019-09-18
4
-11
/
+11
*
D3D12 backend: updated debug interface settings
Egor Yusov
2019-09-18
1
-2
/
+8
*
Fixed some issues on Win32 platform
Egor Yusov
2019-09-18
3
-22
/
+32
*
Updated SPIRV-Cross module
Egor Yusov
2019-09-18
2
-0
/
+1
*
Added CMake instructions to install licenses
Egor Yusov
2019-09-18
2
-1
/
+8
*
Fixed mac/ios/linux vulkan libs issues after moving files on Windows
Egor Yusov
2019-09-18
6
-0
/
+0
*
Added Vulkan libs
Egor Yusov
2019-09-17
8
-0
/
+9
*
Renamed External to ThirdParty
Egor Yusov
2019-09-17
1354
-33
/
+24
[next]