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,770
    • Issues 2,770
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 933
    • Merge requests 933
  • 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
  • !15989

panfrost: Stop overallocating compressed textures

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Icecream95 requested to merge icecream95/mesa:immense-amount-of-ram into main Apr 15, 2022
  • Overview 7
  • Commits 1
  • Pipelines 5
  • Changes 1

The line stride uses the number of bytes in the entire block, so both the width and height need to be reduced for compressed textures so that the surface stride is calculated correctly.

Fixes: 051d62cf ("panfrost: Add a pan_image_layout_init() helper")

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: immense-amount-of-ram