]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/compute/interop/opengl/cl_gl_ext.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / compute / interop / opengl / cl_gl_ext.hpp
index 9458cad82242c03f68d9d74a20793fe050dc4259..7a3d7175af1dca71383514a745c5e47677f16ad4 100644 (file)
 #ifndef BOOST_COMPUTE_INTEROP_OPENGL_CL_GL_EXT_HPP
 #define BOOST_COMPUTE_INTEROP_OPENGL_CL_GL_EXT_HPP
 
-#if defined(BOOST_COMPUTE_MAX_CL_VERSION)
-#  if !defined(CL_USE_DEPRECATED_OPENCL_2_1_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 202
-#    define CL_USE_DEPRECATED_OPENCL_2_1_APIS
-#  endif
-#  if !defined(CL_USE_DEPRECATED_OPENCL_2_0_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 201
-#    define CL_USE_DEPRECATED_OPENCL_2_0_APIS
-#  endif
-#  if !defined(CL_USE_DEPRECATED_OPENCL_1_2_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 200
-#    define CL_USE_DEPRECATED_OPENCL_1_2_APIS
-#  endif
-#  if !defined(CL_USE_DEPRECATED_OPENCL_1_1_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 102
-#    define CL_USE_DEPRECATED_OPENCL_1_1_APIS
-#  endif
-#  if !defined(CL_USE_DEPRECATED_OPENCL_1_0_APIS) && BOOST_COMPUTE_MAX_CL_VERSION < 101
-#    define CL_USE_DEPRECATED_OPENCL_1_0_APIS
-#  endif
-#endif
+#include <boost/compute/detail/cl_versions.hpp>
 
 #if defined(__APPLE__)
 #include <OpenCL/cl_gl_ext.h>