intel: fuse off Jay in Mesa 26.1

Jay is under heavy development and is not considered released. It is
available in upstream Mesa for developers to hack on but is not part of
the 26.1 release. Add a comment acting like a chicken bit to fuse off the
compiler while minimizing conflicts with backports (which is why we don't remove
Jay wholesale from the release).

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
This commit is contained in:
Alyssa Rosenzweig 2026-04-15 09:09:08 -04:00 committed by Eric Engestrom
parent 9182da14a7
commit 3a9ef908ea

View file

@ -336,5 +336,11 @@ process_intel_debug_variable(void)
call_once(&process_intel_debug_variable_flag,
process_intel_debug_variable_once);
use_jay = debug_get_option_use_jay();
/* Jay is under heavy development and is not considered released. It is
* available in upstream Mesa for developers to hack on but is not part of
* the 26.1 release. This comment acts like a chicken bit to fuse off the
* compiler while minimizing conflicts with backports (which is why we don't
* remove Jay wholesale from the release).
*/
// use_jay = debug_get_option_use_jay();
}