From 583d7d3d8d0d14d636340b0f12f72db7b0148ceb Mon Sep 17 00:00:00 2001 From: Alejandro PiƱeiro Date: Fri, 29 Nov 2019 11:17:18 +0100 Subject: v3d: moving v3d simulator to src/broadcom So it could be used by both the OpenGL and the Vulkan driver. In addition to the move, some small changes were needed to be made on the API. For example, the simulator was receiving v3d_screen on initialization, and that code setted v3d_screen->sim_file. Now it returns the new sim_file created. Reviewed-by: Eric Anholt Part-of: --- src/broadcom/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/broadcom/meson.build') diff --git a/src/broadcom/meson.build b/src/broadcom/meson.build index 15177c5f99c..70406b2f1fb 100644 --- a/src/broadcom/meson.build +++ b/src/broadcom/meson.build @@ -28,6 +28,7 @@ v3d_libs = [] if with_gallium_v3d subdir('compiler') subdir('qpu') + subdir('simulator') endif if with_tools.contains('drm-shim') -- cgit v1.2.3