http://bugs.winehq.org/show_bug.cgi?id=7777
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
Platform|Other |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6976
------- Additional Comments From leffeman(a)gmail.com 2007-17-03 13:37 -------
I have confirmed that the textures are doubled. By doing this in
drawprim.c:drawStridedSlow:
- case 2: t = ptrToCoords[1]; /* drop through */
- case 1: s = ptrToCoords[0];
+ case 2: t = ptrToCoords[1]*2; /* drop through */
+ case 1: s = ptrToCoords[0]*2;
Things look almost good (except before you start playing, where everything is
really small) -- now to figure out what initially causes the doubling :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7761
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From alex(a)thehandofagony.com 2007-17-03 13:33 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6554
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
------- Additional Comments From alex(a)thehandofagony.com 2007-17-03 13:33 -------
*** Bug 7761 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7761
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2007-17-03 13:33 -------
Duplicate.
*** This bug has been marked as a duplicate of 6554 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7704
jeezus1(a)wp.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7776
Summary: [Regression 0.9.32+] Dragging any application window
consumes 100% of CPU time
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Since Wine 0.9.32 if you try to drag (move) any window (tested on `wine
notepad`) then CPU usage soars up to 100%.
My X configuration hasn't changed for a very long time. I'm using nvidia binary
driver without any GL tricks like XGL or composite desktop managers. I'm sitting
in a plain KDE 3.5.6 running on top of vanilla kernel 2.6.20.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.