Re: [Mesa-dev] [RFC PATCH] include/GL: add mesa_glinterop.h for OpenGL-OpenCL interop

2016-03-01 Thread Marek Olšák
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 */ >> +

Re: [Mesa-dev] [RFC PATCH] include/GL: add mesa_glinterop.h for OpenGL-OpenCL interop

2016-02-29 Thread Michel Dänzer
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

[Mesa-dev] [RFC PATCH] include/GL: add mesa_glinterop.h for OpenGL-OpenCL interop

2016-02-29 Thread Marek Olšák
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