We have a wiki page functioning as sort of a wannabe performance tag
here: http://wiki.winehq.org/Performance-related_bugs
Is this a reasonable tag to have?
Thanks,
Scott Ritchie
On Tue, 2009-09-08 at 16:33 -0700, Juan Lang wrote:
> Hi Frank,
>
> On Tue, Sep 8, 2009 at 4:15 PM, Frank Gruman wrote:
> > Looking at chain.c, line 1886-1902 I can see the switch-case statement
> > where this would have been handled. The problem I ran into while trying
> > to keep up with the c
On Mon, 2009-09-07 at 13:16 +0200, joerg-cyril.hoe...@t-systems.com
wrote:
> Stephan,
>
> All the patches proposed to bug #16559 forget one thing:
>
> it cannot be right to patch only PixelFormat_WineD3DtoDD without patching its
> converse function in the same file, PixelFormat_DD2WineD3D.
Good
"Vladimir Pankratov" wrote:
--- a/dlls/gdi32/freetype.c 2009-08-08 13:27:23.0 +0500
+++ b/dlls/gdi32/freetype.c 2009-09-07 19:58:58.0 +0500
@@ -3576,6 +3576,7 @@
if(!TranslateCharsetInfo((DWORD*)(INT_PTR)lf.lfCharSet, &csi,
TCI_SRCCHARSET)) {
switch(lf.lfCharSet) {
2009/9/9 chris ahrendt :
> Nicolas Le Cam wrote:
>> 2009/9/9 Alexandre Julliard :
>>> chris ahrendt writes:
>>>
[/home/cahrendt/wine-git/dlls/ntdll/directory.c:2339]: (error) Resource
leak: old_cwd
>>> This is the only one that looks a real bug, all the rest are false
>>> positives. Ple
2009/9/9 Ismael Barros² :
> -
>
> #ifdef WORDS_BIGENDIAN
>
> static inline u_short __dpws_ushort_swap(u_short s)
> {
> return (s >> 8) | (s << 8);
> }
> static inline u_long __dpws_ulong_swap(u_long l)
> {
> return ((u_long)__dpws_ushort_swap((u_short)l) << 16) |
> __dpws_ushort_s
Nicolas Le Cam wrote:
> 2009/9/9 Alexandre Julliard :
>> chris ahrendt writes:
>>
>>> [/home/cahrendt/wine-git/dlls/ntdll/directory.c:2339]: (error) Resource
>>> leak: old_cwd
>> This is the only one that looks a real bug, all the rest are false
>> positives. Please filter them out from future re
2009/9/9 Alexandre Julliard :
> chris ahrendt writes:
>
>> [/home/cahrendt/wine-git/dlls/ntdll/directory.c:2339]: (error) Resource
>> leak: old_cwd
>
> This is the only one that looks a real bug, all the rest are false
> positives. Please filter them out from future reports.
>
> --
> Alexandre Ju
Alexandre Julliard wrote:
> chris ahrendt writes:
>
>> [/home/cahrendt/wine-git/dlls/ntdll/directory.c:2339]: (error) Resource
>> leak: old_cwd
>
> This is the only one that looks a real bug, all the rest are false
> positives. Please filter them out from future reports.
>
Is there any others?
Alexandre Julliard wrote:
> chris ahrendt writes:
>
>> [/home/cahrendt/wine-git/dlls/ntdll/directory.c:2339]: (error) Resource
>> leak: old_cwd
>
> This is the only one that looks a real bug, all the rest are false
> positives. Please filter them out from future reports.
>
Alexandre,
I will f
On Fri, Sep 4, 2009 at 12:12 PM, Henri Verbeet wrote:
> 2009/9/4 Ismael Barros² :
>> I've been looking into iphlpapi/ip.h (just learned bit fields
>> exist...); would this implementation be fine?
>>
>> #include "pshpack1.h"
>>
>> typedef struct tagDPSP_MSG_HEADER
>> {
>> #ifdef WORDS_BIGENDIAN
>>
chris ahrendt writes:
> [/home/cahrendt/wine-git/dlls/ntdll/directory.c:2339]: (error) Resource leak:
> old_cwd
This is the only one that looks a real bug, all the rest are false
positives. Please filter them out from future reports.
--
Alexandre Julliard
julli...@winehq.org
[/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:982]: (error)
Deallocating a deallocated pointer: stream2
[/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:966]: (error) Resource
leak: stream3
[/home/cahrendt/wine-git/dlls/msvcrt/tests/file.c:973]: (error) Resource
leak: stream4
[/home/cahrend
On 09/02/2009 12:27 PM, Jacek Caban wrote:
---
dlls/mshtml/tests/htmldoc.c | 270
+--
1 files changed, 182 insertions(+), 88 deletions(-)
Hi Jacek,
Looks like this one introduced
hi,
I think its better to send these reports to wine-devel instead of wine-patches
Roderick Colenbrander wrote:
Regarding the zero source DC, what happens visually?
On Wed, Sep 9, 2009 at 1:30 PM, Nikolay Sivov wrote:
Bug http://bugs.winehq.org/show_bug.cgi?id=18041 shows this commented crash.
I'm not sure how to fix it, but I think this call can't do anything
without sour
Regarding the zero source DC, what happens visually?
On Wed, Sep 9, 2009 at 1:30 PM, Nikolay Sivov wrote:
> Bug http://bugs.winehq.org/show_bug.cgi?id=18041 shows this commented crash.
> I'm not sure how to fix it, but I think this call can't do anything
> without source context.
>
> Another quest
On Wednesday 09 September 2009 15:25:56 Alexandre Julliard wrote:
> Vitaliy Margolen writes:
> > This is more of the testing waters type of patch. If this approach is
> > fine then we can do the same for all other dlls that are shipped with
> > Windows but not really a part of an O/S.
>
> I don't
Vitaliy Margolen writes:
> This is more of the testing waters type of patch. If this approach is
> fine then we can do the same for all other dlls that are shipped with
> Windows but not really a part of an O/S.
I don't think you can put up a message box on attach, that could
potentially become
Am 09.09.2009 12:47, schrieb Henri Verbeet:
2009/9/9 Rico Schüller:
-static void parse_fx10_annotation(const char **ptr)
+static HRESULT parse_fx10_annotation(struct d3d10_effect_variable *a, const
char **ptr, const char *data)
{
-skip_dword_unknown(ptr, 3);
+DWORD offset;
+
+
"Vladimir Pankratov" wrote:
--- a/dlls/gdi32/freetype.c 2009-08-08 13:27:23.0 +0500
+++ b/dlls/gdi32/freetype.c 2009-09-07 19:58:58.0 +0500
@@ -3576,6 +3576,7 @@
if(!TranslateCharsetInfo((DWORD*)(INT_PTR)lf.lfCharSet, &csi,
TCI_SRCCHARSET)) {
switch(lf.lfCharSet) {
Alistair Leslie-Hughes writes:
> Hi,
> Feedback if something is wrong would be great.
domdoc.c:601: warning: ISO C90 forbids mixed declarations and code
--
Alexandre Julliard
julli...@winehq.org
2009/9/9 Rico Schüller :
> -static void parse_fx10_annotation(const char **ptr)
> +static HRESULT parse_fx10_annotation(struct d3d10_effect_variable *a, const
> char **ptr, const char *data)
> {
> -skip_dword_unknown(ptr, 3);
> +DWORD offset;
> +
> +read_dword(ptr, &offset);
> +TR
Am Donnerstag, 3. September 2009 schrieb Mike Kaplinskiy:
> On Wed, Sep 2, 2009 at 7:31 PM, Fenixk19 wrote:
> > Hello! I've already post the
> > bug(http://bugs.winehq.org/show_bug.cgi?id=19713) on this subject, but i
> > need more help. So I've decided to write here.
> > There is a problem in wine
Hi folks,
Wine gets to send two delegates to the Google Summer of Code mentor summit in
Mountain View, CA, this October. Is anybody who mentored interested in going?
Cheers,
Kai
--
Kai Blin
WorldForge developer http://www.worldforge.org/
Wine developerhttp://wiki.winehq.org/KaiBlin
Sa
25 matches
Mail list logo