Re: [waffle] [PATCH] wflinfo: find glGetStringi on both Mali and WGL

2015-01-28 Thread Jose Fonseca
On 26/01/15 23:25, Frank Henigman wrote: Do the glGetStringi lookup after making context current so it works on WGL. Remove an incorrect glGetStringi lookup, which returned NULL on Mali. Signed-off-by: Frank Henigman --- Not sure what happened but wflinfo is still broken on mali because of the

Re: [waffle] [PATCH] wflinfo: find glGetStringi on both Mali and WGL

2015-01-27 Thread Emil Velikov
On 26 January 2015 at 23:25, Frank Henigman wrote: > Do the glGetStringi lookup after making context current so it works on WGL. > Remove an incorrect glGetStringi lookup, which returned NULL on Mali. > > Signed-off-by: Frank Henigman Reviewed-by: Emil Velikov > --- > Not sure what happened but

Re: [waffle] [PATCH] wflinfo: find glGetStringi on both Mali and WGL

2015-01-27 Thread Chad Versace
On 01/26/2015 03:25 PM, Frank Henigman wrote: > Do the glGetStringi lookup after making context current so it works on WGL. > Remove an incorrect glGetStringi lookup, which returned NULL on Mali. > > Signed-off-by: Frank Henigman > --- > Not sure what happened but wflinfo is still broken on mali

[waffle] [PATCH] wflinfo: find glGetStringi on both Mali and WGL

2015-01-26 Thread Frank Henigman
Do the glGetStringi lookup after making context current so it works on WGL. Remove an incorrect glGetStringi lookup, which returned NULL on Mali. Signed-off-by: Frank Henigman --- Not sure what happened but wflinfo is still broken on mali because of the glGetStringi madness. Chad put in a fix: h