Skip to content
GitLab
  • Menu
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 2,760
    • Issues 2,760
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 914
    • Merge requests 914
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !8176

panfrost: Fix CLAMP wrap mode

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Icecream95 requested to merge icecream95/mesa:wrap-clamp into master Dec 20, 2020
  • Overview 1
  • Commits 1
  • Pipelines 5
  • Changes 1

Another day, another Bifrost patch, except this one also applies to Midgard.


MALI_WRAP_MODE_CLAMP doesn't work fully on either GPU generation, so use other wrap modes instead in some cases.

With nearest filtering, Midgard only clamps to the edge for two of the edges, and uses the border colour for the other two. Using the clamp mode on Bifrost causes broken rendering and/or GPU faults.

Fixes piglit test "texwrap" on both Midgard and Bifrost, and fixes Chromium B.S.U. rendering on Bifrost.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wrap-clamp