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,689
    • Issues 2,689
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 902
    • Merge requests 902
  • 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
  • !18

nir: Fix clamping of uints for texture lowering.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emma Anholt requested to merge anholt/mesa:nir-format-convert into master Dec 15, 2018
  • Overview 3
  • Commits 1
  • Changes 1

I botched some copy-and-paste and clamped to signed int max instead of uint max. Fixes KHR-GL46.shader_image_load_store.multiple-uniforms on skl.

Fixes: d3e046e7 ("nir: Pull some of intel's image load/store format conversion to nir_format.h")

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: nir-format-convert