Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.4k
    • Issues 3.4k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1.1k
    • Merge requests 1.1k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Admin message

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Repository
  • mesa
  • docs
  • gallium
  • context.rst
Find file Blame History Permalink
  • Alyssa Rosenzweig's avatar
    docs/gallium: Note samplers are not used for txf · a9f99539
    Alyssa Rosenzweig authored Mar 30, 2023 and Marge Bot's avatar Marge Bot committed Apr 07, 2023
    
    
    Now that PIPE_CAP_TEXTURE_BUFFER_SAMPLER is gone, txf does not require samplers
    for any texture on any Gallium driver. NIR already requires drivers to ignore
    sampler_index for non-sampler operation (mainly txf), and nowadays all Gallium
    drivers ingest NIR. So, document that samplers aren't bound for txf (etc) as
    part of the Gallium frontend-driver contract.
    
    Signed-off-by: default avatarAlyssa Rosenzweig <alyssa@collabora.com>
    Suggested-by: default avatarMarek Olšák <marek.olsak@amd.com>
    Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
    Part-of: <mesa/mesa!22223>
    a9f99539