Module: wine
Branch: master
Commit: 387c982d5c5354d890243850d1eb542f8b07ecd6
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=387c982d5c5354d89024385…
Author: Jan Zerebecki <jan.wine(a)zerebecki.de>
Date: Thu Aug 10 14:24:30 2006 +0200
wined3d: Fix spelling in a comment.
---
dlls/wined3d/directx.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index 26751b3..b99e03b 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -2121,9 +2121,9 @@ #endif
*pCaps->NumberOfAdaptersInGroup = 1;
if(*pCaps->VertexShaderVersion >= D3DVS_VERSION(2,0)) {
- /* OpenGL supports all formats below perhaps not allways without conversion but it supports them.
+ /* OpenGL supports all formats below, perhaps not always without conversion but it supports them.
Further GLSL doesn't seem to have an official unsigned type as I'm not sure how we handle it
- don't advertise iet yet. We might need to add some clamping in the shader engine to support it.
+ don't advertise it yet. We might need to add some clamping in the shader engine to support it.
TODO: D3DDTCAPS_USHORT2N, D3DDTCAPS_USHORT4N, D3DDTCAPS_UDEC3, D3DDTCAPS_DEC3N */
*pCaps->DeclTypes = D3DDTCAPS_UBYTE4 |
D3DDTCAPS_UBYTE4N |
@@ -2131,7 +2131,7 @@ #endif
D3DDTCAPS_SHORT4N |
D3DDTCAPS_FLOAT16_2 |
D3DDTCAPS_FLOAT16_4;
-
+
} else
*pCaps->DeclTypes = 0;
ChangeSet ID: 27303
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: wineowner(a)winehq.org 2006/08/10 13:12:55
Added files:
news : 2006081002.xml
Log message:
News about Wine 0.9.19
Patch: http://cvs.winehq.org/patch.py?id=27303
Old revision New revision Changes Path
Added 1.1 +0 -0 lostwages/news/2006081002.xml
Index: lostwages/news/2006081002.xml
diff -u -p /dev/null lostwages/news/2006081002.xml:1.1
--- /dev/null 10 Aug 2006 18:12:55 -0000
+++ lostwages/news/2006081002.xml 10 Aug 2006 18:12:55 -0000
@@ -0,0 +1,26 @@
+<news>
+ <date>August 10, 2006</date>
+ <title>Wine 0.9.19 Released</title>
+ <body>
+<p>
+Summer development is rolling forward. Alexandre released Wine 0.9.19
+today and a slew of updates:</p>
+<ul>
+
+<li> Support for a proper Trash folder.</li>
+<li> Many improvements to the IDL compiler.</li>
+<li> Better FreeBSD support.</li>
+<li> A number of MSI bug fixes.</li>
+<li> Many RichEdit improvements.</li>
+</ul>
+</p><p>
+ Binary packages are in the process of being built and it may take a few days
+ for them to appear, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.19.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=1.123">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your favorite
+ distribution.
+</p>
+ </body>
+</news>