Module: wine
Branch: refs/heads/master
Commit: e18c89b3f49e28dca0a6fc89072248c291c5c7b6
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e18c89b3f49e28dca0a6fc8…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Wed May 24 17:33:34 2006 +0200
wined3d: Silence the offscreen surface creation fixme.
---
dlls/wined3d/device.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index efa6836..c473de7 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -736,7 +736,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_Creat
case WINED3DPOOL_DEFAULT: /*TODO: Create offscreen plain can cause this check to fail..., find out if it should */
if(!(Usage & WINED3DUSAGE_DYNAMIC) && !(Usage & WINED3DUSAGE_RENDERTARGET)
&& !(Usage && WINED3DUSAGE_DEPTHSTENCIL ) && Lockable)
- FIXME("Creating a surface with a POOL of DEFAULT with Locable true, that doesn't specify DYNAMIC usage.\n");
+ WARN("Creating a surface with a POOL of DEFAULT with Lockable true, that doesn't specify DYNAMIC usage.\n");
break;
default:
FIXME("(%p) Unknown pool %d\n", This, Pool);
ChangeSet ID: 25114
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: wineowner(a)winehq.org 2006/05/24 13:20:07
Modified files:
include : winehq.conf
Added files:
news : 2006052401.xml
Log message:
News about Wine 0.9.14
Patch: http://cvs.winehq.org/patch.py?id=25114
Old revision New revision Changes Path
1.37 1.38 +1 -1 lostwages/include/winehq.conf
Added 1.1 +0 -0 lostwages/news/2006052401.xml
Index: lostwages/include/winehq.conf
diff -u -p lostwages/include/winehq.conf:1.37 lostwages/include/winehq.conf:1.38
--- lostwages/include/winehq.conf:1.37 24 May 2006 18:20: 7 -0000
+++ lostwages/include/winehq.conf 24 May 2006 18:20: 7 -0000
@@ -29,7 +29,7 @@ news_xml_path: news
wwn_xml_path: wwn
# Snapshot Date
-snapshot_date: 0.9.13
+snapshot_date: 0.9.14
# Current RH Packages Snapshot Date
snapshot_date_rh: 0.9.2
Index: lostwages/news/2006052401.xml
diff -u -p /dev/null lostwages/news/2006052401.xml:1.1
--- /dev/null 24 May 2006 18:20: 7 -0000
+++ lostwages/news/2006052401.xml 24 May 2006 18:20: 7 -0000
@@ -0,0 +1,24 @@
+<news>
+ <date>May 24, 2006</date>
+ <title>Wine 0.9.14 Released</title>
+ <body>
+<p>
+A new drop fell out of CVS today - Wine 0.9.14. There's a lot of behind
+the scenes changes in this release, but you may notice the following:
+<ul>
+<li> Better MS/RPC compatibility.</li>
+<li> Many fixes to Direct3D shaders.</li>
+<li> Several improvements to the header control. </li>
+</ul>
+</p><p>
+ Binary packages are in the process of being built, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.14.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=1.118">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your favorite
+ distribution. Currently official Fedora packages lag behind, but you can get
+ Wine-0.9.10 by running <tt>yum install wine</tt> from
+ <a href="http://fedoraproject.org/extras/4/i386/repodata/repoview/W.group.html">Fedora Extras</a>.
+</p>
+ </body>
+</news>