summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated HLSL2GLSLConverter and ShaderMacroHelperassiduous2020-04-181-0/+6
* 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-087-233/+436
* TextureUploaderGL: fixed issue with row stride that must be at least 32-bit a...assiduous2020-04-021-1/+2
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-261-3/+5
* MathLib: added GetLinearTexFilterSampleInfo functionassiduous2020-03-161-2/+2
* Enabled C API in GraphicsUtilities.h; added global function helper macros def...assiduous2020-02-022-15/+42
* A bunch of final .h -> .hpp renamingsassiduous2020-01-271-1/+1
* Renamed platform headers .h -> .hppassiduous2020-01-273-3/+3
* More .h -> .hpp renamingsassiduous2020-01-263-7/+5
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-268-10/+10
* Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools...assiduous2020-01-2619-27/+27
* Moved MapHelper to GraphicsToolsassiduous2020-01-262-0/+203
* Reworked main headers to be compatible with cassiduous2020-01-251-5/+5
* Fixed a couple of clang warningsassiduous2020-01-142-2/+2
* Added DurationQueryHelper class; fixed issue with disjoint query in D3D11 bac...assiduous2020-01-133-0/+219
* Added ScopedQueryHelper classassiduous2020-01-113-0/+182
* Updated coyright noticeassiduous2020-01-0117-119/+187
* moved public public headers of GraphicsTools project to interface folder to m...assiduous2019-12-2611-15/+14
* Added ScreenCapture::HasCapture methodassiduous2019-12-252-0/+16
* Renamed MAP_FLAG_DO_NOT_SYNCHRONIZE flag to MAP_FLAG_NO_OVERWRITE (API version )assiduous2019-12-231-1/+1
* Fixed few vector initialization issuesEgor Yusov2019-11-281-1/+1
* Fixed leftover issues from clang-formattingEgor Yusov2019-11-281-2/+2
* clang-formatted GraphicsTools projectEgor Yusov2019-11-2416-659/+715
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-1/+1
* Fixed dependencies of GraphicsTools projectEgor Yusov2019-11-131-0/+7
* More cosmetic code changesEgor Yusov2019-10-082-5/+5
* Updated Copyright noticeEgor Yusov2019-09-1717-17/+17
* Fixed issue with logical vs storage texture size for block-compressed formatsEgor Yusov2019-08-071-2/+2
* Added Sam_Aniso4xWrap samplerEgor Yusov2019-07-211-0/+12
* ShaderMacroHelper: added RemoveMacro and UpdateMacro methodsEgor Yusov2019-07-151-8/+32
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-091-15/+15
* Added AddShaderMacro<> specialization for uintsEgor Yusov2019-05-061-0/+9
* Added WindowsFileSystem::OpenFileDialog() functionEgor Yusov2019-05-031-1/+0
* Few minor updatesEgor Yusov2019-04-262-11/+26
* Added ColorConversion.h/cppEgor Yusov2019-04-201-13/+5
* Cosmetic updates in GraphicsUtilities.hEgor Yusov2019-04-201-2/+15
* Updated texture uploader to support multi-mip resourcesEgor Yusov2019-04-195-121/+256
* 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-167-12/+65
* Fixed Linux/Mac build errorEgor Yusov2019-04-161-3/+0
* Reworked TextureUploaderD3D12 to work in D3D12 and Vulkan modesEgor Yusov2019-04-167-307/+412
* Fixed Linux/Mac build errorEgor Yusov2019-04-161-1/+1
* Fixed grammatic error plus few minor updatesEgor Yusov2019-04-162-415/+431
* Added comments about Fence thread safety; minor code improvementsEgor Yusov2019-04-142-4/+4
* Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...Egor Yusov2019-04-063-130/+0
* Implemented staging textures in Vk backendEgor Yusov2019-04-051-0/+1
* Added ScreenCapture classEgor Yusov2019-04-013-0/+204