summaryrefslogtreecommitdiffstats
path: root/src/gallium/README.portability
diff options
context:
space:
mode:
authorAxel Davy <[email protected]>2018-09-16 17:43:56 +0200
committerAxel Davy <[email protected]>2018-10-26 22:16:16 +0200
commit2318ca68bbeb4fa6e21a4d8c650cec3f64246596 (patch)
tree9b258fe7a7bcb27623f37ecd7b264843e2023035 /src/gallium/README.portability
parente50d374b6140a610e61fa0da9d5d69f7cb9ef914 (diff)
st/nine: Handle window resize when a presentation buffer is used
Usually when a window is resized, the app calls d3d to resize the back buffer to the window size. In some cases, it is not done, and it expects the output resizes to the window size, even if the back buffer size is unchanged. This patch introduces the behaviour when a presentation buffer is used. ID3DPresent_GetWindowInfo is a function available with D3DPresent v1.0, and thus we don't need to check if the function is available. The function had been introduced to implement this very feature. Signed-off-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gallium/README.portability')
0 files changed, 0 insertions, 0 deletions