Module: bugzilla
Branch: master
Commit: 07297528958be3109231c542c9706ae0b8918381
URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=07297528958be3109231c…
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Tue Feb 12 22:48:46 2008 +0100
bugzilla: Replace the link for "FIXMEs" with a link for "Regressions"
FIXME is not used as a marker for "High priority bugs"
Changelog:
Replace the link for "FIXMEs" with a link for "Regressions"
--
By by ... Detlef
>From 1e54d35fdece27609fb3948ffbb39de229f51edf Mon Sep 17 00:00:00 2001
From: Detlef Riekenebrg <wine.dev(a)web.de>
Date: Tue, 12 Feb 2008 22:43:30 +0100
Subject: [PATCH] Replace the FIXME quick link with a quick link for regressions
---
template/en/default/global/sidebar.html.tmpl | 2 +-
template/en/default/index.html.tmpl | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/template/en/default/global/sidebar.html.tmpl b/template/en/default/global/sidebar.html.tmpl
index cf9e664..5822272 100644
--- a/template/en/default/global/sidebar.html.tmpl
+++ b/template/en/default/global/sidebar.html.tmpl
@@ -32,10 +32,10 @@
bt = 'Task Lists'
%]
<tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&target_milestone=1.0.0&order=bugs.bug_severity" class="menuItem">Wine 1.0</a></span></td></tr>
+ <tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=regression&keywords_type=anywords" class="menuItem">Regressions</a></span></td></tr>
<tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=tasklist&keywords_type=anywords" class="menuItem">Tasklist</a></span></td></tr>
<tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=tasklet&keywords_type=anywords" class="menuItem">Tasklets</a></span></td></tr>
<tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=downloads&keywords_type=anywords" class="menuItem">with download</a></span></td></tr>
- <tr class="sideMenu"><td width="100%"><span class="menuItem"> <a href="buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=Wine&keywords=FIXME&keywords_type=anywords" class="menuItem">FIXMEs</a></span></td></tr>
[% INCLUDE global/menu_end.html.tmpl %]
[% IF user.id %]
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index 027da7d..ef9213f 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -172,6 +172,10 @@ function addSidebar() {
These bugs are scheduled to be fixed before Wine 1.0 is released.
</li>
+ <li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&a…">Regressions</a><br>
+ Bugs introduced as result of a regression.
+ </li>
+
<li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&a…">Task List</a><br>
Available large scale tasks.
</li>
@@ -185,9 +189,6 @@ function addSidebar() {
Bugs in downloadable Applications.
</li>
- <li><a href="http://bugs.winehq.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&a…">FIXMEs</a><br>
- High priority bugs.
- </li>
</ol>
<p><a href="http://www.bugzilla.org/docs/3.0/html/">More Help</a> on using Bugzilla.</p>
Module: website
Branch: master
Commit: 351e44eea0141fce30cef5c1977cdefe884c91a2
URL: http://source.winehq.org/git/website.git/?a=commit;h=351e44eea0141fce30cef5…
Author: Dan Kegel <dank(a)kegel.com>
Date: Mon Feb 18 21:45:01 2008 -0800
website: add links to most popular active Wine forums
Perhaps this will help slake the thirst of those who periodically ask
if Wine needs a forum.
---
templates/en/forums.template | 31 ++++++++++++++++++-------------
1 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/templates/en/forums.template b/templates/en/forums.template
index f8c1636..a806f60 100644
--- a/templates/en/forums.template
+++ b/templates/en/forums.template
@@ -1,25 +1,30 @@
<!--TITLE:[Mailing Lists]-->
-<h1>Key Mailing Lists</h1>
+<h1>Key Mailing Lists / Forums</h1>
-<p>Wine has a lot of different mailing lists for many purposes.
-However, most users will likely be most interested in two:</p>
+<p>Wine has many mailing lists and forums.
+Here are the most useful ones for users:</p>
<ul>
- <li><a href="http://www.winehq.org/mailman/listinfo/wine-users">Wine-Users</a>.
- The Wine-Users mailing list is intended for general
- users of Wine and people that volunteer to help them. This list
- started as the Usenet group comp.emulators.ms-windows.wine and
- <a href="http://groups.google.com/group/comp.emulators.ms-windows.wine">the Google Groups page</a>
- is a good place to browse and search this list.</li><br />
-
- <li><a href="http://www.winehq.org/mailman/listinfo/wine-announce">Wine-Announce</a>. You should
- subscribe to this mailing list if you want to get notified about new Wine releases.</li>
+ <li>The <a href="http://www.winehq.org/mailman/listinfo/wine-users">Wine-Users Mailing List</a> (and [<a href="http://www.winehq.org/pipermail/wine-users/">web archive</a>) - best place for Wine user support
+ </li><br />
+
+ <li>Ubuntu users may also want to visit the <a href="http://ubuntuforums.org/forumdisplay.php?f=313">Wine area at Ubuntu Forums</a>
+
+ <li>Users might also want to visit the <a href="http://www.linuxforums.org/forum/wine/">Wine area at Linux Forums</a>
+
+ <li>If you want to be notified about new releases, subscribe to the <a href="http://www.winehq.org/mailman/listinfo/wine-announce">Wine-Announce mailing list</a></li>
</ul>
+Please don't create another English language Wine forum (except perhaps
+a Wine area in a popular distro's main forum).
+<p>
+If you know of another active Wine forum - especially a non-english one
+- please let us know so we can add it to the list.
+(Email to dank(a)kegel.com would do.)
-<h1>All Mailing Lists</h1>
+<h1>All WineHQ Mailing Lists</h1>
<p>WineHQ has mailing lists for submitting patches, tracking Git
commits, and discussing Wine. They feature a very customizable user
Module: wine
Branch: master
Commit: f952419651bf15e5daef4362ea5c455b66cd3698
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f952419651bf15e5daef4362e…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Feb 14 18:38:02 2008 +0100
wined3d: Enable the texcoord init workaround on radeon HD cards on MacOS.
---
dlls/wined3d/directx.c | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index c9c3e68..c3afa7f 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -3024,8 +3024,14 @@ static void fixup_extensions(WineD3D_GL_Info *gl_info) {
*
* We don't want to enable this on all cards, as it adds an extra instruction per texcoord used. This
* makes the shader slower and eats instruction slots which should be available to the d3d app.
+ *
+ * ATI Radeon HD 2xxx cards on MacOS have the issue. Instead of checking for the buggy cards blacklist
+ * all radeon cards on Macs but whitelist the good ones, that way we're prepared for the future. If
+ * this workaround is activated on cards that do not need it it won't break things, just affect
+ * performance negatively
*/
- if(gl_info->gl_vendor == VENDOR_INTEL) {
+ if(gl_info->gl_vendor == VENDOR_INTEL ||
+ (gl_info->gl_vendor == VENDOR_ATI && gl_info->gl_card != CARD_ATI_RADEON_X1600)) {
TRACE("Enabling vertex texture coord fixes in vertex shaders\n");
gl_info->set_texcoord_w = TRUE;
}