Added patch to use GLX_MESA_query_renderer extension to get more exact GPU infos.

This commit is contained in:
Sebastian Lackner
2015-07-11 23:55:45 +02:00
parent 0748a983e3
commit d709879134
6 changed files with 218 additions and 3 deletions

2
debian/changelog vendored
View File

@@ -5,6 +5,8 @@ wine-staging (1.7.47) UNRELEASED; urgency=low
* Added patch to increase buffer size in widl/typegen.c to avoid buffer
overflow.
* Revert security cookie patch causing regression in multiple applications.
* Added patch to use GLX_MESA_query_renderer extension to get more exact GPU
infos.
* Removed patch to implement kernel32.GetNumaProcessorNode (accepted
upstream).
* Removed patch to initialize *end with NULL on failure in msvcrt.strtod