mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
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:
parent
9182da14a7
commit
3a9ef908ea
1 changed files with 7 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue