Re: [Mesa-dev] [PATCH 1/4] glx/test: fix building for osx

2018-02-02 Thread Emil Velikov
On 1 February 2018 at 17:48, Jon Turney wrote: > An additional stub for applegl_create_context() is needed > Cannot test indirect API as it's not built on osx, currently > > Signed-off-by: Jon Turney > --- >

[Mesa-dev] [PATCH 1/4] glx/test: fix building for osx

2018-02-01 Thread Jon Turney
An additional stub for applegl_create_context() is needed Cannot test indirect API as it's not built on osx, currently Signed-off-by: Jon Turney --- src/glx/tests/fake_glx_screen.cpp | 11 +++ src/glx/tests/indirect_api.cpp| 4 2 files changed, 15