From 228e4a6a91ea2972b2443d3959c14d862a23c358 Mon Sep 17 00:00:00 2001 From: Dylan Reid Date: Thu, 7 Jun 2018 15:42:41 -0700 Subject: Move gpu allocator to resources Combine GPU buffer allocation with the system resource allocator making life easier as only one allocator needs to get passed to the execute function. Change-Id: I199eb0fd6b99b629aaec1ae3295e8a1942da5309 Signed-off-by: Dylan Reid Reviewed-on: https://chromium-review.googlesource.com/1099856 --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6085049..2717631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,6 +104,7 @@ dependencies = [ "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", "net_sys 0.1.0", "net_util 0.1.0", + "resources 0.1.0", "sys_util 0.1.0", "vhost 0.1.0", "virtio_sys 0.1.0", @@ -302,6 +303,8 @@ name = "resources" version = "0.1.0" dependencies = [ "data_model 0.1.0", + "gpu_buffer 0.1.0", + "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", "sys_util 0.1.0", ] -- cgit 1.4.1