Sweden-Number/dlls/dxgi
Zhiyi Zhang d8c9671d4d wined3d: Do not use wined3d_output_get_desc() to retrieve display rotation.
Most of the time when wined3d_output_get_desc() is called, display rotation is not needed.
Retrieving display rotation is quite expensive because it needs to query information from XRandR.
So use wined3d_output_get_display_mode() to retrieve display rotation when needed.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50096
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-23 21:05:05 +01:00
..
tests wined3d: Restore display modes for all outputs when doing mode restoration. 2020-11-03 21:47:27 +01:00
Makefile.in
adapter.c dxgi: Implement IDXGIOutput5 and IDXGIOutput6 stubs. 2020-07-17 23:16:51 +02:00
device.c wined3d: Specify a wined3d output for swapchain creation. 2020-05-13 22:07:32 +02:00
dxgi.spec
dxgi_main.c
dxgi_private.h dxgi: Update swapchain containing output after Alt+Enter was used to exit fullscreen. 2020-10-09 16:21:33 +02:00
factory.c dxgi: Fix order of functions in IDXGIFactory2 interface. 2020-08-20 21:20:22 +02:00
output.c wined3d: Do not use wined3d_output_get_desc() to retrieve display rotation. 2020-11-23 21:05:05 +01:00
surface.c
swapchain.c dxgi: Update swapchain containing output after Alt+Enter was used to exit fullscreen. 2020-10-09 16:21:33 +02:00
utils.c dxgi: Support Alt+Enter for d3d12 swapchains. 2020-10-09 16:21:33 +02:00
version.rc