296 Commits (master)

Author SHA1 Message Date
Noel Maersk 3afaaf1bfa ocl: rename nfactor to N where appropriate. 10 years ago
Noel Maersk 4b3b2ef5a6 ocl: use 'nf' instead of 'n' in compiled kernel binary name. 10 years ago
Noel Maersk 5b42d38f33 ocl/misc: spacing. 10 years ago
Noel Maersk 7217da3078 ocl: vectors are hard-set to 1, add appropriate "optimisation". 10 years ago
Noel Maersk ab9fcb1a14 ocl: use same type convention for nfactor (`cl_uint` instead of `int`). 10 years ago
Teemu Suikki 73bb1504e9 Scrypt-nfactor support! 10 years ago
phm d9fc7ccb4e Added support for QubitCoin 10 years ago
phm c336a8399a Added support for INKcoin. 10 years ago
phm e92d5ebf6e Added support for InkCoin 10 years ago
phm a17ec112f6 Added support for Quark mining. 10 years ago
phm 9585d2a8e6 Added support for DarkCoin kernel. Modified stats display to handle low difficulty values. 10 years ago
Brandon Tuomela bda1070259 kernel: add psw kernel. 10 years ago
Noel Maersk e123cc20c3 kernel: search in `pwd`/kernel/ for kernels. 10 years ago
Sanjin Trošelj 5d5769156f VS2010 build: Prepare ocl.c 10 years ago
Noel Maersk e8978db55f kernel: slight refactor, add warnings about new kernels, and known limitations of zuikkis. 11 years ago
Noel Maersk 5f326d64f5 kernel: allow choosing Alexey Karimov's kernels. 11 years ago
Noel Maersk 7950c10374 kernel: integrate Zuikkis' kernel, selectable with `--kernel=zuikkis`. 11 years ago
Noel Maersk 9d1db95a28 misc: move scrypt130511.cl kernel file to kernel/ckolivas.cl 11 years ago
Martin Danielsen 7aeae40af2 EXPERIMENTAL: A new way of setting intensity; introducing xintensity! 11 years ago
Noel Maersk 50066cf3c7 misc: Replace all remaining instances of 'cgminer' with 'sgminer'. 11 years ago
Noel Maersk 199cb10e18 HAVE_OPENCL is mandatory, remove checks form code an build system. 11 years ago
Noel Maersk 95586f72f0 Squash-merge branch dead-end with unnecessary check removals. 11 years ago
Noel Maersk d0070c0424 HARD RESET to: Remove Bitcoin detection code. 11 years ago
Con Kolivas 578fabe07c Do not perform bfi int patching for opencl1.2 or later. 11 years ago
Con Kolivas 466d3beca0 Provide a --disable-libcurl config option to build support for stratum mining only. 11 years ago
Kano 383eeabc71 ocl.c fix applog warnings on windows 11 years ago
Con Kolivas b196d4fa0c Support more shares to be returned for scrypt mining. 11 years ago
Kano 54d5d26095 ocl correct applog typing 11 years ago
Con Kolivas 2643ad1b22 Use only the one jump in ocl.c to bypass binary saves for osx opencl. 11 years ago
Con Kolivas 0a8f584909 Initialise variables not set on OSX in ocl.c. 11 years ago
Con Kolivas 9aae2256d3 Bypass attempting to read and save binary files on OSX to avoid crashes on >1 GPU. 11 years ago
Con Kolivas 57e5bfbb25 Set default ocl work size for scrypt to 256. 11 years ago
ckolivas 6ffba7e9d8 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. 11 years ago
ckolivas a797898fc3 Unnecessary extra array in ocl code. 11 years ago
Kano ed480de9c1 LTC text typo 11 years ago
Con Kolivas 132ee4c981 Do not scan other gpu platforms if one is specified. 11 years ago
Con Kolivas 584fc013ab Use a new algorithm for choosing a thread concurrency when none or no shader value is specified for scrypt. 11 years ago
Con Kolivas d0f18e83ad Do not round up the bufsize to the maximum allocable with scrypt. 11 years ago
Con Kolivas 3c3fbdce1c Remove the rounding-up of the scrypt padbuffer which was not effectual and counter-productive on devices with lots of ram, limiting thread concurrencies and intensities. 11 years ago
Con Kolivas 1c6d8a36d8 bufsize is an unsigned integer, make it so for debug. 11 years ago
Con Kolivas 767d6df1a5 Whitelist AMD APP SDK 2.8 for diablo kernel. 11 years ago
Con Kolivas 87b62bde43 Cope with the highest opencl platform not having usable devices. 11 years ago
Con Kolivas 266d31271a Make the numbuf larger to accept larger scrypt parameters. 11 years ago
Con Kolivas 69494c12ed BeaverCreek doesn't like BFI INT patching. 12 years ago
Con Kolivas 25c39c96bb Ease the checking on allocation of padbuffer8 in the hope it works partially anyway on an apparently failed call. 12 years ago
Con Kolivas cc3b693c6d Minor warning fixes. 12 years ago
Con Kolivas 40b747bae6 Put scrypt warning on separate line to avoid 0 being shown on windows as bufsize. 12 years ago
Con Kolivas d91af893c8 Use correct sdk version detection for SDK 2.7 12 years ago
Con Kolivas 69983b778b Revert "Pick worksize 256 with Cypress if none is specified." 12 years ago
Con Kolivas 4fbe5bed15 OpenCL 1.0 does not have native atomic_add and extremely slow support with atom_add so detect opencl1.0 and use a non-atomic workaround. 12 years ago