Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,059
    • Issues 3,059
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,002
    • Merge requests 1,002
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !12869

Add a mechanism to avoid automatically updating the shadow texture when using TFP on V3D

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Neil Roberts requested to merge nroberts/mesa:v3d-no-auto-update-shadow-glx into main Sep 15, 2021
  • Overview 14
  • Commits 2
  • Pipelines 8
  • Changes 2

This MR contains the first three patches of MR !11804 (closed) so it only implements the gallium and GLX part. This is simpler to merge because it doesn’t require adding a new EGL extension.

The three patches have been slightly modified to add a rectangles parameter to the gallium interface so that a future version of the EGL extension could use it describe the region that has been modified. The V3D implementation currently ignores this parameter but it seems better to add it now so that we don’t have to change any future implementations if we want to add it later.

Edited Oct 29, 2021 by Neil Roberts
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: v3d-no-auto-update-shadow-glx