183 Commits (cad84c6f2ceb526bbc323d68f79bb2de826bd16b)

Author SHA1 Message Date
ckolivas 59d3d0112b Implement diablo kernel support and try to make it work. 13 years ago
ckolivas 95a989da4d Conflicting entries of cl_kernel may have been causing problems, and automatically chosen kernel type was not being passed on. Rename the enum to cl_kernels and store the chosen kernel in each clState. 13 years ago
ckolivas 033913ca8e First working port of the diakgcn kernel. 13 years ago
ckolivas cb7145b179 Add basic build ability with diakgcn and put all kernel names in configure.ac to avoid changing them in mutliple places. 13 years ago
Con Kolivas de4c6c29d7 Provide support for the submitold extension on a per-pool basis based on the value being detected in a longpoll. 13 years ago
Con Kolivas e57ac0177f Remove unused get_dondata function. 13 years ago
Con Kolivas 294ac0b6bf Stagger the restart of every next thread per device to keep devices busy ahead of accessory threads per device. 13 years ago
Kano 42fcbf7c9c Remove most compiler warnings from api.c 13 years ago
Kano 0ebc0c9d8a Add last share's pool info in cgpu_info 13 years ago
ckolivas 7d97ed6dd6 Fix various build issues. 13 years ago
Con Kolivas 10b697f0da Revert "Fix compile warnings in api.c" 13 years ago
Con Kolivas 09184720c2 As share submission is usually staggered, and delays can be costly, submit shares without delay even when --net-delay is enabled. 13 years ago
Con Kolivas 430a19543e Revert "Read off lpThermalControllerInfo from each ADL device." 13 years ago
Kano 8a90f1a756 Fix compile warnings in api.c 13 years ago
Con Kolivas 82af288e69 Revert "Fix various harmless warnings." 13 years ago
Con Kolivas a4b67f030f Fix various harmless warnings. 13 years ago
Con Kolivas 5a0b4f62d0 Map GPU devices to virtual devices in their true physical order based on BusNumber. 13 years ago
Con Kolivas 06fd9c4a4c Detect dual GPU cards by iterating through all GPUs, finding ones without fanspeed and matching twins with fanspeed one bus ID apart. 13 years ago
Kano 63e31b4d78 Move intensity range values into miner.h 13 years ago
Con Kolivas 9549dacf99 Detect dual GPU cards via the indirect information of - 1st card has a fan controller. 2nd card does not have a fan controller, cards share the same 13 years ago
Luke Dashjr 4ae7baf0e1 BitForce: Need to use CreateFile and low-level (descriptor-based) C APIs on Windows, since fopen doesn't work with serial ports 13 years ago
Con Kolivas 2d29cdb611 Read off lpThermalControllerInfo from each ADL device. 13 years ago
Kano ec2c0b784f Add API commands: config, switchpool, gpu settings, save 13 years ago
Con Kolivas e15d57d729 Implement socks4 proxy support. 13 years ago
Con Kolivas 2d5bbc7756 Provide nanosleep() equivalent for windows. 13 years ago
Luke Dashjr 9a0bcc8890 Bugfix: Iterate over devices rather than threads for watchdog (and ADL) 13 years ago
Con Kolivas 5179d22463 Introduce a --net-delay option which guarantees at least 250ms between any networking requests to not overload slow routers. 13 years ago
Con Kolivas 9840c12e74 Generalise locking init code. 13 years ago
Luke Dashjr 3cb7221878 Restore old ugly inconsistent display of ADL information before the standard info 13 years ago
Luke Dashjr 5dfc8b694f BitForce FPGA support 13 years ago
Luke Dashjr b9d197dee8 Refactor the CPU scanhash_* functions to use a common API. Fixes bugs. 13 years ago
Luke Dashjr a4d1fe1e5d Refactor miner_thread to be common code for any kind of device 13 years ago
Luke Dashjr 845961af66 Refactor to abstract device-specific code 13 years ago
Kano 5033dcd355 fix test/set of thr->pth to also work in windows 13 years ago
Con Kolivas 2257b5023a Simplify longpoll changeover to just check which pool it should grab its next longpoll from. This should prevent locking hangs and thread cancellation 13 years ago
Con Kolivas b69aa23470 Use control_lock to protect thr->pth for thread creation/destruction. 13 years ago
Kano 50a0892254 2.0.8x Full GPU stats, descriptive field names and --api-description 13 years ago
Kano 45068ced82 Version 2.0.8w (windows changes) 13 years ago
Kano 45ebf2c5b4 Fix threading issues and bugs 13 years ago
Kano d234b857ff API v0.2 Added GPU commands and improved messages 13 years ago
Kano df3fad3dbc Add API options for port and listen mode 13 years ago
Kano 49532277df Add summary command 13 years ago
Kano bbe1702d66 Add quit command 13 years ago
Kano 2358056606 API v0.1 13 years ago
Con Kolivas b0bfd816d6 Don't build VIA on apple since -a auto bombs instead of gracefully ignoring VIA failing. 13 years ago
Con Kolivas a70629a701 Make longpoll do a mandatory flushing of all work even if the block hasn't changed, thus supporting longpoll initiated work change of any sort and 13 years ago
Con Kolivas 8c63061eaa Allow a fixed speed difference between memory and GPU clock speed that will change memory speed when GPU speed is changed in autotune mode. 13 years ago
Con Kolivas 5133cf5b06 Add altivec 4 way support courtesy of Gilles Risch. 13 years ago
Con Kolivas 4128b954a6 Add a --donation feature which reads a url/userpass from the author's site and contributes a percentage of getworks to the author, but default to off. 13 years ago
Scott Dial c54b0870a8 Assiging the bswap_{16,32,64} macros to __builtin_bswap{16,32,64}. 13 years ago