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,030
    • Issues 3,030
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 996
    • Merge requests 996
  • 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
  • !15557

pvr: Implement vkCreateSampler and vkDestroySampler APIs.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rajnesh Kanwal requested to merge rajnesh-kanwal/mesa:dev/implement_sampler into main Mar 24, 2022
  • Overview 3
  • Commits 1
  • Pipelines 9
  • Changes 4

Implements vkCreateSampler and vkDestroySampler APIs.

Also fixes maxSamplerLodBias value from 15.0f to 16.0f as it's the max supported by our hardware.

Also changing maxSamplerAnisotropy from 16.0f to 1.0f to temporarily disable anisotropy as we are missing software support for it.

Signed-off-by: Rajnesh Kanwal rajnesh.kanwal@imgtec.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev/implement_sampler