dxgi-GetDesc: Add additional upstream reference.

This commit is contained in:
Sebastian Lackner 2015-10-13 22:25:53 +02:00
parent 317fa9382c
commit d1801f5a5e
3 changed files with 4 additions and 1 deletions

View File

@ -34,8 +34,9 @@ Wine. All those differences are also documented on the
Included bug fixes and improvements
-----------------------------------
**Bug fixes and features included in the next upcoming release [2]:**
**Bug fixes and features included in the next upcoming release [3]:**
* Add implementation for IDXGIOutput::GetDesc ([Wine Bug #32006](https://bugs.winehq.org/show_bug.cgi?id=32006))
* Do not check if object was signaled after user APC in server_select
* Show windows version when collecting system info in winedbg

View File

@ -1,3 +1,4 @@
Fixes: Implement IDXGIOutput::GetDesc
Fixes: [31998] Avseq crashes when multisampling is enabled
Fixes: [32006] Add implementation for IDXGIOutput::GetDesc
Category: stable

View File

@ -2935,6 +2935,7 @@ fi
# |
# | This patchset fixes the following Wine bugs:
# | * [#31998] Avseq crashes when multisampling is enabled
# | * [#32006] Add implementation for IDXGIOutput::GetDesc
# |
# | Modified files:
# | * dlls/dxgi/output.c