summaryrefslogtreecommitdiffstats
path: root/Graphics (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetic code changesEgor Yusov2019-08-092-154/+156
* OpenGL backend: added handling of Buffers and RW BuffersEgor Yusov2019-08-099-45/+136
* Improved incorrect buffer parameters error reportingEgor Yusov2019-08-091-9/+5
* Fixed out-of-memory issue when resizing D3D11 swap chainEgor Yusov2019-08-081-0/+3
* OpenGL backend: creating a dummy fragment shader when none is present in the ...Egor Yusov2019-08-071-0/+13
* Fixed issue with logical vs storage texture size for block-compressed formatsEgor Yusov2019-08-076-33/+39
* Fixed UWP build issue related to windows version checkEgor Yusov2019-07-251-2/+7
* Fixed issue with DXGI swap chain not supporting DXGI_SCALING_NONE on Windows 7Egor Yusov2019-07-251-3/+5
* Vulkan backend: added SPIRV legalization when compiling from HLSLEgor Yusov2019-07-241-1/+18
* Added Sam_Aniso4xWrap samplerEgor Yusov2019-07-211-0/+12
* Fixed issue with depth clamping in GL backendEgor Yusov2019-07-163-7/+11
* ShaderMacroHelper: added RemoveMacro and UpdateMacro methodsEgor Yusov2019-07-151-8/+32
* Fixed output name of GraphicsEngineVk on non-windows platformsEgor Yusov2019-06-091-1/+1
* Added 'Diligent-' prefix to project names to avoid name conflicts (https://gi...Egor Yusov2019-06-0913-271/+271
* Reworked Android Platform to not depend on NDKHelper & native_app_glueEgor2019-05-113-1/+22
* Minor update to GenerateMipsVkHelper to properly define shader macrosEgor Yusov2019-05-061-3/+3
* Added AddShaderMacro<> specialization for uintsEgor Yusov2019-05-061-0/+9
* Minor changeEgor Yusov2019-05-051-1/+1
* Added safe check that same PSO is being boundEgor Yusov2019-05-055-4/+23
* Added WindowsFileSystem::OpenFileDialog() functionEgor Yusov2019-05-031-1/+0
* Fixed bug in creating framebuffer for a cubemap face in OpenGLEgor Yusov2019-04-301-2/+2
* Few minor updatesEgor Yusov2019-04-265-14/+29
* Improved error messages about incorrect resource states specified in the barrierEgor Yusov2019-04-251-1/+4
* Added IShaderResourceVariable::IsBound method (updated API version to 240024)Egor Yusov2019-04-257-49/+58
* Updated math libraryEgor Yusov2019-04-231-1/+1
* Added ColorConversion.h/cppEgor Yusov2019-04-204-14/+153
* Cosmetic updates in GraphicsUtilities.hEgor Yusov2019-04-201-2/+15
* Updated texture uploader to support multi-mip resourcesEgor Yusov2019-04-195-121/+256
* Fixed issues with multi-mip level staging resource in Vk and D3D12 back-endsEgor Yusov2019-04-199-116/+91
* Fixed parameter issue in ALLOCATE macroEgor Yusov2019-04-191-1/+1
* Fixed unpack buffer offsets in GL back-endEgor Yusov2019-04-197-11/+44
* Fixed handling compressed textures in TextureUploaderGL; fixed non-compressed...Egor Yusov2019-04-183-13/+13
* Fixed copying compressed textures in Vulkan back-endEgor Yusov2019-04-182-27/+38
* Added validation to texture uploader dtors; updated pending operations counti...Egor Yusov2019-04-163-1/+35
* Added convenience constructors for TextureData and MappedTextureSubresource s...Egor Yusov2019-04-161-5/+23
* 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 issue with FenceVkImpl not waiting for Vulkan fences to signal when bei...Egor Yusov2019-04-162-5/+13
* Fixed Linux/Mac build errorEgor Yusov2019-04-161-1/+1
* Fixed grammatic error plus few minor updatesEgor Yusov2019-04-169-423/+439
* Fixed issue with buffer usage flagsEgor Yusov2019-04-141-4/+4
* Couple of minor updatesEgor Yusov2019-04-141-2/+6
* Improved handling of read-only storage buffers (aka buffer SRVs) in Vulkan ba...Egor Yusov2019-04-147-36/+78
* Added comments about Fence thread safety; minor code improvementsEgor Yusov2019-04-144-4/+13
* Implemented generate PSO cache warmup when texture view is createdEgor Yusov2019-04-144-11/+19
* Fixed issue with layout transition when generating mipmapsEgor Yusov2019-04-132-3/+3
* Fixed issues with D3D12 staging resources and mipmap generation in VulkanEgor Yusov2019-04-133-38/+31
* Improved names of default texture viewsEgor Yusov2019-04-132-1/+15
* Minor typo.Thomas Bishop2019-04-131-2/+2