iris: Add pipe-loader support

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7047>
This commit is contained in:
Jason Ekstrand 2020-08-10 18:33:46 -05:00
parent 8de380d26a
commit d9adb55a4d
2 changed files with 6 additions and 0 deletions

View File

@ -58,6 +58,7 @@ endif
pipe_loaders = [
[with_gallium_i915, 'i915', driver_i915, []],
[with_gallium_iris, 'iris', [driver_iris, idep_xmlconfig], []],
[with_gallium_nouveau, 'nouveau', driver_nouveau, []],
[with_gallium_r300, 'r300', driver_r300, []],
[with_gallium_r600, 'r600', driver_r600, []],

View File

@ -0,0 +1,5 @@
#include "frontend/drm_driver.h"
#include "target-helpers/drm_helper.h"
#include "target-helpers/inline_debug_helper.h"
#include "iris/drm/iris_drm_public.h"
#include "util/driconf.h"