On Tue, Mar 1, 2016 at 3:29 AM, Michel Dänzer wrote:
> On 01.03.2016 03:11, Marek Olšák wrote:
>> From: Marek Olšák
>
> [...]
>
>> +/**
>> + * Device information returned by Mesa.
>> + */
>> +typedef struct {
>> + uint32_t size; /* size of this structure */
>> +
>> + /* PCI location */
>> +
On 01.03.2016 03:11, Marek Olšák wrote:
> From: Marek Olšák
[...]
> +/**
> + * Device information returned by Mesa.
> + */
> +typedef struct {
> + uint32_t size; /* size of this structure */
> +
> + /* PCI location */
> + uint32_t pci_segment_group;
> + uint32_t pci_bus;
> + uint32_t p
From: Marek Olšák
---
include/GL/mesa_glinterop.h | 226
1 file changed, 226 insertions(+)
create mode 100644 include/GL/mesa_glinterop.h
diff --git a/include/GL/mesa_glinterop.h b/include/GL/mesa_glinterop.h
new file mode 100644
index 000..ecb5