2010/7/20 Roderick Colenbrander :
> 2010/7/20 Oldřich Jedlička :
>> Hi Stefan,
>>
>> On Tuesday 20 July 2010 00:01:13 Stefan Dösinger wrote:
>>> Am 19.07.2010 um 21:24 schrieb Oldřich Jedlička:
>>> > Hi Stefan,
>>> >
>>> > On Monday 19 July 2010 20:56:35 Stefan Dösinger wrote:
>>> >> Allowing the c
On Tuesday, July 20, 2010 2:54:24 pm Luke Bratch wrote:
> The attached uses that experimental extension [1] to report the correct
> total memory for cards that support it, while sticking with the existing
> hard coded values and code layout for those that don't.
I think the extension should be che
On 7/21/2010 08:31, Austin English wrote:
HRESULT WINAPI DMUSIC_CreateDirectMusicPortImpl (LPCGUID lpcGUID, LPVOID
*ppobj, LPUNKNOWN pUnkOuter, LPDMUS_PORTPARAMS pPortParams, LPDMUS_PORTCAPS
pPortCaps) {
IDirectMusicPortImpl *obj;
- HRESULT hr = E_FAIL;
UINT j;
2010/7/20 Oldřich Jedlička :
> Hi Stefan,
>
> On Tuesday 20 July 2010 00:01:13 Stefan Dösinger wrote:
>> Am 19.07.2010 um 21:24 schrieb Oldřich Jedlička:
>> > Hi Stefan,
>> >
>> > On Monday 19 July 2010 20:56:35 Stefan Dösinger wrote:
>> >> Allowing the creation of the surface is most likely not en
On Wed, Jul 21, 2010 at 3:59 AM, Roderick Colenbrander
wrote:
> On Tue, Jul 20, 2010 at 11:54 PM, Luke Bratch wrote:
>> --- On Tue, 20/7/10, Henri Verbeet wrote:
>>
>>> Negative on using experimental extensions I'm afraid.
>>> Writing a proof
>>> of concept patch is ok, of course, and I'd be wil
On Wed, Jul 21, 2010 at 1:57 AM, Seth Shelnutt wrote:
> For ati there is also GL_ATI_mem_info [1] or WGL_AMD_gpu_association [2] . I
> believe that [1] is now obsolete as from reading some of the wine-dev
> mailing list [3], and some other site it seems AMD is now pushing the using
> of WGL_AMD_gp
On Tue, Jul 20, 2010 at 11:54 PM, Luke Bratch wrote:
> --- On Tue, 20/7/10, Henri Verbeet wrote:
>
>> Negative on using experimental extensions I'm afraid.
>> Writing a proof
>> of concept patch is ok, of course, and I'd be willing to
>> review that,
>> but it can't go in until the extension is f
On Tue, Jul 20, 2010 at 8:34 PM, Marvin wrote:
> === W7PRO (32 bit win) ===
> win.c:823: Test failed: wrong dwWindowStatus: != 0001 active 006E01AE
> fg 00030050 in hook HCBT_SETFOCUS
> win.c:823: Test failed: wrong dwWindowStatus: != 0001 active 007001AE
> fg 00030050 in hook HCBT_SETF
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=3631
Your paranoid android.
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=3630
Your paranoid android.
For ati there is also GL_ATI_mem_info [1] or WGL_AMD_gpu_association [2] . I
believe that [1] is now obsolete as from reading some of the wine-dev
mailing list [3], and some other site it seems AMD is now pushing the using
of WGL_AMD_gpu_association instead. A patch could be written in the exact
sa
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=3623
Your paranoid android.
--- On Tue, 20/7/10, Henri Verbeet wrote:
> Negative on using experimental extensions I'm afraid.
> Writing a proof
> of concept patch is ok, of course, and I'd be willing to
> review that,
> but it can't go in until the extension is finalized. Note
> that this
> wouldn't allow you to get rid of
On Tuesday, July 20, 2010 2:28:44 pm Louis Lenders wrote:
> +TRACE("iface %p, adapter %u, mode %p.\n", iface, adapter, mode);
> +TRACE("iface %p, adapter %u, mode %p, rotation %p\n", iface, adapter,
> mode, rotation);
This doesn't look right. You probably only need the second TRACE stateme
Am 20.07.2010 um 18:51 schrieb Henri Verbeet:
> -|| gl_info->supported[WINE_NORMALIZED_TEXRECT])
> +|| gl_info->supported[WINED3D_GL_NORMALIZED_TEXRECT])
I understand the WINE->WINED3D part - it's a wined3d specific thing, nothing
wine global. But why did you add GL to the
Hi Stefan,
On Tuesday 20 July 2010 00:01:13 Stefan Dösinger wrote:
> Am 19.07.2010 um 21:24 schrieb Oldřich Jedlička:
> > Hi Stefan,
> >
> > On Monday 19 July 2010 20:56:35 Stefan Dösinger wrote:
> >> Allowing the creation of the surface is most likely not enough, the
> >> backbuffer has to be us
On 20 July 2010 20:20, Avery Pennarun wrote:
> On Tue, Jul 20, 2010 at 10:35 AM, David Gerard wrote:
>> On 20 July 2010 14:52, Dan McDonald wrote:
>>> On 07/20/2010 06:44 AM, Misha Koshelev wrote:
If I take a publicly available teaset:
http://www.sjbaker.org/teapot/teaset.tgz
And
On Mon, 2010-07-19 at 22:48 -0600, Vitaliy Margolen wrote:
> On 07/19/2010 08:59 PM, Misha Koshelev wrote:
> > Unfortunately, the more intuitive
> > git format-patch -k --stdout HEAD~79..HEAD~78> /tmp/patch.old
> >
> > does not seem to result in patches that can be properly applied onto a
> > diff
On Tue, Jul 20, 2010 at 10:35 AM, David Gerard wrote:
> On 20 July 2010 14:52, Dan McDonald wrote:
>> On 07/20/2010 06:44 AM, Misha Koshelev wrote:
>>> If I take a publicly available teaset:
>>> http://www.sjbaker.org/teapot/teaset.tgz
>>> And run it through a Microsoft function:
>>> http://msdn.
Am 20.07.2010 11:26, schrieb Henri Verbeet:
2010/7/19 Rico Schüller:
+e[i].SemanticName = get_semantic(data + name_offset);
I'm not sure this will work, I was under the impression semantics can
be arbitrary strings. (Which is also why d3d10core goes through the
trouble of copy
On 20 July 2010 19:46, Roderick Colenbrander wrote:
> It is quite easy to add some basic support for it (I
> would not use the free video memory code yet) but I'm not sure if we
> want to support this yet since the extension is experimental. If it is
> fine by Henri, I can add it as it would help
On Tue, Jul 20, 2010 at 1:54 PM, Henri Verbeet wrote:
> On 20 July 2010 15:49, Luke Bratch wrote:
>> Adds detection for the Nvidia 8800GTX card and sets its video memory
>> correctly.
>>
>> I have sent this patch in the past but it got rejected, as this method of
>> calculating video card type/
On 20/07/10 14:54, Stephen Mark Smith wrote:
On 20/07/10 14:00, Alexandre Julliard wrote:
stephenmsm...@blueyonder.co.uk writes:
diff --git a/dlls/kernel32/volume.c b/dlls/kernel32/volume.c
index 7596864..4908739 100644
--- a/dlls/kernel32/volume.c
+++ b/dlls/kernel32/volume.c
@@ -526,10 +526,
On 20/07/10 14:00, Alexandre Julliard wrote:
stephenmsm...@blueyonder.co.uk writes:
diff --git a/dlls/kernel32/volume.c b/dlls/kernel32/volume.c
index 7596864..4908739 100644
--- a/dlls/kernel32/volume.c
+++ b/dlls/kernel32/volume.c
@@ -526,10 +526,17 @@ BOOL WINAPI GetVolumeInformationW( L
Andrey Turkin writes:
> Fixes bugs 12017 and 22812
> ---
> dlls/kernel32/resource.c | 113 +++
> dlls/kernel32/tests/resource.c | 307
> +++-
> 2 files changed, 326 insertions(+), 94 deletions(-)
It breaks the tests:
../../../tools/runte
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=3600
Your paranoid android.
Since kthreads has now been removed, references to it in the
developer's guide should presumably be removed. What about NPTL?
Should discussion comparing it to kthreads be removed?
Peter
On 07/20/2010 01:39 PM, Reece Dunn wrote:
On 19 July 2010 19:54, Ian Macfarlane wrote:
Following the question as to how to implement D3DXCreateTeapot, might I
suggest making it in the form of a wine glass?
Given that is unlikely to negatively affect anything (indeed the entire
method does
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=3599
Your paranoid android.
On 20 July 2010 14:52, Dan McDonald wrote:
> On 07/20/2010 06:44 AM, Misha Koshelev wrote:
>> If I take a publicly available teaset:
>> http://www.sjbaker.org/teapot/teaset.tgz
>> And run it through a Microsoft function:
>> http://msdn.microsoft.com/en-us/library/bb205470%28v=VS.85%29.aspx
>> D3D
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=3598
Your paranoid android.
David Hedberg writes:
> +/*
> + * INameSpaceTreeControlCustomDraw interface
> + */
> +[
> + object,
> + uuid(2D3BA758-33EE-42D5-BB7B-5F3431D86C78),
> + local
> +]
> +
> +interface INameSpaceTreeControlCustomDraw : IUnknow
On 20 July 2010 15:11, Matteo Bruni wrote:
> +const char *shiftstrings[] = {
Minor, but you should probably declare that as "static const char *
const shiftstrings[]".
On 20 July 2010 15:49, Luke Bratch wrote:
> Adds detection for the Nvidia 8800GTX card and sets its video memory
> correctly.
>
> I have sent this patch in the past but it got rejected, as this method of
> calculating video card type/memory wasn't supposed to stay around forever,
> but another
On 07/20/2010 06:44 AM, Misha Koshelev wrote:
> If I take a publicly available teaset:
> http://www.sjbaker.org/teapot/teaset.tgz
>
> And run it through a Microsoft function:
> http://msdn.microsoft.com/en-us/library/bb205470%28v=VS.85%29.aspx
> D3DXTesselateRectPatch for example
>
> And then cop
Gerald Pfeifer writes:
> @@ -388,6 +388,8 @@ static int DIB_GetBitmapInfo( const BITMAPINFOHEADER
> *header, LONG *width,
> *compr = header->biCompression;
> return 1;
> }
> +
> +*width = *height = 0;
> ERR("(%d): unknown/wrong size for header\n", header->biSize
2010/7/20 Tim Cadogan-Cowper :
> Fixes bug 10280 (http://bugs.winehq.org/show_bug.cgi?id=10280). Thanks to
> Eric
> Pouech for some feedback on previous attempt and to Maarten Lankhorst for
> pointing out a more appropriate way to solve the mmio TRACE buffer overflow
> problem.
>
> IDs of the pre
Please ignore this one.
On 07/20/10 14:53, Alexandre Julliard wrote:
Piotr Caban writes:
@@ -0,0 +1,3189 @@
+#stub
??$?5du?$char_tra...@d@std@@@std@@yaaav?$basic_istr...@du?$char_traits@d...@std@@@0...@aav10@a...@z
+#stub
??$?5du?$char_tra...@d@std@@@std@@yaaav?$basic_istr...@du?$char_traits@d...@std@@@0...@aav10@p
stephenmsm...@blueyonder.co.uk writes:
> diff --git a/dlls/kernel32/volume.c b/dlls/kernel32/volume.c
> index 7596864..4908739 100644
> --- a/dlls/kernel32/volume.c
> +++ b/dlls/kernel32/volume.c
> @@ -526,10 +526,17 @@ BOOL WINAPI GetVolumeInformationW( LPCWSTR root, LPWSTR
> label, DWORD label_
André Hentschel writes:
> @@ -670,7 +670,7 @@ static const DWORD table_c001[411] =
> 0, /* c116
> (STATUS_ABIOS_INVALID_SELECTOR) */
> ERROR_INVALID_THREAD_ID,/* c117 (STATUS_NO_LDT) */
> 0,
On Mon, Jul 19, 2010 at 04:42:40PM +0100, Huw Davies wrote:
> Fix a typo in a comment spotted by Detlef.
> ---
> dlls/ole32/ole2.c | 199
> 1 files changed, 168 insertions(+), 31 deletions(-)
Sorry, this is still broken, please ignore.
Huw.
Piotr Caban writes:
> @@ -0,0 +1,3189 @@
> +#stub
> ??$?5du?$char_tra...@d@std@@@std@@yaaav?$basic_istr...@du?$char_traits@d...@std@@@0...@aav10@a...@z
> +#stub
> ??$?5du?$char_tra...@d@std@@@std@@yaaav?$basic_istr...@du?$char_traits@d...@std@@@0...@aav10@p...@z
> +#stub
> ??$?5du?$char_tra...
Nikolay Sivov writes:
> @@ -2398,6 +2457,7 @@ START_TEST(ordinal)
> {
> hShlwapi = GetModuleHandleA("shlwapi.dll");
> is_win2k_and_lower = GetProcAddress(hShlwapi, "StrChrNW") == 0;
> +is_win9x = (GetVersion() & 0x8000);
You should never check the version, check for features i
On Mon, 2010-07-19 at 22:48 -0600, Vitaliy Margolen wrote:
> On 07/19/2010 08:59 PM, Misha Koshelev wrote:
> > Unfortunately, the more intuitive
> > git format-patch -k --stdout HEAD~79..HEAD~78> /tmp/patch.old
> >
> > does not seem to result in patches that can be properly applied onto a
> > diff
If I take a publicly available teaset:
http://www.sjbaker.org/teapot/teaset.tgz
And run it through a Microsoft function:
http://msdn.microsoft.com/en-us/library/bb205470%28v=VS.85%29.aspx
D3DXTesselateRectPatch for example
And then copy the vertex buffer and index buffer and save them...
Do I ha
David Hedberg writes:
> +HRESULT OnItemClick(
> +[in, annotation("__in")] IShellItem *psi,
> +[in, annotation("__in")] NSTCEHITTEST nstceHitTest,
> +[in, annotation("__in")] NSTCECLICKTYPE nstceClickType);
> +
> +HRESULT OnPropertyItemCommit(
> +[in, annota
Damjan Jovanovic writes:
> +dosPNGFileName = wine_get_dos_file_name(pngFileName);
> +if (dosPNGFileName == NULL)
> +{
> +WINE_ERR("error converting %s to DOS file name\n", pngFileName);
> +goto end;
> +}
You can't rely on having a valid DOS name here. You should u
On 19 July 2010 19:54, Ian Macfarlane wrote:
> Following the question as to how to implement D3DXCreateTeapot, might I
> suggest making it in the form of a wine glass?
>
> Given that is unlikely to negatively affect anything (indeed the entire
> method does border on the ridiculous) I think it wou
On 19 July 2010 19:54, Ian Macfarlane wrote:
> Following the question as to how to implement D3DXCreateTeapot, might I
> suggest making it in the form of a wine glass?
> Given that is unlikely to negatively affect anything (indeed the entire
> method does border on the ridiculous) I think it woul
On Tue, Jul 20, 2010 at 10:51 AM, Marvin wrote:
> 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://tes
2010/7/19 Rico Schüller :
> +e[i].SemanticName = get_semantic(data + name_offset);
I'm not sure this will work, I was under the impression semantics can
be arbitrary strings. (Which is also why d3d10core goes through the
trouble of copying the string data.)
On 20 July 2010 04:37, Dan Kegel wrote:
> Quoth Linus:
>
> "Ask the Wine people what strange open-function-from-hell they are
> interested in."
>
> Full message follows. Discussion archived at e.g.
> http://marc.info/?l=linux-kernel&m=127955270231189&w=2
>
>
That link didn't work for me, it's on
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=3576
Your paranoid android.
2010/7/20 Ilya Basin :
> M> VM Status Number of test failures
> M> WINEBUILD completed
> M> W98SE completed 0
> M> WNT4WSSP6 completed 0
> M> W2KPROSP4 completed 0
> M> WXPPROSP3 completed 0
> M> W2K3R2SESP2 co
On 07/20/2010 07:51 AM, Ilya Basin wrote:
Another question: winetest64-latest.exe extracts individual test
binaries to the temp folder and runs them. How do you extract the
binaries without running?
winetest -x
Usage: winetest [OPTION]... [TESTS]
--helpprint this message and exit
--ver
56 matches
Mail list logo