summaryrefslogtreecommitdiffstats
path: root/Graphics (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improved mipmap generation in D3D12 backendEgor Yusov2019-04-136-92/+164
* Updated ALLOCATE macros to make it more convenientEgor Yusov2019-04-1328-76/+61
* Optimized memory layout of ObjectBase<> (reduced size by 40 bytes on msvc x64)Egor Yusov2019-04-113-33/+49
* Fixed Mac/iOS build errorEgor Yusov2019-04-111-1/+2
* Reworked automatic mipmap generation in Vulkan backend to support sRGB textur...Egor Yusov2019-04-1117-212/+452
* Added render target format validation when creating a PSOEgor Yusov2019-04-071-72/+83
* Added DRAW_FLAG_VERIFY_DRAW_ATTRIBS, DRAW_FLAG_VERIFY_RENDER_TARGETS, and DRA...Egor Yusov2019-04-0710-83/+113
* Made IShaderSourceInputStreamFactory derived from IObject (upgraded API Versi...Egor Yusov2019-04-0630-226/+313
* Added API info queryEgor Yusov2019-04-0610-12/+287
* Fixed Metal back-endEgor Yusov2019-04-053-6/+6
* Replaced overloaded IShaderResourceBinding::GetVariable() with IShaderResourc...Egor Yusov2019-04-0511-25/+25
* Replaced overloaded IPipelineState::GetStaticShaderVariable() with IPipelineS...Egor Yusov2019-04-0510-19/+19
* Implemented staging textures in Vk backendEgor Yusov2019-04-0510-442/+794
* Fixed issue with dynamic textures in D3D12 back-endEgor Yusov2019-04-032-7/+3
* Fixed build errorsEgor Yusov2019-04-021-3/+5
* Implemented staging textures in D3D12 back-endEgor Yusov2019-04-024-212/+446
* Added ScreenCapture classEgor Yusov2019-04-013-0/+204
* Added swap chain usage flagsEgor Yusov2019-03-313-8/+45
* Fixed default GL viewport size issue on iOSEgor Yusov2019-03-311-13/+13
* Updated SPIRV-Cross build scriptsEgor Yusov2019-03-271-1/+1
* Revert "Allocating spirv-cross parser and compiler on the heap to fix crash o...Egor Yusov2019-03-251-8/+6
* Allocating spirv-cross parser and compiler on the heap to fix crash on iOS ap...Egor Yusov2019-03-251-6/+8
* Updated cmake scripts to enable Vulkan back-end on iOS when VulkanSDK is spec...Egor Yusov2019-03-241-0/+2
* Fixed few clang warningsEgor Yusov2019-03-243-3/+3
* Disabling requested vulkand device features if they are not supported by phys...Egor Yusov2019-03-243-20/+36
* Binding null sampler handler when no sampler is assigned to texture SRV and n...Egor Yusov2019-03-241-0/+4
* Improved shader resource layout error reportingEgor Yusov2019-03-232-24/+57
* Added Rect::IsValid methodEgor Yusov2019-03-221-0/+5
* Moved vulkan-1.lib windows library to windows subfloder to have consistent di...Egor Yusov2019-03-221-1/+1
* Fixed Linux build errorEgor Yusov2019-03-221-0/+1
* Merge branch 'master' of https://github.com/DiligentGraphics/DiligentCore.gitEgor Yusov2019-03-221-1/+1
|\
| * Link Vulkan back-end against vulkan loader instead of MoltenVK (fixed https:/...Egor Yusov2019-03-221-1/+1
* | Updated vulkan debug message handlingEgor Yusov2019-03-221-21/+27
|/
* Another minor fix for fence waitingEgor Yusov2019-03-211-4/+3
* Fixed few potential issues with waiting for fences in Vk backendEgor Yusov2019-03-212-3/+3
* Fixed one more Vulkan validation error re destroying a fence being in useEgor Yusov2019-03-212-11/+23
* Fixed Vulkan validation layer warnings when resizing the windowEgor Yusov2019-03-211-7/+23
* Explicitly waiting on fences to avoid indefinite command queue growth in Vulk...Egor Yusov2019-03-212-23/+71
* Reworked GenerateMipsCS.csh Vulkan shader to be convertible to MSL on Mac and...Egor Yusov2019-03-203-14/+27
* Added error message when attempting to create typeless texture with GENERAT_M...Egor Yusov2019-03-193-8/+16
* Fixed issue with staging allocations in Vulkan backend on Integrated GPUsEgor Yusov2019-03-192-3/+37
* Improved messages about descriptor allocation failures in D3D12 backend (fixe...Egor Yusov2019-03-193-8/+30
* Fixed issue in hardware adapter enumeration in D3D12 backendEgor Yusov2019-03-191-2/+2
* Renamed USAGE_CPU_ACCESSIBLE to USAGE_STAGINGEgor Yusov2019-03-1814-45/+45
* Merge from masterEgor Yusov2019-03-183-65/+65
|\
| * Few more readme updatesEgor Yusov2019-03-123-37/+37
| * Updated readme files for D3D11, D3D12 and GL backendEgor Yusov2019-03-123-46/+46
* | Moved NumDeferredContexts parameter from factory functions to EngineCreateInf...Egor Yusov2019-03-1818-192/+147
|/
* Couple of minor updatesEgor Yusov2019-03-082-2/+2
* Fixed Android build issuesEgor2019-03-082-8/+8