Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xserver xserver
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 887
    • Issues 887
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 106
    • Merge requests 106
  • 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
  • xorg
  • xserverxserver
  • Merge requests
  • !898

glamor: use glEGLImageTargetTexture2DOES during copy to update image texture

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Kyle Russell requested to merge bkylerussell/xserver:glamor-copy into master May 09, 2022
  • Overview 9
  • Commits 1
  • Pipelines 2
  • Changes 1

Texture sampling buffers may not be accepted in the same format as an image's generated renderbuffer, so glamor should explicitly refresh the texture's base image during the copy from the GL client to its X window.

This fix specifically addresses the most common PresentPixmap operations, and does not attempt to support other DRI3 pixmap drawing operations.

Fixes: mesa/mesa#6220

Signed-off-by: Kyle Russell bkylerussell@gmail.com

Edited May 10, 2022 by Kyle Russell
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: glamor-copy