commit | 960f1957a191974fc1a39c71c59903b9edd48c44 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Thu Aug 28 23:27:10 2014 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Thu Aug 28 23:27:10 2014 +0800 |
tree | 64992c095551702860b62221b77a58e6cbc7cd79 | |
parent | bfce58e285819e777305b1285ccb3f719c798c2b [diff] [blame] |
intel: export GT in intel_gpu
diff --git a/icd/intel/gpu.h b/icd/intel/gpu.h index 473982f..5df7c39 100644 --- a/icd/intel/gpu.h +++ b/icd/intel/gpu.h
@@ -49,6 +49,7 @@ int devid; /* PCI device ID */ char *path; /* path to the render or legacy node, or NULL */ int gen_opaque; /* always read with intel_gpu_gen() */ + int gt; XGL_GPU_SIZE max_batch_buffer_size; XGL_UINT batch_buffer_reloc_count;