summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed Align to AlignUpassiduous2021-03-192-3/+3
* GraphicsTools: removed pch.h (fixed https://github.com/DiligentGraphics/Dilig...assiduous2021-02-068-36/+0
* IBufferSuballocation: added SetUserData()/GetUserData() methodsassiduous2021-01-101-0/+12
* Added IDeviceObject::SetUserData() and IDeviceObject::GetUserData() methods (...assiduous2021-01-101-0/+12
* Updated copyright noticeassiduous2021-01-0112-12/+12
* Few updated to BufferSuballocator and DynamicTextureAtlasassiduous2020-12-102-4/+4
* Fixed minor issue with IDynamicTextureAtlas::GetAtlasDesc not being pure virtualassiduous2020-12-081-1/+1
* Updated CreateBufferSuballocator and CreateDynamicTextureAtlas functions to t...assiduous2020-12-082-12/+12
* Moved pDevice parameter from BufferSuballocatorCreateInfo and DynamicTextureA...assiduous2020-12-082-7/+13
* Fixed issue with the last reference to TextureAtlasSuballocation and BufferSu...assiduous2020-12-082-0/+24
* Fixed potential threading issue in BufferSuballocatorImplassiduous2020-12-071-9/+11
* A number of fixes/improvements to DynamicTextureAtlasassiduous2020-12-071-86/+73
* Graphics tools: added Dynamic Texture Atlasassiduous2020-12-072-7/+418
* GraphicsTools: added IBufferSuballocatorassiduous2020-12-071-0/+228
* GraphicsTools: added DynamicBuffer classassiduous2020-12-061-0/+112
* Fixed clang warningassiduous2020-12-031-0/+3
* Another minor update to SRGBAverageassiduous2020-11-291-1/+2
* Minor update to SRGBAverage helper functionassiduous2020-11-291-2/+3
* Graphics Utilities: added ComputeMipLevel functionassiduous2020-11-291-0/+211
* Fixed another Mac/Linux build issueassiduous2020-04-091-4/+18
* Added Texture uploader test plus fixed a bunch of issuesassiduous2020-04-093-17/+21
* Updated ITextureUploader to allow synchronous executionassiduous2020-04-083-208/+351
* TextureUploaderGL: fixed issue with row stride that must be at least 32-bit a...assiduous2020-04-021-1/+2
* Enabled C API in GraphicsUtilities.h; added global function helper macros def...assiduous2020-02-021-0/+27
* Renamed platform headers .h -> .hppassiduous2020-01-271-1/+1
* More .h -> .hpp renamingsassiduous2020-01-261-1/+1
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-263-4/+4
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-268-13/+13
* Reworked main headers to be compatible with cassiduous2020-01-251-5/+5
* Added DurationQueryHelper class; fixed issue with disjoint query in D3D11 bac...assiduous2020-01-131-0/+114
* Added ScopedQueryHelper classassiduous2020-01-111-0/+92
* Updated coyright noticeassiduous2020-01-017-49/+77
* Added ScreenCapture::HasCapture methodassiduous2019-12-251-0/+15
* Renamed MAP_FLAG_DO_NOT_SYNCHRONIZE flag to MAP_FLAG_NO_OVERWRITE (API version )assiduous2019-12-231-1/+1
* Fixed leftover issues from clang-formattingEgor Yusov2019-11-281-2/+2
* clang-formatted GraphicsTools projectEgor Yusov2019-11-246-251/+280
* More cosmetic code changesEgor Yusov2019-10-081-4/+4
* Updated Copyright noticeEgor Yusov2019-09-177-7/+7
* 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
* Few minor updatesEgor Yusov2019-04-261-9/+23
* Added ColorConversion.h/cppEgor Yusov2019-04-201-13/+5
* Updated texture uploader to support multi-mip resourcesEgor Yusov2019-04-193-107/+221
* 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-163-1/+35
* Added ITextureUploader::GetStats methodEgor Yusov2019-04-163-7/+41
* Fixed Linux/Mac build errorEgor Yusov2019-04-161-3/+0
* Reworked TextureUploaderD3D12 to work in D3D12 and Vulkan modesEgor Yusov2019-04-163-286/+371
* Fixed Linux/Mac build errorEgor Yusov2019-04-161-1/+1
* Fixed grammatic error plus few minor updatesEgor Yusov2019-04-162-415/+431