diff options
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/common/sources | 2 | ||||
-rw-r--r-- | src/mesa/drivers/x11/sources | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/mesa/drivers/common/sources b/src/mesa/drivers/common/sources new file mode 100644 index 00000000000..90e29d78d3f --- /dev/null +++ b/src/mesa/drivers/common/sources @@ -0,0 +1,2 @@ +MESA_DRIVER_COMMON_SOURCES = \ +driverfuncs.c diff --git a/src/mesa/drivers/x11/sources b/src/mesa/drivers/x11/sources new file mode 100644 index 00000000000..d76d65eaad1 --- /dev/null +++ b/src/mesa/drivers/x11/sources @@ -0,0 +1,8 @@ +# Note: only listing sources needed for X server renderer +MESA_DRIVER_X11_SOURCES = \ +xm_api.c \ +xm_buffer.c \ +xm_dd.c \ +xm_line.c \ +xm_span.c \ +xm_tri.c |