mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-21 19:30:38 +01:00
We will switch to the pipe_loader loading the configuration options, so that they can be passed to the driver independently of the state tracker. Put the description into its own file so that it can be merged easily with driver-specific options in future commits. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
9 lines
152 B
Text
9 lines
152 B
Text
COMMON_SOURCES := \
|
|
pipe_loader.c \
|
|
pipe_loader.h \
|
|
pipe_loader_priv.h \
|
|
pipe_loader_sw.c \
|
|
driinfo_gallium.h
|
|
|
|
DRM_SOURCES := \
|
|
pipe_loader_drm.c
|