James Z.M. Gao
|
c9ae715019
|
Compile CPU mining for win32 and win64
|
2013-04-04 22:59:10 +08:00 |
|
Kano
|
7abf30b2c0
|
distinguish between drv and it's id enum now called drv_id
|
2013-02-03 22:51:05 +11:00 |
|
Kano
|
212f32e5e0
|
Split thr_info array into control_thr and mining_thr pointers so more mining threads can be added later
|
2013-02-02 20:14:53 +11:00 |
|
Kano
|
a4e95cfa42
|
device_drv missing drv for cpu and incorrect test
|
2013-02-02 20:14:20 +11:00 |
|
Kano
|
a344deb6ac
|
rename device_api -> device_drv and all related api -> drv and add a device_drv->drv enum for identifying which driver each is
|
2013-02-02 20:14:19 +11:00 |
|
Con Kolivas
|
c99636f21b
|
Begin tearing down the old workio command queues by removing submit commands from there and submit them asynchronously via their own threads.
|
2012-12-07 13:21:46 +11:00 |
|
Con Kolivas
|
52de7170b2
|
Shut up some boring old cpu warnings.
|
2012-12-04 21:55:29 +11:00 |
|
Con Kolivas
|
598ee76d37
|
Hash1 is only used by the deprecated cpu mining code and never changes so remove it from the work struct and bypass needing to process the value for all other mining.
|
2012-11-11 09:51:37 +11:00 |
|
Kano
|
796f3906c1
|
WorkTime - multiple nonce per work and identify the work source
|
2012-09-16 07:57:43 +10:00 |
|
Con Kolivas
|
fdcaea1c13
|
Start with smaller amount of hashes in cpu mining to enable scrypt to return today sometime.
|
2012-07-14 22:37:32 +10:00 |
|
Con Kolivas
|
a5ebb71216
|
Add cpumining capability for scrypt.
|
2012-07-14 22:01:20 +10:00 |
|
ckolivas
|
5c7e03084a
|
Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value.
|
2012-07-11 22:59:58 +10:00 |
|
Luke Dashjr
|
d4af2d0535
|
Turn work_restart array into a bool in thr_info
|
2012-07-06 05:13:05 +00:00 |
|
Con Kolivas
|
5cf4b7c432
|
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
|
2012-06-25 16:59:29 +10:00 |
|
Luke Dashjr
|
b8778839e9
|
Merge branch 'master' into unify_drivers
Conflicts:
cgminer.c
|
2012-04-21 02:36:19 -04:00 |
|
Luke Dashjr
|
eca996547b
|
CGPU API for device kernel name
|
2012-03-18 21:39:20 -04:00 |
|
Luke Dashjr
|
303dbf4664
|
Abstract add_cgpu function, to handle device id numbering and devices array
|
2012-03-18 20:09:03 -04:00 |
|
Luke Dashjr
|
e131dfab31
|
Unify drivers as driver-*.c and add driver name to API
|
2012-03-13 12:18:23 -04:00 |
|