summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Vulkan backend: fixed issue with swap chain semaphores being destroyed while ...assiduous2019-12-316-22/+121
* Added AdapterType member to DeviceCaps struct (API Version 240048)assiduous2019-12-281-0/+1
* moved public public headers of GraphicsTools project to interface folder to m...assiduous2019-12-261-2/+2
* Minor formatting updatesassiduous2019-12-252-14/+14
* Updated swap chain Present() to unbind back buffers from immediate contextassiduous2019-12-241-1/+4
* Reworked ClearRenderTarget and ClearDepthStencil methods to not take nullptrassiduous2019-12-242-47/+18
* Disabled SetRenderTarget(0, nullptr, nullptr) usage (fixed https://github.com...assiduous2019-12-243-69/+19
* Fixed staging buffers in Vulkan and D3D12 backends (https://github.com/Dilige...assiduous2019-12-233-16/+29
* Fixed issue with const PVoid not being the intended const void*assiduous2019-12-232-2/+2
* Renamed MAP_FLAG_DO_NOT_SYNCHRONIZE flag to MAP_FLAG_NO_OVERWRITE (API version )assiduous2019-12-231-12/+12
* Added ClearRenderTarget test; fixed issue with bound render targets in D3D12 ...assiduous2019-12-192-3/+12
* Fixed Core API test crash on the server by dynamically loading vulkan entry p...assiduous2019-12-172-0/+6
* Enabled draw command reference in Vulkanassiduous2019-12-175-31/+45
* Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...assiduous2019-12-132-0/+9
* Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...Egor Yusov2019-12-071-44/+10
* Fixed some 32-bit compilation warningsEgor Yusov2019-11-304-15/+26
* Vulkan backend: fixed 32-bit buildEgor Yusov2019-11-2910-93/+139
* Fixed few vector initialization issuesEgor Yusov2019-11-287-11/+11
* Updated formatting in VulkanLogicalDevice.hEgor Yusov2019-11-261-45/+48
* clang-formatted cpp files of GraphiceEngineVulkan projectEgor Yusov2019-11-2435-5352/+5703
* clang-formatted headers of GraphicsEngineVulkan projectEgor Yusov2019-11-2451-1615/+1751
* clang-formatted DLLMainEgor Yusov2019-11-241-12/+12
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-1/+1
* Added comments to Vulkan backend implementationEgor Yusov2019-11-1114-22/+117
* Added 'ResolveTextureSubresource' device context command (API Version 240041)...Egor Yusov2019-11-107-6/+81
* Allowed swap chains without the depth bufferEgor Yusov2019-11-092-20/+28
* Updated descriptions of backend-specific interfacesEgor Yusov2019-11-0912-13/+12
* Added APIVersion member to EngineCreateInfo struct (API Version 240040)Egor Yusov2019-11-091-0/+6
* Some code refactoringEgor Yusov2019-10-301-24/+16
* Added methods to get command queue from the device context (API Version 240038)Egor Yusov2019-10-306-8/+32
* Vk backend: added minor commentsEgor Yusov2019-10-271-0/+3
* Fixed few clang warningsEgor Yusov2019-10-252-2/+2
* Vk backend: few minor updatesEgor Yusov2019-10-243-5/+11
* Another attempt to fix gcc/clang buildEgor Yusov2019-10-241-1/+1
* Fixed build issuesEgor Yusov2019-10-241-1/+1
* Vk backend: optimized PrepareForDraw() by not calling BindDescriptorSetsWithD...Egor Yusov2019-10-248-25/+112
* Added validation and correction of IShaderVariable::SetArray argumentsEgor Yusov2019-10-231-0/+2
* Renamed DRAW_FLAG_DYNAMIC_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_RESOURCE_BUFFER...Egor Yusov2019-10-201-1/+1
* Renamed DRAW_FLAG_RESOURCE_BUFFERS_INTACT to DRAW_FLAG_DYNAMIC_BUFFERS_INTACT...Egor Yusov2019-10-201-1/+1
* Added DRAW_FLAG_RESOURCE_BUFFERS_INTACT flag (API Version 240036)Egor Yusov2019-10-203-11/+22
* Vulkan backend: added a bunch of __forceinline's to improve performanceEgor Yusov2019-10-198-185/+191
* Reworked Draw and DispatchCompute commands (Updated API version to 240033)Egor Yusov2019-10-192-65/+119
* A bunch of updates to specify minimum feature level for D3D11/D3D12 backends ...Egor Yusov2019-10-171-0/+1
* Unified resource binding verification in all backendsEgor Yusov2019-10-102-87/+61
* Fixed build issueEgor Yusov2019-10-081-1/+1
* More cosmetic code changesEgor Yusov2019-10-0840-180/+251
* Vulkan backend: fixed minor issue in CommitScissorRects()Egor Yusov2019-09-291-0/+3
* Fixed typosEgor Yusov2019-09-181-1/+1
* Renamed External to ThirdPartyEgor Yusov2019-09-172-5/+5
* Updated Copyright noticeEgor Yusov2019-09-1784-84/+84