Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
weston
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 273
    • Issues 273
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 114
    • Merge Requests 114
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • wayland
  • weston
  • Merge Requests
  • !154

Open
Opened Apr 13, 2019 by Harish Krupo@harishkrupoContributor
  • Report abuse
Report abuse

compositor: Remove fully occluded views from scene

  • Overview 21
  • Commits 6
  • Pipelines 8
  • Changes 9

Identify a view's occlusion status. A view can have one of these occlusion states:

  • NOT_OCCLUDED
  • PARTIALLY_OCCLUDED
  • FULLY_OCCLUDED

This information could be used to disable sending wl_callback for the views which are currently FULLY_OCCLUDED. These views can also be ignored while repainting a scene.

Implements: #198

Test:

  • Open weston-terminal
  • Run WAYLAND_DEBUG=1 weston-simple-egl
  • Run another instance of weston-terminal
  • Move the second terminal so as to cover the egl app's full surface
  • Observe that the wl_callback is not sent for the app.

Signed-off-by: Harish Krupo harish.krupo.kps@intel.com

Edited Jun 04, 2019 by Harish Krupo
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: wayland/weston!154
Source branch: wl_callback_disable