Re: [waffle] [PATCH 06/33] wflinfo: use waffle_dl_sym to get core functions

2014-07-15 Thread Chad Versace
On 07/07/2014 10:28 AM, Emil Velikov wrote: > Unlike MacOS and Linux, Windows is less fortunate to people who > prefer to fetch core OpenGL symbols via wglGetProcAddress. > > Until we merge piglit's dispatch in one shape or the other, we'll > need to manually pick/set the correct function that is

[waffle] [PATCH 06/33] wflinfo: use waffle_dl_sym to get core functions

2014-07-07 Thread Emil Velikov
Unlike MacOS and Linux, Windows is less fortunate to people who prefer to fetch core OpenGL symbols via wglGetProcAddress. Until we merge piglit's dispatch in one shape or the other, we'll need to manually pick/set the correct function that is used for each function. Signed-off-by: Emil Velikov