508 Commits (0bbaaa9723f851ca1d92b7e44085af035b37941c)

Author SHA1 Message Date
Kano 0be2b9e9b6 Increase max devices to 64 (for FPGA support) 13 years ago
Kano 18a8b5506e API returns the simple device history with the 'notify' command 13 years ago
Kano eeec98098f code changes for supporting a simple device history 13 years ago
Luke Dashjr eca996547b CGPU API for device kernel name 13 years ago
Luke Dashjr f05a319e01 CGPU API for device names 13 years ago
Luke Dashjr 303dbf4664 Abstract add_cgpu function, to handle device id numbering and devices array 13 years ago
Luke Dashjr e131dfab31 Unify drivers as driver-*.c and add driver name to API 13 years ago
Kano 60c5ac6844 API new commands enablepool and disablepool (version already incremented) 13 years ago
Kano 4458f3d5c7 Modify cgminer.c pool control to allow API to call it 13 years ago
Con Kolivas 527e611b74 Fix !HAVE_OPENCL build. 13 years ago
ckolivas 93efb726bb Allow multiple different kernels to be chosen per device. 13 years ago
Con Kolivas deff55c640 Allow different vectors to be set per device. 13 years ago
Kano e3281c2643 When API shuts down cgminer don't kill itself 13 years ago
Con Kolivas f4284a21a8 Set the lp_sent variable under lock since there will almost always be a race on setting this variable, potentially leading to multiple LPs being sent 13 years ago
Con Kolivas 3cdac04f4f Flag the pool that is the longpoll thread to avoid sending multiple longpolls during the slight delays between requesting and setting the lp_sent flag. 13 years ago
Con Kolivas 79e95dd95c Store whether a work item is the result of a longpoll or not in struct work and use it to help determine block changes directly from the work longpoll 13 years ago
Con Kolivas 39906718d2 Keep track of when a longpoll has been sent for a pool and if the current pool is requesting work but has not sent a longpoll request, convert one of 13 years ago
Con Kolivas f85b85d244 Re-check for a longpoll supporting pool every 30 seconds if none is found initially. 13 years ago
Con Kolivas 02295c69c8 Allow devices that are disabled due to overheating to be flagged as recovering instead of disabling them and re-enable them if they're below ideal 13 years ago
Con Kolivas fa4ce8daf2 Keep track of intended engine clock speed and only adjust up if it's higher than the last intended speed. This avoids setting the clock speed to one 13 years ago
Con Kolivas 06721957a0 Freeze the queues on all threads that are sent the pause message to prevent them trying to start up again with saved pings in their queues. 13 years ago
Con Kolivas 83dde50f9d Updates to diakgcn kernel courtesy of Philip Kaufmann <phil.kaufmann@t-online.de> 13 years ago
ckolivas 29f0b2714c The amount of work scanned can fluctuate when intensity changes and since we do this one cycle behind, we increment the work more than enough to prevent repeating work. 13 years ago
Con Kolivas 07c2ee5317 Put win32 equivalents of nanosleep and sleep into compat.h fixing sleep() for adl.c. 13 years ago
zefir e0fec35751 modularized logging, support for priority based logging 13 years ago
zefir 713e8be629 move CPU chipset specific optimization into device-cpu 13 years ago
Con Kolivas 52bb99c3ea Fix double definition of A0 B0 to zeroA zeroB. 13 years ago
Luke Dashjr 543265d66a Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs 13 years ago
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
ckolivas 2270b4e053 Implement diablo kernel support and try to make it work. 13 years ago
ckolivas 02c94272b4 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
Kano f19e67fe3a Allow API to restrict access by IP address 13 years ago
ckolivas 53d33c753f First working port of the diakgcn kernel. 13 years ago
ckolivas a6c6866a0d 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