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
[ROCm/clr commit: fd3857d53a]
This commit is contained in:
@@ -261,7 +261,7 @@ Context::create(const intptr_t* properties)
|
||||
#ifdef _WIN32
|
||||
"OpenGL32.dll"
|
||||
#else //!_WIN32
|
||||
"libGL.so"
|
||||
"libGL.so.1"
|
||||
#endif //!_WIN32
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user