|
d1cf80a5
|
2012-02-18T19:49:52
|
|
Use gpu-memdiff on startup if an engine clockspeed is set and a memdiff value is set.
|
|
66ea9304
|
2012-02-18T19:43:23
|
|
Revert "Adjust engine speed up according to performance level engine setting, not the current engine speed."
This reverts commit 68217ef6eed95f37da9024f96d098a3114e75c75.
This did not have the desired effect and only added complexity.
|
|
c4270974
|
2012-02-18T19:43:17
|
|
Revert "Logic fail on engine multiplier."
This reverts commit b0787e07c88cc5ae9a5a23bbcc004e180e4a24a5.
2nd of 3.
|
|
eb5dcc60
|
2012-02-18T19:42:56
|
|
Revert "Correct yet more logic fail :("
This reverts commit 83b76da2c659bbff8d17236ef1b3e69a0ce6228a.
First of 3.
|
|
06721957
|
2012-02-18T16:34:06
|
|
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.
|
|
83dde50f
|
2012-02-18T15:17:50
|
|
Updates to diakgcn kernel courtesy of Philip Kaufmann <phil.kaufmann@t-online.de>
|
|
f0e12fc5
|
2012-02-18T00:25:48
|
|
Consolidate all screen updates to the watchdog thread and touch both windows before refresh.
|
|
d2b3fbc9
|
2012-02-17T23:11:50
|
|
Curses will be disabled in clean_up so don't do it early in kill_work, and disable_adl so that GPU settings may be restored to normal in case shutting
down curses leads to instability on windows.
|
|
61328a42
|
2012-02-17T23:10:01
|
|
Stop the mining threads before trying to kill them.
|
|
1c211c5f
|
2012-02-17T22:55:33
|
|
Plain refresh() does not give reliably screen updates so get rid of all uses of it.
|
|
86a53824
|
2012-02-16T21:15:58
|
|
Delete unused variable.
|
|
66938987
|
2012-02-16T17:31:22
|
|
Fix diakgcn kernel working by passing it D1A variable and renaming it in the cl code accordingly.
Renumber version consistent with change in code since it now works.
|
|
a95e4f4d
|
2012-02-16T01:16:21
|
|
Bump version number to 2.2.6.
|
|
6ab74b09
|
2012-02-16T01:15:14
|
|
Update NEWS.
|
|
67c4ada1
|
2012-02-16T01:10:11
|
|
Provide warning on each startup about sdk 2.6 and decrease poclbm kernel selection to LOG_INFO.
|
|
b4c86ba6
|
2012-02-16T00:48:34
|
|
Give SDK 2.6 warning only on building a kernel for !GCN bitalign devices.
|
|
728e3d43
|
2012-02-16T00:43:05
|
|
Revert "Automatically choose phatk kernel for bitalign non-gcn ATI cards, and then only select poclbm if SDK2.6 is detected."
This reverts commit e7fdadfc8fc388f68772d5a4c2740da60287c889.
Broke kernel loading.
|
|
72ee48c1
|
2012-02-15T21:46:59
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
3d3a3a2f
|
2012-02-15T21:42:12
|
|
Fix unused warnings on win32.
|
|
c31c0670
|
2012-02-13T21:49:43
|
|
bitforce: Simplify BFopen WIN32 ifdef/else
|
|
9631c0b0
|
2012-02-13T21:46:14
|
|
Fix initialization warning with jansson 1.3
|
|
c904b74b
|
2012-02-13T21:41:04
|
|
bitforce: Cleanup extraneous TODO that isn't needed
|
|
2f0a3dc2
|
2012-02-13T21:19:39
|
|
Move tcsetattr (and new tcflush) into *nix BFopen to simplify things a bit
|
|
33b0aa38
|
2012-02-15T02:26:44
|
|
Merge pull request #117 from luke-jr/bitforce_win32_timeout_set
bitforce: Set a 30 second timeout for serial port on Windows, since the default is undefined
|
|
7d3635c7
|
2012-02-15T21:03:24
|
|
Add message explaining 2nd thread disabling for dynamic mode and how to tune it.
|
|
9a0e4f8f
|
2012-02-15T15:21:43
|
|
Move logwindow down once number of devices is known.
|
|
e7fdadfc
|
2012-02-15T14:52:29
|
|
Automatically choose phatk kernel for bitalign non-gcn ATI cards, and then only select poclbm if SDK2.6 is detected.
|
|
6a785946
|
2012-02-15T14:47:02
|
|
Make SDK 2.6 warning and advice big and bold.
|
|
c235c7e3
|
2012-02-15T14:35:13
|
|
Allow the refresh interval to be adjusted in dynamic intensity with a --gpu-dyninterval parameter.
|
|
e259a994
|
2012-02-15T13:53:26
|
|
Make curses display visible right from the beginning and fix the window sizes so the initial messages don't get lost once the status window is drawn.
|
|
c531f1bd
|
2012-02-15T10:34:26
|
|
Use the max_hashes variable to determine when to abandon work.
|
|
b36d857d
|
2012-02-15T10:03:18
|
|
Use the max_hashes variable to increment nonce only in dynamic mode and use the all time highest value.
|
|
29f0b271
|
2012-02-15T08:51:59
|
|
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.
|
|
538b0ebf
|
2012-02-14T12:01:30
|
|
bitforce: Set a 30 second timeout for serial port on Windows, since the default is undefined
|
|
158c0910
|
2012-02-14T05:33:17
|
|
Merge pull request #115 from luke-jr/bitforce_disable_autoscan
bitforce: Disable automatic scanning when at least one device is specified manually
|
|
8798a904
|
2012-02-14T05:32:53
|
|
Merge pull request #116 from holymonson/master
fix strcpy NULL pointer if env HOME unset.
|
|
5e31785e
|
2012-02-15T00:18:12
|
|
Increase poclbm version number.
|
|
49c28b39
|
2012-02-15T00:00:05
|
|
Use PreVal4addT1 instead of PreVal4 in poclbm kernel.
|
|
5c4df130
|
2012-02-14T23:28:46
|
|
Import PreVal4 and PreVal0 into poclbm kernel.
|
|
f5c29678
|
2012-02-15T00:28:24
|
|
Import more prepared constants into poclbm kernel.
Conflicts:
poclbm120213.cl
|
|
734dfece
|
2012-02-14T22:25:15
|
|
Keep variables in one array but use Vals[] name for consistency with other kernel designs.
|
|
3f9e34a5
|
2012-02-14T22:18:24
|
|
Replace constants that are mandatorily added in poclbm kernel with one value.
|
|
b941146c
|
2012-02-14T21:53:52
|
|
Remove addition of final constant before testing for result in poclbm kernel.
|
|
81cb5845
|
2012-02-14T21:39:09
|
|
Hand optimise variable addition order.
|
|
dc2d553d
|
2012-02-14T21:10:47
|
|
Hand optimise first variable declaration order in poclbm kernel.
|
|
f39fac9e
|
2012-02-14T17:32:40
|
|
Third pass reorder.
|
|
b754fb8f
|
2012-02-14T17:13:49
|
|
2nd pass radical reorder.
|
|
e2b3c85d
|
2012-02-14T15:49:16
|
|
Radical reordering machine based first pass to change variables as late as possible, bringing their usage close together.
|
|
8047af5a
|
2012-02-14T14:20:50
|
|
fix strcpy NULL pointer if env HOME unset.
|
|
75da96b5
|
2012-02-14T00:37:09
|
|
bitforce: Disable automatic scanning when at least one device is specified manually
|
|
57dad38d
|
2012-02-13T22:50:21
|
|
Unroll all additions to enable further optimisations.
|
|
aa1523d7
|
2012-02-13T13:30:14
|
|
Bump up version number to 2.2.5
|
|
fdf9fb80
|
2012-02-13T13:29:31
|
|
Update NEWS.
|
|
64acb9da
|
2012-02-13T13:26:03
|
|
Increase version numbers of modified kernels.
|
|
23c01bc7
|
2012-02-13T13:19:04
|
|
Make output buffer write only as per Diapolo's suggestion.
|
|
210fe9d5
|
2012-02-13T13:16:05
|
|
Constify nonce in poclbm.
|
|
60f8ccb3
|
2012-02-13T12:51:24
|
|
Use local and group id on poclbm kernel as well.
|
|
b2b5083b
|
2012-02-13T12:22:35
|
|
Microoptimise phatk kernel on return code.
|
|
83b76da2
|
2012-02-13T10:53:03
|
|
Correct yet more logic fail :(
|
|
b0787e07
|
2012-02-13T10:47:05
|
|
Logic fail on engine multiplier.
|
|
fd05341a
|
2012-02-13T10:39:26
|
|
Do not loop indefinitely setting poclbm kernel to load a binary.
|
|
68217ef6
|
2012-02-13T10:37:35
|
|
Adjust engine speed up according to performance level engine setting, not the current engine speed.
|
|
d689cfbd
|
2012-02-13T10:06:26
|
|
Try to load a binary if we've defaulted to the poclbm kernel on SDK2.6
|
|
3057b701
|
2012-02-13T09:59:29
|
|
Use the poclbm kernel on SDK2.6 with bitalign devices only if there is no binary available.
|
|
2c33f122
|
2012-02-13T08:34:44
|
|
Whitelist ATI SDK 2.6 to use the poclbm kernel by default.
|
|
8be9d13f
|
2012-02-13T01:55:53
|
|
Further generic microoptimisations to poclbm kernel.
|
|
fb99c8d5
|
2012-02-12T21:38:45
|
|
The longstanding generation of a zero sized binary appears to be due to the OpenCL library putting the binary in a RANDOM SLOT amongst 4 possible binary
locations. Iterate over each of them after building from source till the real binary is found and use that.
|
|
56907db2
|
2012-02-12T18:21:30
|
|
Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W.
|
|
11123848
|
2012-02-12T17:53:50
|
|
Fix missing field initialisers warnings.
|
|
18853748
|
2012-02-11T22:01:51
|
|
Merge pull request #112 from luke-jr/jansson_compat
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
|
|
07c2ee53
|
2012-02-12T17:00:44
|
|
Put win32 equivalents of nanosleep and sleep into compat.h fixing sleep() for adl.c.
|
|
be8ad579
|
2012-02-12T11:41:58
|
|
Add missing define in logging.c for isatty()
|
|
beb1c3f9
|
2012-02-12T11:39:10
|
|
Fix packaging issue with logging.h missing.
|
|
fdadb0b5
|
2012-02-11T15:46:08
|
|
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
|
|
e0fec357
|
2012-02-11T19:31:34
|
|
modularized logging, support for priority based logging
Functions related to logging are extracted into dedicated source files
for better maintainability.
The existing low-level logging API is extended with a generalized scheme
providing log functions log_{error, warning, notice, info, debug} that
log messages based on a global opt_log_level.
opt_log_level for now is set to LOG_NOTICE and might be modified via
command line options or config files in future releases.
|
|
713e8be6
|
2012-02-04T14:22:47
|
|
move CPU chipset specific optimization into device-cpu
|
|
52bb99c3
|
2012-02-11T21:42:02
|
|
Fix double definition of A0 B0 to zeroA zeroB.
|
|
862e9da4
|
2012-02-11T20:29:27
|
|
Bump version number to 2.2.4.
|
|
ecaf33a7
|
2012-02-11T20:23:27
|
|
Update README.
|
|
6a9ffd71
|
2012-02-11T20:12:26
|
|
Update NEWS.
|
|
405a2120
|
2012-02-11T20:11:18
|
|
Remove unnecessary check for opt_debug on every invocation of applog at LOG_DEBUG and place the check in applog().
|
|
3dda18eb
|
2012-02-11T19:56:23
|
|
Add NEWS.
|
|
2b61d973
|
2012-02-11T19:54:15
|
|
Remove the test for whether the device is on the highest profil level before raising the GPU speed as it is ineffectual and may prevent raising the GPU
speed.
|
|
b4364d4f
|
2012-02-11T17:24:16
|
|
Update NEWS.
|
|
60c70145
|
2012-02-11T16:41:41
|
|
Retain cl program after successfully loading a binary image.
|
|
55bd031d
|
2012-02-11T16:38:55
|
|
Variable unused after this so remove setting it.
|
|
1c1b8bec
|
2012-02-11T15:58:07
|
|
BFI INT patching is not necessarily true on binary loading of files and not true on ATI SDK2.6+. Report bitalign instead.
|
|
81d4f620
|
2012-02-11T15:15:03
|
|
Various string fixes for reject reason.
|
|
b706da93
|
2012-02-11T14:55:12
|
|
Merge branch 'reject_reason' of https://github.com/luke-jr/cgminer into reject
|
|
24376414
|
2012-02-10T19:20:45
|
|
Merge pull request #93 from luke-jr/bitforce_temp
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
|
543265d6
|
2012-01-24T14:34:17
|
|
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
|
8c609579
|
2012-02-10T19:07:53
|
|
Merge pull request #107 from kanoi/master
Allow API to restrict access by IP address + other commits
|
|
d24ee782
|
2012-02-11T13:57:35
|
|
Change message from recovered to alive since it is used on startup as well as when a pool has recovered.
|
|
8e682a2c
|
2012-02-11T13:53:09
|
|
Start mining as soon as any pool is found active and rely on the watchpool thread to bring up other pools.
|
|
82798f6f
|
2012-02-10T18:42:58
|
|
Merge pull request #111 from luke-jr/bugfix_bitforce_id
Bugfix: BitFORCE index needs to be static to count correctly
|
|
405fcd76
|
2012-02-11T13:35:30
|
|
Delayed responses from testing pools that are down can hold up the watchdog thread from getting to its device testing code, leading to false detection
of the GPU not checking in, and can substantially delay auto gpu/auto fan management leading to overheating. Move pool watching to its own thread.
|
|
5be4bf70
|
2012-02-10T21:33:26
|
|
Bugfix: BitFORCE index needs to be static to count correctly
|
|
5ec684ce
|
2012-02-11T13:20:32
|
|
Space out retrieval of extra work according to the number of mining threads.
|
|
37374bb4
|
2012-02-11T13:11:56
|
|
Make shutdown more robust.
Enable the input thread only after the other threads exist.
Don't kill off the workio thread and use it to exit main() only if there is an unexpected problem.
Use kill_work() for all anticipated shutdowns where possible.
Remove unused thread entry.
|
|
5fbd0345
|
2012-02-11T12:11:30
|
|
Merge branch 'kernels' of github.com:ckolivas/cgminer into kernels
Conflicts:
configure.ac
device-gpu.c
poclbm120203.cl
|