Commit History

Author SHA1 Message Date
  Luke Dashjr 4505195031 opencl: Replace (and deprecate) --no-opencl-binaries option, with --set opencl:binary=no 12 years ago
  Luke Dashjr 0678c51c74 opencl: Reenable OpenCL kernel binaries for Mesa OpenCL >= 10.1 12 years ago
  Luke Dashjr 099e0e2a5b Merge commit '981af2b' into bfgminer 12 years ago
  Luke Dashjr 981af2bbd7 Bugfix: opencl: Can only BFI_INT patch if using OpenCL binaries 12 years ago
  Luke Dashjr 7e45129680 Merge remote-tracking branch 'bfg-pull/369/head' into bfgminer 12 years ago
  Luke Dashjr 4c385c2af5 Bugfix: opencl: Defer initial intensity assignment until init, so opt_scrypt has a chance to be set 12 years ago
  Luke Dashjr 176e13ea3c opencl: Support for setting oclthreads as intensity=xNNN (for NNN xintensity); also allow setting d<whatever> for an initial dynamic intensity 12 years ago
  Luke Dashjr 223df8d6ad Move all OpenCL-specific data behind device_data pointers, and relocate OpenCL-specific code out of miner.c 12 years ago
  Isidoro Ghezzi b8cb3f138d minorfix: remove extra semicolon 12 years ago
  Luke Dashjr 2aee732e31 Move unused winsock2.h includes to the end of config.h 12 years ago
  Luke Dashjr 2546c0598d Bugfix: Add missing includes of config.h, stdbool.h, and stdint.h 12 years ago
  Luke Dashjr 1c11680fdb Intercept and use applog for perror calls 12 years ago
  Luke Dashjr 37201d79c6 Bugfix: Move serial_detect* and open_bitstream to DevAPI code so CPU/OpenCL can build properly without fpgautils 12 years ago
  Luke Dashjr 6b728213dc Merge branch 'catalyst_13.4' into bfgminer 12 years ago
  Luke Dashjr b9d755c2b2 opencl: Don't try to use BFI_INT patching with APP-SDK newer than 1084 (Catalyst 13.1), since it doesn't work 12 years ago
  Luke Dashjr d65e37e052 Bugfix: opencl: Add missing include for fpgautils.h (needed for open_bitstream) 12 years ago
  Luke Dashjr f6824582d3 Improve Makefile organization and fix "make install" 12 years ago
  Luke Dashjr dd4904c75f Merge commit 'b196d4f' into cg_merges_20130524b 12 years ago
  Luke Dashjr ab177eb5ce opencl: Disable using binary kernels on Apple by default 12 years ago
  Luke Dashjr 705dc889a8 Merge commit '57e5bfb' into cg_merges_20130524b 12 years ago
  Luke Dashjr c53ea9c1a6 Merge commit '584fc01' into cg_merges_20130513 12 years ago
  Luke Dashjr 6be226c78b Merge commit 'd0f18e8' into cg_merges_20130513 12 years ago
  Luke Dashjr 2eaf6f3d53 Merge commit '3c3fbdc' into cg_merges_20130513 12 years ago
  ckolivas d3301302d6 Convert error getting device IDs in ocl code to info log level only since multiple platforms may be installed and the error is harmless there. 12 years ago
  ckolivas cdf095cfcd Unnecessary extra array in ocl code. 12 years ago
  Con Kolivas 80787bb4f2 bufsize is an unsigned integer, make it so for debug. 13 years ago
  Con Kolivas cdb812b08b Cope with the highest opencl platform not having usable devices. 13 years ago
  Con Kolivas b196d4fa0c Support more shares to be returned for scrypt mining. 12 years ago
  Kano 54d5d26095 ocl correct applog typing 12 years ago
  Con Kolivas 2643ad1b22 Use only the one jump in ocl.c to bypass binary saves for osx opencl. 12 years ago