Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
weston
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 211
    • Issues 211
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 61
    • Merge Requests 61
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
    • Container Registry
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • wayland
  • weston
  • Issues
  • #320

Closed
Open
Opened Nov 28, 2019 by Leandro Ribeiro@leandrohrb
  • Report abuse
  • New issue
Report abuse New issue

Remove output->previous_damage from weston_output

In !321 (merged) we've removed the need of previous_damage member from struct weston_output for frame_signal listeners. Now it's time to decide what to do with output->previous_damage in the DRM backend when using Pixman renderer. This way we'd be able to remove previous_damage from weston_output. We have more than one option here, as mentioned in #256 (closed):

One easy option would be to move it to the drm_output structure. Other more complicated options would also be available.

We've decided to open this issue to discuss what is the best option here.

cc: @daniels

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
2
Labels
DRM/KMS backend Good for new contributors
Assign labels
  • View project labels
Reference: wayland/weston#320