Module: wine
Branch: master
Commit: 137590be3106c0589947c09ba0a626349e2e4a5f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=137590be3106c0589947c09ba…
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Sep 6 09:57:39 2013 +0200
wined3d: Return 1 instead of 0 for max_vertex_blend_matrices in glsl_vertex_pipe_vp_get_caps().
It's not necessarily clear to me that one is better than the other here, but
this is what we returned in the old GL fixed function implementation of the
D3D fixed function vertex pipe, and apparently EverQuest depends on this.
This fixes a regression introduced by commit 2014141a253a791fc9c79aae3c8ef3c35b73e658.
---
dlls/wined3d/glsl_shader.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/glsl_shader.c b/dlls/wined3d/glsl_shader.c
index 0dd0197..37661d3 100644
--- a/dlls/wined3d/glsl_shader.c
+++ b/dlls/wined3d/glsl_shader.c
@@ -6808,7 +6808,7 @@ static void glsl_vertex_pipe_vp_get_caps(const struct wined3d_gl_info *gl_info,
{
caps->xyzrhw = TRUE;
caps->max_active_lights = gl_info->limits.lights;
- caps->max_vertex_blend_matrices = 0;
+ caps->max_vertex_blend_matrices = 1;
caps->max_vertex_blend_matrix_index = 0;
caps->vertex_processing_caps = WINED3DVTXPCAPS_TEXGEN
| WINED3DVTXPCAPS_MATERIALSOURCE7
Module: wine
Branch: master
Commit: ee771fddaacfdcc3d33b8cb46ac1f638b353b3da
URL: http://source.winehq.org/git/wine.git/?a=commit;h=ee771fddaacfdcc3d33b8cb46…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Sep 5 17:14:36 2013 +0200
loader: Mention builtin executables in wine manpage.
---
loader/wine.man.in | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/loader/wine.man.in b/loader/wine.man.in
index 6b60000..f5647a3 100644
--- a/loader/wine.man.in
+++ b/loader/wine.man.in
@@ -53,6 +53,10 @@ a shell, e.g.
.PP
wine C:\(rs\(rsProgram\(rs Files\(rs\(rsMyPrg\(rs\(rstest.exe
.PP
+It can also be one of the Windows executables shipped with Wine, in
+which case specifying the full path is not mandatory, e.g. \fIwine
+explorer\fR or \fIwine notepad\fR.
+.PP
.SH ENVIRONMENT
.B wine
makes the environment variables of the shell from which it