summaryrefslogtreecommitdiffstats
path: root/Graphics (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added all draw command testsassiduous2019-12-191-6/+6
* Implemented staging textures in OpenGL backend; enabled draw command referenc...assiduous2019-12-1814-30/+263
* 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-177-34/+49
* Added testing framework for rendering commands. Added initial draw command te...assiduous2019-12-164-24/+33
* Unit tests: capturing debug output; fixed minor issue with viewport in Vk bac...assiduous2019-12-136-19/+31
* Added static sampler testsEgor Yusov2019-12-111-0/+10
* Added GraphicsTypesOutputInsertersEgor Yusov2019-12-112-0/+67
* Added shader resource layout test (works in D3D12 only for now)Egor Yusov2019-12-101-4/+4
* appveyor: updated to use VS2019 imageEgor Yusov2019-12-081-6/+16
* Reworked API Unit test to use run-time DLL loading to avoid apparent issue wi...Egor Yusov2019-12-075-180/+123
* Enabled CoreAPI test on appveyor in Warp modeEgor Yusov2019-12-071-1/+1
* Added depth-stencil state testEgor Yusov2019-12-072-0/+80
* Fixed debug build errorEgor Yusov2019-12-071-1/+1
* Fixed release buildEgor Yusov2019-12-071-3/+1
* Added DiligentCoreAPITestEgor Yusov2019-12-075-8/+173
* Added ADAPTER_TYPE enum and AdapterType member to AdapterAttribs struct (API ...Egor Yusov2019-12-066-27/+40
* Fixed few c++17 build issued; disabled AVX2 in release buildEgor Yusov2019-12-052-1/+3
* Fixed some 32-bit compilation warningsEgor Yusov2019-11-309-39/+52
* Vulkan backend: fixed 32-bit buildEgor Yusov2019-11-2911-94/+140
* Fixed few vector initialization issuesEgor Yusov2019-11-2822-36/+36
* Fixed leftover issues from clang-formattingEgor Yusov2019-11-282-3/+3
* 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 GraphicsEngineMetal projectEgor Yusov2019-11-2426-231/+207
* clang-formatted GraphicsEngineOpenGL projectEgor Yusov2019-11-2489-6030/+6426
* Fixed few formatting issues; updated format validation script to make validat...Egor Yusov2019-11-245-43/+45
* clang-formatted DLLMainEgor Yusov2019-11-244-48/+48
* clang-formatted HLSL2GLSLConverterLibEgor Yusov2019-11-246-1801/+1871
* clang-formatted GraphicsTools projectEgor Yusov2019-11-2416-659/+715
* clang-formatted GraphicsEngineNextGenBase projectEgor Yusov2019-11-244-68/+81
* clang-formatted GraphicsEngineD3DBase projectEgor Yusov2019-11-2415-1698/+1766
* clang-formatted GraphicsEngineD3D12Egor Yusov2019-11-2471-5190/+5507
* Updated clang-format workaround for brace-on-the-same line in lambdasEgor Yusov2019-11-246-92/+92
* clang-formatted GraphicsEngineD3D11 projectEgor Yusov2019-11-2357-3683/+3896
* clang-formatted GraphicsEngine projectEgor Yusov2019-11-2352-2217/+2330
* Merge branch 'master'Egor Yusov2019-11-231-6/+6
|\
| * Fixed bug in ResolveTextureSubresource parameter validationEgor Yusov2019-11-231-6/+6
* | clang-formatted GraphicsAccessoriesEgor Yusov2019-11-2310-767/+853
* | clang-formatted GLSLToolsEgor Yusov2019-11-236-436/+486
|/
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-2112-12/+12
* Improved parameter validation of ResolveTextureSubresource()Egor Yusov2019-11-181-0/+5
* D3D12 backend: fixed issue with the format of the swap chain's back buffer te...Egor Yusov2019-11-184-6/+23
* D3D11 and D3D12 backends: fixed issue with resolving typeless resourcesEgor Yusov2019-11-174-19/+42
* Vulkan backend: added SPIRV optimization when compiling from glslEgor Yusov2019-11-141-1/+14
* Added HLSLSemantic member to LayoutElement struct (API Version 240042)Egor Yusov2019-11-134-39/+85
* Fixed dependencies of GraphicsTools projectEgor Yusov2019-11-131-0/+7
* HLSL->GLSL converter: added 'readonly' when converting HLSL structured buffer...Egor Yusov2019-11-131-1/+1
* Fixed clang warnings in release buildEgor Yusov2019-11-111-0/+2