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,694
    • Issues 2,694
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 909
    • Merge requests 909
  • 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
  • !16255

panfrost: Use texture index instead of sampler for message preloading

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Icecream95 requested to merge icecream95/mesa:texture-index into main Apr 29, 2022
  • Overview 5
  • Commits 1
  • Pipelines 4
  • Changes 4

The VAR_TEX definition in ISA.xml only has a field for texture_index, so trying to read sampler_index will return zero; read from texture_index instead, and rename other fields for consistency.

The texture and sampler indices must be equal for VAR_TEX to be used, so either name could be used for the field.

Fixes the wrong textures being used in Thief.

Closes: #6219 (closed) Fixes: eb1479bd ("pan/bi: Support message preloading")

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: texture-index