index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsTools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_CORE
Egor Yusov
2019-11-21
1
-1
/
+1
*
Fixed dependencies of GraphicsTools project
Egor Yusov
2019-11-13
1
-0
/
+7
*
More cosmetic code changes
Egor Yusov
2019-10-08
2
-5
/
+5
*
Updated Copyright notice
Egor Yusov
2019-09-17
17
-17
/
+17
*
Fixed issue with logical vs storage texture size for block-compressed formats
Egor Yusov
2019-08-07
1
-2
/
+2
*
Added Sam_Aniso4xWrap sampler
Egor Yusov
2019-07-21
1
-0
/
+12
*
ShaderMacroHelper: added RemoveMacro and UpdateMacro methods
Egor Yusov
2019-07-15
1
-8
/
+32
*
Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...
Egor Yusov
2019-06-09
1
-15
/
+15
*
Added AddShaderMacro<> specialization for uints
Egor Yusov
2019-05-06
1
-0
/
+9
*
Added WindowsFileSystem::OpenFileDialog() function
Egor Yusov
2019-05-03
1
-1
/
+0
*
Few minor updates
Egor Yusov
2019-04-26
2
-11
/
+26
*
Added ColorConversion.h/cpp
Egor Yusov
2019-04-20
1
-13
/
+5
*
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 handling compressed textures in TextureUploaderGL; fixed non-compressed...
Egor Yusov
2019-04-18
1
-6
/
+2
*
Added validation to texture uploader dtors; updated pending operations counti...
Egor Yusov
2019-04-16
3
-1
/
+35
*
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 Linux/Mac build error
Egor Yusov
2019-04-16
1
-1
/
+1
*
Fixed grammatic error plus few minor updates
Egor Yusov
2019-04-16
2
-415
/
+431
*
Added comments about Fence thread safety; minor code improvements
Egor Yusov
2019-04-14
2
-4
/
+4
*
Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...
Egor Yusov
2019-04-06
3
-130
/
+0
*
Implemented staging textures in Vk backend
Egor Yusov
2019-04-05
1
-0
/
+1
*
Added ScreenCapture class
Egor Yusov
2019-04-01
3
-0
/
+204
*
Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING
Egor Yusov
2019-03-18
2
-4
/
+4
*
Added Sam_ComparsionLinearClamp to common states
Egor Yusov
2019-02-15
1
-0
/
+13
*
Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...
Egor Yusov
2019-02-09
4
-6
/
+6
*
Defined constructos to fix build errors on Apple's clang
Egor Yusov
2019-02-08
1
-11
/
+10
*
Cleared interface: removed superfluous default constructors; added default me...
Egor Yusov
2019-02-08
1
-33
/
+152
*
Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGL
Egor Yusov
2019-01-14
1
-1
/
+1
*
Fixed bug in TextureUploaderD3D12
Egor Yusov
2019-01-14
1
-1
/
+2
*
Updated copyright notice
Egor Yusov
2019-01-02
17
-17
/
+17
*
Made engine core installation optional that is on by default on Win32 and Lin...
Egor Yusov
2018-12-17
1
-1
/
+3
*
Added install steps; updated header structure for platforms
Egor Yusov
2018-12-17
1
-0
/
+2
*
Fixed build under MinGW
Egor Yusov
2018-12-13
3
-3
/
+3
*
Brought back MapType paramter to UnmapBuffer() function. The performance hit ...
Egor Yusov
2018-12-02
1
-1
/
+1
*
Added explicit state transition control to UpdateBuffer and UpdateTexture com...
Egor Yusov
2018-12-02
2
-2
/
+4
*
Improved type safety of different flag types
Egor Yusov
2018-11-30
2
-3
/
+3
*
Renamed/moved IBuffer::Map() to IDeviceContext::MapBuffer()
Egor Yusov
2018-11-25
2
-4
/
+10
*
Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()
Egor Yusov
2018-11-24
2
-2
/
+2
*
Unified resource liftime management in D3D12 and Vk backends
Egor Yusov
2018-09-22
1
-2
/
+2
*
Code formatting
Egor Yusov
2018-09-04
1
-14
/
+14
*
Moved Signal class from LockHelper.h to Signal.h
Egor Yusov
2018-08-28
3
-0
/
+3
*
Implemented raw buffers (fixed https://github.com/DiligentGraphics/DiligentCo...
Egor Yusov
2018-08-26
4
-6
/
+6
*
Reworked debug message handling to allow user-specified callbacks
Egor Yusov
2018-03-27
3
-0
/
+3
*
Fixed include paths in GraphicsTools project; fixed build errors
Egor Yusov
2018-03-25
7
-18
/
+19
*
Fixed formatting of cmake files + couple of minor updates
Egor Yusov
2018-02-13
1
-29
/
+29
*
Enabled MacOS build
Egor Yusov
2018-01-19
1
-1
/
+1
*
Updated copyright notice
Egor Yusov
2018-01-04
17
-17
/
+17
[prev]
[next]