Closed
Bug 348383
Opened 19 years ago
Closed 15 years ago
Investigate using GdiSetBatchLimit to improve performance
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vlad, Unassigned)
Details
Win32 batches GDI calls up to a certain pre-set limit; we may be able to tweak this limit to improve rendering performance; see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/pantdraw_8ed0.asp . However, any functions that don't return boolean values immediately flush, and our various text-handling functions fall into this, so it might not be that useful.
Filing this as a reminder to look into this.
Comment 1•17 years ago
|
||
Is this still a plausible thing to look at Vlad since we switched Cairo? If so I might take it, sounds like it might be interesting.
| Reporter | ||
Comment 2•17 years ago
|
||
Yep, it is -- we still use GDI heavily through cairo, though we're going to try to get away from it as much as possible in the near future. Might be interesting to explore this, but the text functions comment still stands.
Updated•17 years ago
|
Assignee: nobody → jmathies
Comment 3•15 years ago
|
||
never going to get to this. resetting to defaults.
Assignee: jmathies → nobody
| Reporter | ||
Comment 4•15 years ago
|
||
And at this point, GDI is becoming a lot less interesting.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•