Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
opencl_drivers_blacklist.h File Reference
#include <string.h>
+ Include dependency graph for opencl_drivers_blacklist.h:

Go to the source code of this file.

Functions

static gboolean dt_opencl_check_driver_blacklist (const char *device_version)
 

Variables

static const gchar * bad_opencl_drivers []
 

Function Documentation

◆ dt_opencl_check_driver_blacklist()

static gboolean dt_opencl_check_driver_blacklist ( const char *  device_version)
static

References bad_opencl_drivers, FALSE, and TRUE.

Variable Documentation

◆ bad_opencl_drivers

const gchar* bad_opencl_drivers[]
static
Initial value:
=
{
"beignet",
"pocl",
NULL
}
Todo:
: in the future, we may want to also take DRIVER_VERSION into account

Referenced by dt_opencl_check_driver_blacklist().