diff options
author | Rodeo <[email protected]> | 2013-12-11 02:24:48 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-12-11 02:24:48 +0000 |
commit | 3443d1134af988467ef8ac4f2808f5e325ef4eb4 (patch) | |
tree | 2f3658d789c71ad94da41bbf1ce5f3edf81aadf2 /libhb/opencl.h | |
parent | c872cbbc2a7817b2b938febeb3fdab36e6bfa570 (diff) |
OpenCL: disable on Ivy Bridge integrated GPUs.
Ivy Bridge supports OpenCL on GPU, but it's too slow to be usable for scaling.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5926 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/opencl.h')
-rw-r--r-- | libhb/opencl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/opencl.h b/libhb/opencl.h index 5548a9eb6..a31918d39 100644 --- a/libhb/opencl.h +++ b/libhb/opencl.h @@ -690,6 +690,7 @@ typedef struct hb_opencl_device_s { HB_OCL_VENDOR_AMD, HB_OCL_VENDOR_NVIDIA, + HB_OCL_VENDOR_INTEL, HB_OCL_VENDOR_OTHER, } ocl_vendor; } hb_opencl_device_t; |