Open Bug 788702 Opened 13 years ago Updated 3 years ago

Reduce usage of GdiFlush() in cairo backend

Categories

(Core :: Graphics, defect)

x86
macOS
defect

Tracking

()

People

(Reporter: jrmuizel, Unassigned)

Details

Right now we call GdiFlush() everytime we do direct rendering. This is showing up in profiles. I'm going to get numbers on how long this function takes.
Here are some statistics for GdiFlush() times in cycles: Min. 1st Qu. Median Mean 3rd Qu. Max. 1555 2682 4151 4405 5254 128000 So it seems there's a decent amount of win possible here.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.