Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mesa
mesa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,414
    • Issues 2,414
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 683
    • Merge Requests 683
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge Requests
  • !8591

Closed
Created Jan 20, 2021 by Nanley Chery@ncheryDeveloper
  • Report abuse
Report abuse

RFC: gallium: Add pipe_context::make_resource_shareable

  • Overview 4
  • Commits 2
  • Pipelines 1
  • Changes 3

iris will use this to remove compression from textures before sharing them via eglCreateImage. This is based off intel_miptree_make_shareable from i965.

Alternatively, should pipe_context::flush_resource() be used? The command description explicitly states that it's useful for sharing:

Flush the resource cache, so that the resource can be used
by an external client. Possible usage:
- flushing a resource before presenting it on the screen
- flushing a resource if some other process or device wants to use it

Closes #2678 (closed) (partially?)

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: fix/iris-eglcreateimage-ccs