Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • Issues 3,070
    • Issues 3,070
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,004
    • Merge requests 1,004
  • 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

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
  • 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