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
Αυτή η υποβολή περιλαμβάνεται σε:
@@ -261,7 +261,7 @@ Context::create(const intptr_t* properties)
|
||||
#ifdef _WIN32
|
||||
"OpenGL32.dll"
|
||||
#else //!_WIN32
|
||||
"libGL.so"
|
||||
"libGL.so.1"
|
||||
#endif //!_WIN32
|
||||
);
|
||||
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user