Skip to content

Commit

Permalink
Deprecated enable_aco option of DRI
Browse files Browse the repository at this point in the history
ACO is already a default shader compiler since Mesa 20.2
  • Loading branch information
igo95862 committed May 15, 2022
1 parent bc3393b commit 9207009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bubblejail/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ def __init__(self, enable_aco: bool = False):
'compiler for AMD GPUs. No effect on Nvidia\n'
'or Intel.'
),
is_deprecated=True,
)
self.add_option(self.enable_aco)

Expand Down

0 comments on commit 9207009

Please sign in to comment.