summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/meson.build
diff options
context:
space:
mode:
authorCharmaine Lee <[email protected]>2019-05-01 15:35:54 -0600
committerBrian Paul <[email protected]>2019-05-02 06:09:35 -0600
commit9c5f407b0b44a05a52d55ec34d028a1f2a901064 (patch)
tree9494591b6eee21115c211e8dc3cdc41e8d8d6061 /src/gallium/drivers/svga/meson.build
parentda8d9e2d881926c4c3eea68a3e08a63d105babbe (diff)
svga: move host logging to winsys
This patch adds a host_log interface to svga_winsys and moves the host logging code to the winsys layer. Cc: [email protected] Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Neha Bhende <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/meson.build')
-rw-r--r--src/gallium/drivers/svga/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/meson.build b/src/gallium/drivers/svga/meson.build
index 7981e2991f3..4d3207a9942 100644
--- a/src/gallium/drivers/svga/meson.build
+++ b/src/gallium/drivers/svga/meson.build
@@ -27,7 +27,6 @@ files_svga = files(
'svga_draw_elements.c',
'svga_format.c',
'svga_link.c',
- 'svga_msg.c',
'svga_pipe_blend.c',
'svga_pipe_blit.c',
'svga_pipe_clear.c',