obs-studio/libobs-d3d11
Ryan Foster dc5813c947 libobs-d3d11: Log D3D11 adapter memory correctly
DXGI_ADAPTER_DESC's DedicatedVideoMemory and SharedSystemMemory are
unsigned long long int, but we were logging them as unsigned int. For
GPUs with memory values higher than 4294967295, the logged value would
roll over. Use %PRIu64 (%llu on VS2022) instead of %u in the log call.
2023-02-25 15:42:01 -08:00
..
CMakeLists.txt libobs-d3d11: Log display DPI 2023-02-04 15:33:35 -08:00
d3d11-config.h.in libobs-d3d11: Set maximum GPU priority 2019-10-10 00:51:47 -07:00
d3d11-duplicator.cpp libobs-d3d11: Simplify duplicator formats 2022-03-09 23:05:45 -08:00
d3d11-indexbuffer.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
d3d11-rebuild.cpp libobs/graphics, libobs-d3d11: Add P010 support 2022-03-20 17:22:13 -07:00
d3d11-samplerstate.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
d3d11-shader.cpp libobs: Add dormant SRGB format support 2021-01-21 07:42:13 -08:00
d3d11-shaderprocessor.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
d3d11-shaderprocessor.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
d3d11-stagesurf.cpp libobs/graphics, libobs-d3d11: Add P010 support 2022-03-20 17:22:13 -07:00
d3d11-subsystem.cpp libobs-d3d11: Log D3D11 adapter memory correctly 2023-02-25 15:42:01 -08:00
d3d11-subsystem.hpp libobs-d3d11,libobs-opengl,plugins: Remove unneeded cast in switches 2023-01-16 11:52:26 +01:00
d3d11-texture2d.cpp libobs/graphics, libobs-d3d11: Add P010 support 2022-03-20 17:22:13 -07:00
d3d11-texture3d.cpp libobs: Add dormant SRGB format support 2021-01-21 07:42:13 -08:00
d3d11-vertexbuffer.cpp libobs-d3d11: Avoid vector usage 2021-08-15 00:12:14 -07:00
d3d11-zstencilbuffer.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00