Skip to content

Commit

Permalink
Merge pull request #310 from rmader/freedreno-rusticl
Browse files Browse the repository at this point in the history
Add freedreno to Rusticl
  • Loading branch information
MightyCreak authored Dec 4, 2024
2 parents 1a2e82a + 327ab52 commit d7c5685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Parser/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ abstract class Constants
public const RUSTICL_OPENCL_EXTRA_NAME = 'Rusticl Extensions that are not part of any OpenCL version';
public const RUSTICL_OPENCL_ALL_DRIVERS = [
'asahi',
'freedreno',
'iris',
'llvmpipe',
'nvc0',
Expand All @@ -129,6 +130,7 @@ abstract class Constants
'Arm' => [ 'panfrost' ],
'Intel' => [ 'iris' ],
'Nvidia' => [ 'nvc0' ],
'Qualcomm' => [ 'freedreno' ],
'Software' => [ 'llvmpipe' ],
'Translation' => [ 'zink' ],
];
Expand Down

0 comments on commit d7c5685

Please sign in to comment.