Update patchset to query GPU infos with GLX_MESA_query_renderer extension (fixes a regression with broken MESA versions).

This commit is contained in:
Sebastian Lackner
2015-07-19 22:06:34 +02:00
parent 679a5cef17
commit f4be181120
3 changed files with 21 additions and 11 deletions

2
debian/changelog vendored
View File

@@ -1,6 +1,8 @@
wine-staging (1.7.48) UNRELEASED; urgency=low
* Update patches for d3dx9_36.D3DXGetShader{Input,Output}Semantics and add
additional tests.
* Update patchset to query GPU infos with GLX_MESA_query_renderer extension
(fixes a regression with broken MESA versions).
* Added patch to forward exitcode from child process when in wineconsole.
* Added patch to check architecture before trying to load libraries.
* Removed patch to allow to enable/disable InsertMode in wineconsole settings