ckolivas
9a0e4f8fac
Move logwindow down once number of devices is known.
13 years ago
ckolivas
e7fdadfc8f
Automatically choose phatk kernel for bitalign non-gcn ATI cards, and then only select poclbm if SDK2.6 is detected.
13 years ago
ckolivas
6a78594618
Make SDK 2.6 warning and advice big and bold.
13 years ago
ckolivas
c235c7e373
Allow the refresh interval to be adjusted in dynamic intensity with a --gpu-dyninterval parameter.
13 years ago
ckolivas
e259a994f1
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.
13 years ago
ckolivas
c531f1bd04
Use the max_hashes variable to determine when to abandon work.
13 years ago
ckolivas
b36d857d9b
Use the max_hashes variable to increment nonce only in dynamic mode and use the all time highest value.
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
Luke Dashjr
538b0ebf88
bitforce: Set a 30 second timeout for serial port on Windows, since the default is undefined
13 years ago
Con Kolivas
158c09107c
Merge pull request #115 from luke-jr/bitforce_disable_autoscan
...
bitforce: Disable automatic scanning when at least one device is specified manually
13 years ago
Con Kolivas
8798a904c6
Merge pull request #116 from holymonson/master
...
fix strcpy NULL pointer if env HOME unset.
13 years ago
Con Kolivas
5e31785e7b
Increase poclbm version number.
13 years ago
Con Kolivas
49c28b3929
Use PreVal4addT1 instead of PreVal4 in poclbm kernel.
13 years ago
Con Kolivas
5c4df1309a
Import PreVal4 and PreVal0 into poclbm kernel.
13 years ago
Con Kolivas
f5c296785f
Import more prepared constants into poclbm kernel.
...
Conflicts:
poclbm120213.cl
13 years ago
Con Kolivas
734dfecec5
Keep variables in one array but use Vals[] name for consistency with other kernel designs.
13 years ago
Con Kolivas
3f9e34a53c
Replace constants that are mandatorily added in poclbm kernel with one value.
13 years ago
Con Kolivas
b941146c29
Remove addition of final constant before testing for result in poclbm kernel.
13 years ago
Con Kolivas
81cb584586
Hand optimise variable addition order.
13 years ago
Con Kolivas
dc2d553d5b
Hand optimise first variable declaration order in poclbm kernel.
13 years ago
Con Kolivas
f39fac9e4d
Third pass reorder.
13 years ago
Con Kolivas
b754fb8f4e
2nd pass radical reorder.
13 years ago
ckolivas
e2b3c85d59
Radical reordering machine based first pass to change variables as late as possible, bringing their usage close together.
13 years ago
monson
8047af5af4
fix strcpy NULL pointer if env HOME unset.
13 years ago
Luke Dashjr
75da96b51b
bitforce: Disable automatic scanning when at least one device is specified manually
13 years ago
Con Kolivas
57dad38d04
Unroll all additions to enable further optimisations.
13 years ago
Con Kolivas
aa1523d765
Bump up version number to 2.2.5
13 years ago
Con Kolivas
fdf9fb800b
Update NEWS.
13 years ago
Con Kolivas
64acb9dae7
Increase version numbers of modified kernels.
13 years ago
Con Kolivas
23c01bc79c
Make output buffer write only as per Diapolo's suggestion.
13 years ago
Con Kolivas
210fe9d5b9
Constify nonce in poclbm.
13 years ago
Con Kolivas
60f8ccb313
Use local and group id on poclbm kernel as well.
13 years ago
Con Kolivas
b2b5083bda
Microoptimise phatk kernel on return code.
13 years ago
Con Kolivas
83b76da2c6
Correct yet more logic fail :(
13 years ago
Con Kolivas
b0787e07c8
Logic fail on engine multiplier.
13 years ago
Con Kolivas
fd05341a87
Do not loop indefinitely setting poclbm kernel to load a binary.
13 years ago
Con Kolivas
68217ef6ee
Adjust engine speed up according to performance level engine setting, not the current engine speed.
13 years ago
Con Kolivas
d689cfbdf6
Try to load a binary if we've defaulted to the poclbm kernel on SDK2.6
13 years ago
Con Kolivas
3057b701e7
Use the poclbm kernel on SDK2.6 with bitalign devices only if there is no binary available.
13 years ago
Con Kolivas
2c33f12255
Whitelist ATI SDK 2.6 to use the poclbm kernel by default.
13 years ago
Con Kolivas
8be9d13ff2
Further generic microoptimisations to poclbm kernel.
13 years ago
Con Kolivas
fb99c8d52a
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.
13 years ago
Con Kolivas
56907db2d6
Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W.
13 years ago
Con Kolivas
111238489f
Fix missing field initialisers warnings.
13 years ago
Con Kolivas
1885374802
Merge pull request #112 from luke-jr/jansson_compat
...
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
13 years ago
Con Kolivas
07c2ee5317
Put win32 equivalents of nanosleep and sleep into compat.h fixing sleep() for adl.c.
13 years ago
Con Kolivas
be8ad57962
Add missing define in logging.c for isatty()
13 years ago
Con Kolivas
beb1c3f907
Fix packaging issue with logging.h missing.
13 years ago
Luke Dashjr
fdadb0b549
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
13 years ago
zefir
e0fec35751
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.
13 years ago