Draft: anv: Remove GRL support
This MR removes the compiling options and source files of GRL. Once !31588 (merged) is merged and we concluded GRL is no longer needed, this MR can be landed.
The benefits of removing GRL:
- GRL is tailored for Windows, and removing it eliminates the need to port driver changes between Windows and Linux.
- The framework and the new intel debug tool allows us to debug BVH more efficiently. We've made more titles to work.
- Other drivers are using the framework as well. Doing this ensures the alignment with the community.
With this change, intel-bvh-grl
is no longer valid. If users enable intel-rt
, the common-framework will be the only support for bvh building in anv.