http://bugs.winehq.org/show_bug.cgi?id=21949
Summary: Verbose the d3d vertices processing code Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: directx-ddraw AssignedTo: wine-bugs@winehq.org ReportedBy: dd9k@aol.com
As of Wine 1.1.40, the vertices processing is still not perfect (See bug 19888). Thus, it may be reasonable to make the output more verbose for unhandled cases. Related code is located in: ./dlls/ddraw/executebuffer.c:492 named
ERR("Unhandled vertex processing !\n");
That is definitely not enough in order to debug. A good start is to add the output of "ci->dwFlags" in there as well. It is surely a minor enhancement, but it is really annoying to recompile the whole Wine because of a small line.
http://bugs.winehq.org/show_bug.cgi?id=21949
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-07 03:05:06 --- That's not a bug. If you are a developer feel free to add the required traces for your own needs.
http://bugs.winehq.org/show_bug.cgi?id=21949
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Component|directx-ddraw |-unknown
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-07 03:05:22 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=21949
--- Comment #3 from Henri Verbeet hverbeet@gmail.com 2010-03-07 03:12:42 --- Created an attachment (id=26660) --> (http://bugs.winehq.org/attachment.cgi?id=26660) patch
Yeah, though in this case I think it's a reasonable request. Does the attached patch work for you?
http://bugs.winehq.org/show_bug.cgi?id=21949
--- Comment #4 from dd9k@aol.com 2010-03-07 04:47:57 --- (In reply to comment #1)
That's not a bug. If you are a developer feel free to add the required traces for your own needs.
Yep, it is not a bug. I thought "enhancement" is a good measure of importance for this. I can't understand the problem.
http://bugs.winehq.org/show_bug.cgi?id=21949
--- Comment #5 from dd9k@aol.com 2010-03-07 04:51:31 --- (In reply to comment #3)
Created an attachment (id=26660)
--> (http://bugs.winehq.org/attachment.cgi?id=26660) [details]
patch
Yeah, though in this case I think it's a reasonable request. Does the attached patch work for you?
Surely it works. I've produced the same one myself, but I'd like to nominate this miserable line of code into the mainline because as I've said before, re-compiling Wine is pretty much time-demanding task.
http://bugs.winehq.org/show_bug.cgi?id=21949
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Component|-unknown |directx-ddraw Resolution|INVALID |
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-07 16:56:05 --- Dmitry, not all bugzilla bugs have to be bugs.
http://bugs.winehq.org/show_bug.cgi?id=21949
--- Comment #7 from Henri Verbeet hverbeet@gmail.com 2010-03-15 13:07:55 --- Committed as ae437ab5b8f10db2f67a8cf7853c962e37800779.
http://bugs.winehq.org/show_bug.cgi?id=21949
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #8 from Austin English austinenglish@gmail.com 2010-03-15 13:22:40 --- Fixed.
http://bugs.winehq.org/show_bug.cgi?id=21949
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-03-19 14:10:59 --- Closing bugs fixed in 1.1.41.
http://bugs.winehq.org/show_bug.cgi?id=21949
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|directx-ddraw |directx-d3d