To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43238


User pl changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|pl                        |thb
--------------------------------------------------------------------------------
                    Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Mar 10 02:20:22 -0800 
2005 -------
profiling on the problematic machine showed, that we spend practically no time
within the presentation or vcl, but ~2/3 in BitBlt and 1/3 in
CreateCompatibleBitmap. The BitBlt is essentially the drawing whereas the
CreateCompatibleBitmap seems to be from drawing a BitmapEx with Alpha channel
(which is probably trivial all none transparent  since there is no transparency
in the game here). Exchanging the DrawBitmapEx by DrawBitmap did not improve the
situation much, we now spent practically all of the time in BitBlt - which was
the expected result.

Also the situation improved dramatically when reducing the resolution from
1024x768 to 800x600. My hypothesis is that we run into a resource problem; that
at lower resolution all the blits happen on the graphics adapter whereas at
higher resolution main memory gets involved.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to