aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorAlexandros Frantzis <[email protected]>2019-06-12 10:29:32 +0300
committerAlexandros Frantzis <[email protected]>2019-06-14 12:58:51 +0300
commitb18f09a5097cab393215668a129553adbf13a13f (patch)
tree3a8f603b2fafd9a216fdd49a9318eb07276f2adc /src/gallium/meson.build
parent8ead5bebdb5cedc5250116403166279b1b292a85 (diff)
virgl: Introduce virgl_resource_cache
Introduce a resource cache implementation that can be used by any virgl winsys backend. Signed-off-by: Alexandros Frantzis <[email protected]> Reviewed-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index a9efb6296b6..2344bf3e88b 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -137,6 +137,7 @@ else
driver_svga = declare_dependency()
endif
if with_gallium_virgl
+ subdir('winsys/virgl/common')
subdir('winsys/virgl/drm')
subdir('winsys/virgl/vtest')
subdir('drivers/virgl')