P4 to Git Change 1243211 by weizhang@weizhang-lnx-opencl on 2016/03/03 11:46:51

SWDEV-88119 - OGL team recommends to load libGL.so.1 rather than libGL.so for CL-GL.

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/platform/context.cpp#39 edit
Αυτή η υποβολή περιλαμβάνεται σε:
foreman
2016-03-03 11:58:25 -05:00
γονέας b09d0bf37b
υποβολή fd3857d53a
@@ -261,7 +261,7 @@ Context::create(const intptr_t* properties)
#ifdef _WIN32
"OpenGL32.dll"
#else //!_WIN32
"libGL.so"
"libGL.so.1"
#endif //!_WIN32
);