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
...
*
Cosmetic code changes
Egor Yusov
2019-08-09
2
-154
/
+156
*
OpenGL backend: added handling of Buffers and RW Buffers
Egor Yusov
2019-08-09
9
-45
/
+136
*
Improved incorrect buffer parameters error reporting
Egor Yusov
2019-08-09
1
-9
/
+5
*
Fixed out-of-memory issue when resizing D3D11 swap chain
Egor Yusov
2019-08-08
1
-0
/
+3
*
OpenGL backend: creating a dummy fragment shader when none is present in the ...
Egor Yusov
2019-08-07
1
-0
/
+13
*
Fixed issue with logical vs storage texture size for block-compressed formats
Egor Yusov
2019-08-07
6
-33
/
+39
*
Fixed UWP build issue related to windows version check
Egor Yusov
2019-07-25
1
-2
/
+7
*
Fixed issue with DXGI swap chain not supporting DXGI_SCALING_NONE on Windows 7
Egor Yusov
2019-07-25
1
-3
/
+5
*
Vulkan backend: added SPIRV legalization when compiling from HLSL
Egor Yusov
2019-07-24
1
-1
/
+18
*
Added Sam_Aniso4xWrap sampler
Egor Yusov
2019-07-21
1
-0
/
+12
*
Fixed issue with depth clamping in GL backend
Egor Yusov
2019-07-16
3
-7
/
+11
*
ShaderMacroHelper: added RemoveMacro and UpdateMacro methods
Egor Yusov
2019-07-15
1
-8
/
+32
*
Fixed output name of GraphicsEngineVk on non-windows platforms
Egor Yusov
2019-06-09
1
-1
/
+1
*
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
2019-06-09
13
-271
/
+271
*
Reworked Android Platform to not depend on NDKHelper & native_app_glue
Egor
2019-05-11
3
-1
/
+22
*
Minor update to GenerateMipsVkHelper to properly define shader macros
Egor Yusov
2019-05-06
1
-3
/
+3
*
Added AddShaderMacro<> specialization for uints
Egor Yusov
2019-05-06
1
-0
/
+9
*
Minor change
Egor Yusov
2019-05-05
1
-1
/
+1
*
Added safe check that same PSO is being bound
Egor Yusov
2019-05-05
5
-4
/
+23
*
Added WindowsFileSystem::OpenFileDialog() function
Egor Yusov
2019-05-03
1
-1
/
+0
*
Fixed bug in creating framebuffer for a cubemap face in OpenGL
Egor Yusov
2019-04-30
1
-2
/
+2
*
Few minor updates
Egor Yusov
2019-04-26
5
-14
/
+29
*
Improved error messages about incorrect resource states specified in the barrier
Egor Yusov
2019-04-25
1
-1
/
+4
*
Added IShaderResourceVariable::IsBound method (updated API version to 240024)
Egor Yusov
2019-04-25
7
-49
/
+58
*
Updated math library
Egor Yusov
2019-04-23
1
-1
/
+1
*
Added ColorConversion.h/cpp
Egor Yusov
2019-04-20
4
-14
/
+153
*
Cosmetic updates in GraphicsUtilities.h
Egor Yusov
2019-04-20
1
-2
/
+15
*
Updated texture uploader to support multi-mip resources
Egor Yusov
2019-04-19
5
-121
/
+256
*
Fixed issues with multi-mip level staging resource in Vk and D3D12 back-ends
Egor Yusov
2019-04-19
9
-116
/
+91
*
Fixed parameter issue in ALLOCATE macro
Egor Yusov
2019-04-19
1
-1
/
+1
*
Fixed unpack buffer offsets in GL back-end
Egor Yusov
2019-04-19
7
-11
/
+44
*
Fixed handling compressed textures in TextureUploaderGL; fixed non-compressed...
Egor Yusov
2019-04-18
3
-13
/
+13
*
Fixed copying compressed textures in Vulkan back-end
Egor Yusov
2019-04-18
2
-27
/
+38
*
Added validation to texture uploader dtors; updated pending operations counti...
Egor Yusov
2019-04-16
3
-1
/
+35
*
Added convenience constructors for TextureData and MappedTextureSubresource s...
Egor Yusov
2019-04-16
1
-5
/
+23
*
Added ITextureUploader::GetStats method
Egor Yusov
2019-04-16
7
-12
/
+65
*
Fixed Linux/Mac build error
Egor Yusov
2019-04-16
1
-3
/
+0
*
Reworked TextureUploaderD3D12 to work in D3D12 and Vulkan modes
Egor Yusov
2019-04-16
7
-307
/
+412
*
Fixed issue with FenceVkImpl not waiting for Vulkan fences to signal when bei...
Egor Yusov
2019-04-16
2
-5
/
+13
*
Fixed Linux/Mac build error
Egor Yusov
2019-04-16
1
-1
/
+1
*
Fixed grammatic error plus few minor updates
Egor Yusov
2019-04-16
9
-423
/
+439
*
Fixed issue with buffer usage flags
Egor Yusov
2019-04-14
1
-4
/
+4
*
Couple of minor updates
Egor Yusov
2019-04-14
1
-2
/
+6
*
Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...
Egor Yusov
2019-04-14
7
-36
/
+78
*
Added comments about Fence thread safety; minor code improvements
Egor Yusov
2019-04-14
4
-4
/
+13
*
Implemented generate PSO cache warmup when texture view is created
Egor Yusov
2019-04-14
4
-11
/
+19
*
Fixed issue with layout transition when generating mipmaps
Egor Yusov
2019-04-13
2
-3
/
+3
*
Fixed issues with D3D12 staging resources and mipmap generation in Vulkan
Egor Yusov
2019-04-13
3
-38
/
+31
*
Improved names of default texture views
Egor Yusov
2019-04-13
2
-1
/
+15
*
Minor typo.
Thomas Bishop
2019-04-13
1
-2
/
+2
[prev]
[next]