Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libglvnd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • glvnd
  • libglvnd
  • Merge requests
  • !167

Allow state tracking for drivers that invalidate context and surfaces on eglDestroyContext

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Kyle Brenneman requested to merge github/fork/jnettlet/master into master Oct 11, 2018
  • Overview 1
  • Commits 2
  • Changes 5

Created by: jnettlet

This is a code jumping off point to further the discussions related to #166

I believe that tracking the state on eglDestroyContext is the most true to libglvnd standards that we can implement. This does fix our existing driver issues, while leaving the default codepaths un-altered, except for of course the eglDestroyContext which now is handled by libglvnd rather than being a straight pass through.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/jnettlet/master