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,076
    • Issues 3,076
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,008
    • Merge requests 1,008
  • 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
  • !18207

anv: Fix build without shader cache

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Philipp Zabel requested to merge pH5/mesa:anv-no-shader-cache-fix into main Aug 23, 2022
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

Fix a build error with -Dshader-cache=disabled:

In file included from src/intel/genxml/gen7_pack.h:36,
                 from ../Mesa-22.2.0-rc3/src/intel/vulkan/anv_device.c:62:
../Mesa-22.2.0-rc3/src/intel/vulkan/anv_device.c: In function 'anv_physical_device_free_disk_cache':
../Mesa-22.2.0-rc3/src/intel/vulkan/anv_device.c:604:17: error: 'struct anv_physical_device' has no member named 'disk_cache'

Fixes: 7f1e8230 ("anv: Switch to the new common pipeline cache")

Edited Aug 23, 2022 by Philipp Zabel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: anv-no-shader-cache-fix