From ed667a540d22881cbf4c2e02a21083a19f64f183 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 5 Mar 2015 18:09:39 -0700 Subject: xgl: Impossible to expose multi-function queues Bug: 13363 header version: r29597 (0.51.0) included review feedback. --- layers/mem_tracker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layers/mem_tracker.cpp') diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp index 914b510b..9b75d503 100644 --- a/layers/mem_tracker.cpp +++ b/layers/mem_tracker.cpp @@ -859,9 +859,9 @@ XGL_LAYER_EXPORT XGL_RESULT XGLAPI xglEnumerateLayers(XGL_PHYSICAL_GPU gpu, size } } -XGL_LAYER_EXPORT XGL_RESULT XGLAPI xglGetDeviceQueue(XGL_DEVICE device, XGL_QUEUE_TYPE queueType, uint32_t queueIndex, XGL_QUEUE* pQueue) +XGL_LAYER_EXPORT XGL_RESULT XGLAPI xglGetDeviceQueue(XGL_DEVICE device, uint32_t queueNodeIndex, uint32_t queueIndex, XGL_QUEUE* pQueue) { - XGL_RESULT result = nextTable.GetDeviceQueue(device, queueType, queueIndex, pQueue); + XGL_RESULT result = nextTable.GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue); addQueueInfo(*pQueue); return result; } -- cgit v1.2.3