SWDEV-377991 - Remove liquidflash support
Change-Id: Iba6455e5c0210c3223a06fec332404cd9f489154
Αυτή η υποβολή περιλαμβάνεται σε:
υποβλήθηκε από
German Andryeyev
γονέας
46518cba6a
υποβολή
53a10c9039
@@ -34,14 +34,6 @@
|
||||
#include "CL/cl_dx9_media_sharing.h"
|
||||
#endif //_WIN32
|
||||
|
||||
#ifndef WITH_LIQUID_FLASH
|
||||
#if (!defined(BUILD_HSA_TARGET) && defined(WITH_HSA_DEVICE) && \
|
||||
defined(WITH_AMDGPU_PRO)) || defined(_WIN32)
|
||||
#define WITH_LIQUID_FLASH 1
|
||||
#include "lf.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
namespace amd {
|
||||
|
||||
Context::Context(const std::vector<Device*>& devices, const Info& info)
|
||||
@@ -91,10 +83,6 @@ Context::~Context() {
|
||||
|
||||
delete[] properties_;
|
||||
delete glenv_;
|
||||
|
||||
#if WITH_LIQUID_FLASH
|
||||
lfTerminate();
|
||||
#endif
|
||||
}
|
||||
|
||||
int Context::checkProperties(const cl_context_properties* properties, Context::Info* info) {
|
||||
@@ -315,10 +303,6 @@ int Context::create(const intptr_t* properties) {
|
||||
}
|
||||
}
|
||||
|
||||
#if WITH_LIQUID_FLASH
|
||||
lfInit();
|
||||
#endif
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user