Ticket #55757: patch-src-default.h.diff

File patch-src-default.h.diff, 995 bytes (added by dsteck, 6 years ago)
  • default.h

    old new  
    11521152#define CL_EGL_DISPLAY_KHR 0
    11531153#endif
    11541154#ifndef CL_GLX_DISPLAY_KHR
    1155 #define CL_GLX_DISPLAY_KHR 0
     1155#define CL_GLX_DISPLAY_KHR 1
    11561156#endif
    11571157#ifndef CL_WGL_HDC_KHR
    11581158#define CL_WGL_HDC_KHR 0
     
    13851385#ifndef CL_USHRT_MAX
    13861386#define CL_USHRT_MAX 0
    13871387#endif
     1388#ifndef CL_DEVICE_PARTITION_TYPES_EXT
     1389#define CL_DEVICE_PARTITION_TYPES_EXT                   0x4055
     1390#endif
     1391#ifndef CL_DEVICE_PARTITION_STYLE_EXT
     1392#define CL_DEVICE_PARTITION_STYLE_EXT                   0x4058
     1393#endif
     1394#ifndef CL_DEVICE_AFFINITY_DOMAINS_EXT
     1395#define CL_DEVICE_AFFINITY_DOMAINS_EXT                  0x4056
     1396#endif
     1397#ifndef CL_DEVICE_REFERENCE_COUNT_EXT
     1398#define CL_DEVICE_REFERENCE_COUNT_EXT                   0x4057
     1399#endif
     1400#ifndef CL_DEVICE_PARENT_DEVICE_EXT
     1401#define CL_DEVICE_PARENT_DEVICE_EXT                     0x4054
     1402#endif
     1403typedef cl_ulong  cl_device_partition_property_ext;