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,701
    • Issues 2,701
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 907
    • Merge requests 907
  • 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
  • !9649

zink: fix emulation of no mipfilter

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Erik Faye-Lund requested to merge kusma/mesa:zink-mipfilter-fix into master Mar 17, 2021
  • Overview 1
  • Commits 1
  • Pipelines 7
  • Changes 2

This approach is taken from the Vulkan spec1, where a robust maxLod of 0.25 is proposed instead of 0.0.

This has the effect of allowing room for both minification and magnification filters, yet still rounding down to the right miplevel in the end.

Fixes: 8d46e35d ("zink: introduce opengl over vulkan")

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: zink-mipfilter-fix