Re: [Mesa-dev] OSMesa multiple context problem?

2016-09-21 Thread Brian Paul
On 09/21/2016 08:14 AM, Randall Frank wrote: Hello, I have been working around an issue with the OSMesa interface a bit and was curious if others see this as a bug. An example that triggers the issue is: #include #include #include #include int main(int iargs, const char *argv[]) {

[Mesa-dev] OSMesa multiple context problem?

2016-09-21 Thread Randall Frank
Hello, I have been working around an issue with the OSMesa interface a bit and was curious if others see this as a bug. An example that triggers the issue is: #include #include #include #include int main(int iargs, const char *argv[]) { void *pBuf0Ptr, *pBuf1Ptr, *pBuf2Ptr;