summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGINGEgor Yusov2019-03-182-4/+4
* Added Sam_ComparsionLinearClamp to common statesEgor Yusov2019-02-151-0/+13
* Updated IRenderDevice::CreateTexture and IRenderDevice::CreateBuffer to take ...Egor Yusov2019-02-094-6/+6
* Defined constructos to fix build errors on Apple's clangEgor Yusov2019-02-081-11/+10
* Cleared interface: removed superfluous default constructors; added default me...Egor Yusov2019-02-081-33/+152
* Fixed couple of issues in HLSL2GLSLConverterImpl and TextureUploaderGLEgor Yusov2019-01-141-1/+1
* Fixed bug in TextureUploaderD3D12Egor Yusov2019-01-141-1/+2
* Updated copyright noticeEgor Yusov2019-01-0217-17/+17
* Made engine core installation optional that is on by default on Win32 and Lin...Egor Yusov2018-12-171-1/+3
* Added install steps; updated header structure for platformsEgor Yusov2018-12-171-0/+2
* Fixed build under MinGWEgor Yusov2018-12-133-3/+3
* 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-022-2/+4
* Improved type safety of different flag typesEgor Yusov2018-11-302-3/+3
* Renamed/moved IBuffer::Map() to IDeviceContext::MapBuffer()Egor Yusov2018-11-252-4/+10
* Renamed/moved ITexture::UpdateData() to IDeviceContext::UpdateTexture()Egor Yusov2018-11-242-2/+2
* Unified resource liftime management in D3D12 and Vk backendsEgor Yusov2018-09-221-2/+2
* Code formattingEgor Yusov2018-09-041-14/+14
* Moved Signal class from LockHelper.h to Signal.hEgor Yusov2018-08-283-0/+3
* Implemented raw buffers (fixed https://github.com/DiligentGraphics/DiligentCo...Egor Yusov2018-08-264-6/+6
* Reworked debug message handling to allow user-specified callbacksEgor Yusov2018-03-273-0/+3
* Fixed include paths in GraphicsTools project; fixed build errorsEgor Yusov2018-03-257-18/+19
* Fixed formatting of cmake files + couple of minor updatesEgor Yusov2018-02-131-29/+29
* Enabled MacOS buildEgor Yusov2018-01-191-1/+1
* Updated copyright noticeEgor Yusov2018-01-0417-17/+17