First page Back Continue Last page Overview Graphics
Display Lists and Tilesort
A long-standing sore spot in Chromium
Current status:
- Lazy sending of display lists to servers works.
- Bounding boxes are used to avoid broadcasting glCallList() commands.
- State changes encapsulated within display lists can be handled correctly.
Current issues:
- Poor efficiency of state tracking
- Display list construction is a bit slow.