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,043
    • Issues 3,043
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 986
    • Merge requests 986
  • 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
  • !15390

Rename MESA_GLSL_CACHE to MESA_SHADER_CACHE

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Juan A. Suárez requested to merge jasuarez/mesa:review/rename-glsl-cache into main Mar 15, 2022
  • Overview 9
  • Commits 4
  • Pipelines 8
  • Changes 10

Actually the on-disk cache can store not only GLSL compiled shaders, but also SPIR-V, and even full Vulkan pipelines.

So the MESA_GLSL_CACHE a bit misleading, and MESA_SHADER_CACHEis probably a better name, specially when then default cache directory is ~/.cache/mesa_shader_cache.

This MR changes this envvar and all the references to it.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: review/rename-glsl-cache