commit | e16aa8e2ceee5ed0deee7d5d8fe89a9e0d8bede1 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Apr 02 14:22:12 2015 -0600 |
committer | Chia-I Wu <olv@lunarg.com> | Thu Apr 16 17:33:28 2015 +0800 |
tree | 32e38f9422d572de88274f28688be2513fcfa940 | |
parent | cd5ed1e678b45ddc70acf9bb2b12a8c7d50293d2 [diff] [blame] |
xgl: Add MaxMemReferences to GPU_QUEUE_PROPS
diff --git a/icd/intel/gpu.c b/icd/intel/gpu.c index f2fcdca..d025531 100644 --- a/icd/intel/gpu.c +++ b/icd/intel/gpu.c
@@ -272,6 +272,7 @@ props->queueCount = 1; props->maxAtomicCounters = INTEL_QUEUE_ATOMIC_COUNTER_COUNT; props->supportsTimestamps = true; + props->maxMemReferences = gpu->batch_buffer_reloc_count; break; default: assert(!"unknown engine type");