mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 04:30:37 +02:00
crocus: Add pipe loader driver
Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11694>
This commit is contained in:
parent
469875596a
commit
e309d1a3a3
2 changed files with 6 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ endif
|
|||
|
||||
pipe_loaders = [
|
||||
[with_gallium_i915, 'i915', driver_i915, []],
|
||||
[with_gallium_crocus, 'crocus', [driver_crocus, idep_xmlconfig], []],
|
||||
[with_gallium_iris, 'iris', [driver_iris, idep_xmlconfig], []],
|
||||
[with_gallium_nouveau, 'nouveau', driver_nouveau, []],
|
||||
[with_gallium_r300, 'r300', driver_r300, []],
|
||||
|
|
|
|||
5
src/gallium/targets/pipe-loader/pipe_crocus.c
Normal file
5
src/gallium/targets/pipe-loader/pipe_crocus.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "frontend/drm_driver.h"
|
||||
#include "target-helpers/drm_helper.h"
|
||||
#include "target-helpers/inline_debug_helper.h"
|
||||
#include "crocus/drm/crocus_drm_public.h"
|
||||
#include "util/driconf.h"
|
||||
Loading…
Add table
Reference in a new issue