Nigel Stewart

Results 286 comments of Nigel Stewart

Does QuesoGLC support (or aspire to) modern core OpenGL contexts? It seems harmless to bundle a GLEW 1.13.x for static linking, but the broader issue for Debian is having system...

I'm not sure that Chromium still depends on GLEW, can you point to any further information about that?

I see. I still prefer a new MX that wraps GLEW, rather than a 1.x MX branch. I don't see that happening under my own steam this year, but I...

I did a bit of selective merging of mainline (GLEW 2.0) onto a glew-1.13 branch. I'm deciding if there might be a glew-1.13.1 which along with the next GLEW 2.0....

Christopher, (and others) MX is not supported in GLEW 2.x and I'm not aware of any particular effort to bring it back to the mainline. I do sympathise with the...

I'm not sure there is enough information here to take action on this. Can anyone shed further light?

Seems likely to be a Microsoft OpenGL limitation, rather than a GLEW issue. Modern practice would be to do offscreen rendering, rather than a CPU-side DUB section.

Can you clarify the specific issue or proposal? The idea that both `APIENTRY` and `GLAPIENTRY` are `__stdcall`, but not `GLEWAPIENTRY`? Why so?

On Visual Studio 2013 the /RTC1 flag is being used for glew32.dll. I'd recommend disabling "Configuration Properties - C/C++ - Code Generation - Basic Runtime Checks" rather than messing with...

I'll go ahead and replace the memset call, in this case. I guess for other toolchains it's inlined.