summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into mesh_shaderazhirnov2020-08-311-0/+1
|\
| * Implemented duration queries in D3D11 backend; added duration query testassiduous2020-08-251-0/+1
* | update documentation for DrawMesh, log new shader version if it has been changedazhirnov2020-08-271-2/+5
* | added HLSLTools, HLSL shader compiler refactoringazhirnov2020-08-253-263/+55
* | added namespace to macrosazhirnov2020-08-251-2/+2
* | Update DXIL shader compilationazhirnov2020-08-192-24/+114
* | Removed macros HAS_D12_DXIL_COMPILERazhirnov2020-08-193-14/+1
* | Load dxcompiler.dll in runtimeazhirnov2020-08-192-32/+115
* | Rename HAS_DXIL_COMPILER to HAS_D12_DXIL_COMPILERazhirnov2020-08-193-10/+9
* | Use ShaderVersion instead of Uint8azhirnov2020-08-192-5/+5
* | formattingazhirnov2020-08-191-27/+29
* | Added mesh shaderazhirnov2020-08-115-78/+311
|/
* Fixed IDXGISwapChain2 issue on Windows 7 (closed https://github.com/DiligentG...assiduous2020-08-051-6/+10
* D3D swap chain: checking if DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJEC...assiduous2020-06-021-6/+22
* Added TexUVToNormalizedDeviceXY convenience shader functionassiduous2020-05-252-0/+10
* Improved latency handling in D3D11 and D3D12 (API 240061, fixed https://githu...assiduous2020-05-201-6/+80
* Unified shader type defines for all backendsassiduous2020-05-171-2/+35
* Fixed MSVC compiler warnings + treat warnings as errors; made Diligent-BuildS...assiduous2020-05-091-1/+2
* Added surface pretransform parameter to swap chain desc (API 240057)assiduous2020-04-241-1/+30
* Enabled using PSO_CREATE_FLAGS flags in D3D11, D3D12 and Vk backends.assiduous2020-04-012-54/+64
* Improved PSO creation warningsassiduous2020-04-011-8/+28
* Renamed _DEBUG and DEVELOPMENT macros to DILGENT_DEBUG and DILIGENT_DEVELOPMENTassiduous2020-03-264-6/+6
* Added line strip topologyassiduous2020-02-051-0/+1
* Fixed UWP build plus bug in Win32NativeWindow ctorassiduous2020-02-031-1/+1
* Updated swap chain creation functions to use NativeWindow structassiduous2020-02-021-5/+5
* Improved shader conversion custom CMake commands to properly detect changes a...assiduous2020-01-301-22/+15
* Added API function call type specification to fix c/c++ mismatch on x86 MSVCassiduous2020-01-294-16/+16
* Reworked C interface to optimize inheritance handlingassiduous2020-01-291-9/+4
* Reworked interface definitions to use DILIGENT_BEGIN_INTERFACE/DILIGENT_END_I...assiduous2020-01-281-6/+2
* Implemented IShaderD3D C interface.assiduous2020-01-281-5/+32
* Reworked IShaderD3D::GetHLSLResource method to be compatible wit Cassiduous2020-01-281-1/+1
* Reworked C interfaces to share declaration with c++assiduous2020-01-271-2/+2
* Implemented D3D11 engine C interface (mostly)assiduous2020-01-271-7/+17
* Renamed platform headers .h -> .hppassiduous2020-01-271-1/+1
* More .h -> .hpp renamingsassiduous2020-01-265-4/+4
* Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projectsassiduous2020-01-265-10/+10
* Renamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3...assiduous2020-01-2613-19/+19
* Reworked IShaderResourceVariable::GetResourceDesc() method to be compatible w...assiduous2020-01-261-2/+2
* Reworked main headers to be compatible with cassiduous2020-01-252-11/+11
* Implemented manual loading of d3d12.dll (closed https://github.com/DiligentGr...assiduous2020-01-082-5/+3
* Finished reworking device feature reporting; removed EngineVkCreateInfo::Devi...assiduous2020-01-081-0/+3
* Improved device capabilities reportingassiduous2020-01-071-0/+5
* Improved device feature reporting; added flags for query supportassiduous2020-01-071-0/+14
* Updated coyright noticeassiduous2020-01-0115-105/+165
* appveyor: updated to use VS2019 imageEgor Yusov2019-12-081-6/+16
* Enabled CoreAPI test on appveyor in Warp modeEgor Yusov2019-12-071-1/+1
* Added ADAPTER_TYPE enum and AdapterType member to AdapterAttribs struct (API ...Egor Yusov2019-12-061-11/+8
* Fixed few formatting issues; updated format validation script to make validat...Egor Yusov2019-11-242-37/+39
* clang-formatted GraphicsEngineD3DBase projectEgor Yusov2019-11-2415-1698/+1766
* Renamed INSTALL_DILIGENT_CORE cmake option to DILIGENT_INSTALL_COREEgor Yusov2019-11-211-1/+1