summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools/src/TextureUploaderGL.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed Align to AlignUpassiduous2021-03-191-1/+1
* GraphicsTools: removed pch.h (fixed https://github.com/DiligentGraphics/Dilig...assiduous2021-02-061-1/+0
* Updated copyright noticeassiduous2021-01-011-1/+1
* Added Texture uploader test plus fixed a bunch of issuesassiduous2020-04-091-14/+13
* Updated ITextureUploader to allow synchronous executionassiduous2020-04-081-55/+96
* TextureUploaderGL: fixed issue with row stride that must be at least 32-bit a...assiduous2020-04-021-1/+2
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-261-2/+2
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-261-2/+2
* Updated coyright noticeassiduous2020-01-011-7/+11
* Fixed leftover issues from clang-formattingEgor Yusov2019-11-281-2/+2
* clang-formatted GraphicsTools projectEgor Yusov2019-11-241-62/+71
* Updated Copyright noticeEgor Yusov2019-09-171-1/+1
* Fixed issue with logical vs storage texture size for block-compressed formatsEgor Yusov2019-08-071-2/+2
* Added WindowsFileSystem::OpenFileDialog() functionEgor Yusov2019-05-031-1/+0
* Updated texture uploader to support multi-mip resourcesEgor Yusov2019-04-191-27/+85
* Fixed handling compressed textures in TextureUploaderGL; fixed non-compressed...Egor Yusov2019-04-181-6/+2
* Added validation to texture uploader dtors; updated pending operations counti...Egor Yusov2019-04-161-0/+9
* Added ITextureUploader::GetStats methodEgor Yusov2019-04-161-0/+8
* Fixed Linux/Mac build errorEgor Yusov2019-04-161-1/+1
* Fixed grammatic error plus few minor updatesEgor Yusov2019-04-161-190/+197
* Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGINGEgor Yusov2019-03-181-2/+2
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2019-02-091-1/+1
* Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGLEgor Yusov2019-01-141-1/+1
* Updated copyright noticeEgor Yusov2019-01-021-1/+1
* Fixed build under MinGWEgor Yusov2018-12-131-1/+1
* Brought back MapType paramter to UnmapBuffer() function. The performance hit ...Egor Yusov2018-12-021-1/+1
* Added explicit state transition control to UpdateBuffer and UpdateTexture com...Egor Yusov2018-12-021-1/+2
* Renamed/moved IBuffer::Map() to IDeviceContext::MapBuffer()Egor Yusov2018-11-251-2/+2
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-241-1/+1
* Moved Signal class from LockHelper.h to Signal.hEgor Yusov2018-08-281-0/+1
* Implemented raw buffers (fixed https://github.com/DiligentGraphics/DiligentCo...Egor Yusov2018-08-261-1/+1
* Reworked debug message handling to allow user-specified callbacksEgor Yusov2018-03-271-0/+1
* Updated copyright noticeEgor Yusov2018-01-041-1/+1
* Reworked Common and Platform modules to break interdependenices;Egor Yusov2017-12-281-2/+2
* Updated to Diligent Engine 2.1Egor Yusov2017-11-131-0/+271