index
:
DiligentCore
ext-vk
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Graphics
/
GraphicsTools
/
src
/
TextureUploaderGL.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed Align to AlignUp
assiduous
2021-03-19
1
-1
/
+1
*
GraphicsTools: removed pch.h (fixed https://github.com/DiligentGraphics/Dilig...
assiduous
2021-02-06
1
-1
/
+0
*
Updated copyright notice
assiduous
2021-01-01
1
-1
/
+1
*
Added Texture uploader test plus fixed a bunch of issues
assiduous
2020-04-09
1
-14
/
+13
*
Updated ITextureUploader to allow synchronous execution
assiduous
2020-04-08
1
-55
/
+96
*
TextureUploaderGL: fixed issue with row stride that must be at least 32-bit a...
assiduous
2020-04-02
1
-1
/
+2
*
Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects
assiduous
2020-01-26
1
-2
/
+2
*
Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...
assiduous
2020-01-26
1
-2
/
+2
*
Updated coyright notice
assiduous
2020-01-01
1
-7
/
+11
*
Fixed leftover issues from clang-formatting
Egor Yusov
2019-11-28
1
-2
/
+2
*
clang-formatted GraphicsTools project
Egor Yusov
2019-11-24
1
-62
/
+71
*
Updated Copyright notice
Egor Yusov
2019-09-17
1
-1
/
+1
*
Fixed issue with logical vs storage texture size for block-compressed formats
Egor Yusov
2019-08-07
1
-2
/
+2
*
Added WindowsFileSystem::OpenFileDialog() function
Egor Yusov
2019-05-03
1
-1
/
+0
*
Updated texture uploader to support multi-mip resources
Egor Yusov
2019-04-19
1
-27
/
+85
*
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
1
-0
/
+9
*
Added ITextureUploader::GetStats method
Egor Yusov
2019-04-16
1
-0
/
+8
*
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
1
-190
/
+197
*
Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGING
Egor Yusov
2019-03-18
1
-2
/
+2
*
Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...
Egor Yusov
2019-02-09
1
-1
/
+1
*
Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGL
Egor Yusov
2019-01-14
1
-1
/
+1
*
Updated copyright notice
Egor Yusov
2019-01-02
1
-1
/
+1
*
Fixed build under MinGW
Egor Yusov
2018-12-13
1
-1
/
+1
*
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
1
-1
/
+2
*
Renamed/moved IBuffer::Map() to IDeviceContext::MapBuffer()
Egor Yusov
2018-11-25
1
-2
/
+2
*
Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()
Egor Yusov
2018-11-24
1
-1
/
+1
*
Moved Signal class from LockHelper.h to Signal.h
Egor Yusov
2018-08-28
1
-0
/
+1
*
Implemented raw buffers (fixed https://github.com/DiligentGraphics/DiligentCo...
Egor Yusov
2018-08-26
1
-1
/
+1
*
Reworked debug message handling to allow user-specified callbacks
Egor Yusov
2018-03-27
1
-0
/
+1
*
Updated copyright notice
Egor Yusov
2018-01-04
1
-1
/
+1
*
Reworked Common and Platform modules to break interdependenices;
Egor Yusov
2017-12-28
1
-2
/
+2
*
Updated to Diligent Engine 2.1
Egor Yusov
2017-11-13
1
-0
/
+271