On 01/20/2011 07:52 PM, Marvin wrote:
=== WNT4WSSP6 (32 bit device) ===
device.c:168: Test failed: DirectInputCreate() failed: 80040154
Does this box has any newer version of DX installed at all? If it doesn't
know about DX2 interfaces I'm guessing not.
Vitaliy
Uh no. If I were to do that, matrix->m[1] would be the second row, not
the second matrix. I'm trying to get at the second matrix. To
illustrate this, suppose the matrix were at 0x8000 (not going to
happen, but just pretend). matrix->m[1] would be at 0x8010, since
floats are 4 bytes. However, the ne
On 01/21/2011 09:48 AM, Nicholas van Oudtshoorn wrote:
The latest closed source nvidia drivers from the rpmfusion repository
include openCL support. You'll also have to have the -devel I have
found, though, that I have to explicitly tell the wine build system
where it is. A simple
export LDFLAGS
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=8488
Your paranoid android.
On 1/20/11 5:20 PM, Max TenEyck Woodbury wrote:
But it is not an RPM or tarball. It's in their 'cudatoolkit'.
Umm, guys, the pointer to the fedora list isn't helpful. Someone here
is going to know much more about where to get that package than J.
Random Joe over on the Fedora lists since someon
The latest closed source nvidia drivers from the rpmfusion repository
include openCL support. You'll also have to have the -devel I have
found, though, that I have to explicitly tell the wine build system
where it is. A simple
export LDFLAGS="-L /usr/lib/nvidia -L /usr/lib64/nvidia/"
seems t
But it is not an RPM or tarball. It's in their 'cudatoolkit'.
Umm, guys, the pointer to the fedora list isn't helpful. Someone here
is going to know much more about where to get that package than J.
Random Joe over on the Fedora lists since someone here obviously coded
the requirement for it int
I've never used fedora but my playing around with opencl in gentoo the
libonpencl.so only can come from two sources, the nvidia driver or the ati
stream sdk. So you might want to look at the binary driver for nvidia.
That's my only guess.
-Seth
On Jan 20, 2011 10:34 AM, "Max TenEyck Woodbury"
wro
Hi Eric,
thanks again for your tireless efforts in debugging and console stuff!
Stefan alerted me to the following winetricks breakage:
http://bugs.winehq.org/show_bug.cgi?id=25838
Could you have a look and decide who needs to give
here - winepath, kernel32, or the poor user scripts?
Hopefully no
Francois Gouget writes:
> Ah, sorry. I don't know about Vista and greater. So why does Wine do it
> the Vista way?
>
> This has changed so much that it seems like we should be able to pick
> the scheme we prefer without breaking applications (or they would be
> broken on Windows already). Give
On Fri, 21 Jan 2011, Akihiro Sagawa wrote:
[...]
> In Japanese Windows, desktop directory name has following
> characteristics.
> 1.In Windows NT 4, localized with half-width katakana.
> 2.In Windows 2000, localized with full-width katakana.
> 3.In Windows Vista, no localization about directory
On 1/20/11 8:28 AM, Max TenEyck Woodbury wrote:
For the first time in several years, I did a fresh install on this
machine and I am in the process of getting all the tweaks back in place.
The question is "Is there OpenCL" for Fedora? The only people who can
answer this question are the Fedora
On 1/20/11 8:28 AM, Max TenEyck Woodbury wrote:
> Where can I get an .rpm or tarball that contains a usable OpenCL
> implementation for Fedora 14?
What are you asking us for? We don't know! :)
Seriously, this is a question for the Fedora folks. They're the ones you
should be asking, not us. (Over
On Thu, Jan 20, 2011 at 4:00 AM, Jacek Caban wrote:
> ...
> +ok(status& success_flag, "OLECMDID_STOP not enabled/supported: %08x\n",
> status);
> You could test the exact value here: ok(status == ...)
I was trying to avoid adding some conditional todo_wine calls (for
some reason native does
Hey list,
I was wondering how to implement substr in msvcp90/string.c. I followed
the already existing code when implementing some operators and other
things my application needed but I'm not sure how to construct a new
string (rather allocate) and return it as it's the case with substr.
Any ideas
2011/1/20 Travis Athougies :
> +static void test_setting_basic_table(IDirect3DDevice9 *device)
> +{
> + static const D3DXMATRIX mvp = {
> + 0.514f, 0.626f, 0.804f, 0.786f,
> + 0.238f, 0.956f, 0.374f, 0.483f,
> + 0.109f, 0.586f, 0.900f, 0.255f,
> + 0.898f, 0.411f, 0.93
On Thu, 20 Jan 2011, Francois Gouget wrote:
(snipped)
> I believe that in French the IDS_DESKTOPDIRECTORY is supposed to
> get translated. I'm not 100% this happens in Wine but on Windows I
> do get a path of the form 'c:\Documents and Settings\foo\Bureau' so in
> Wine I'd expect something like
For the first time in several years, I did a fresh install on this
machine and I am in the process of getting all the tweaks back in place.
Part of that process is assuring that wine's configure script has all
the pieces it can use. I have found almost everything. What I am missing
is OpenCL (t
I copied all the strings that shouldn't be translated, if anyone has a
better suggestion be my guest.
I don't want all the apps that shouldn't be translated listed in the PO.
Also I need seperate translations for the same term, Ready should be
translated differently among files.
There are also st
2011/1/20 Travis Athougies :
> + /* D3DXMATRIX is a union, one of whose elements is an array, so
> it can be cast to a float pointer */
> + if (is_vertex_shader(This->desc.Version))
> + IDirect3DDevice9_SetVertexShaderConstantF(device,
> desc.RegisterIndex + i,
From: Dmitry Timoshkov [mailto:dmi...@codeweavers.com]
> Probably adding a separate set of data with FS_ARABIC for Small Fonts could
> help (similar to FS_JISJAPAN ones).
Excellent. I'll look into it.
Greg.
On 1/20/2011 13:40, Greg Geldorp wrote:
---
dlls/comctl32/tests/listview.c |5 +++--
dlls/comctl32/tests/rebar.c|2 +-
dlls/comctl32/tests/treeview.c |4
3 files changed, 8 insertions(+), 3 deletions(-)
@@ -4163,7 +4163,8 @@ static void test_getcolumnwidth(void)
Se
Greg Geldorp wrote:
> I can easily imagine fonts for non-Western scripts not adhering to the
> hard-coded metrics in the test, which is why I thought skipping them on
> non-English systems might be ok. Of course, if you have an idea how to
> improve the test I'm all ears, after all the goal is to
From: Dmitry Timoshkov
> That test is supposed to pass at least on russian locale. On which locale
> does the test fail for you?
Arabic
(http://test.winehq.org/data/98834637eb25caf986c9feae3eaa0b855cc19a26/xp_wtb
-wxpproarsp3/gdi32:font.html).
I can easily imagine fonts for non-Western scripts no
"Greg Geldorp" wrote:
> ---
> dlls/gdi32/tests/font.c |6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
That test is supposed to pass at least on russian locale. On which locale
does the test fail for you?
--
Dmitry.
On 1/19/11 9:31 PM, Erich Hoover wrote:
On Wed, Jan 19, 2011 at 1:05 PM, Jacek Caban wrote:
On 1/18/11 7:31 PM, Erich Hoover wrote:
I've attached a test where I disabled the client/container, and you
can see that it then gets passed through (QueryStatusWB will return
success instead of pas
On Thu, 20 Jan 2011, Akihiro Sagawa wrote:
[...]
> One of its contexts is a real path name of a desktop (IDS_DESKTOPDIRECTORY).
> That is "C:\Users\foo\Desktop"'s Desktop. In other contexts, it makes a
> localized name (IDS_DESKTOP). That is shown in a common dialog box. In
> the previous Japanese
27 matches
Mail list logo