Luke Dashjr
|
4f3c03d9f2
opencl: Silence warning about duplicate const qualifier
|
12 years ago |
Luke Dashjr
|
704f43ce85
Merge commit 'fac77b0' into bfgminer-3.10.x
|
12 years ago |
Luke Dashjr
|
fac77b0f09
opencl: bfg_clBuildProgram function to share common error handling (logging) code
|
12 years ago |
Luke Dashjr
|
15eff4074c
opencl: Avoid printing empty build logs
|
12 years ago |
Luke Dashjr
|
69401b9b9f
Bugfix: opencl: Free allocated memory when done with it
|
12 years ago |
Luke Dashjr
|
ca51e4cb8b
Merge commit '981af2b' into bfgminer-3.10.x
|
12 years ago |
Luke Dashjr
|
981af2bbd7
Bugfix: opencl: Can only BFI_INT patch if using OpenCL binaries
|
12 years ago |
Luke Dashjr
|
2aee732e31
Move unused winsock2.h includes to the end of config.h
|
12 years ago |
Luke Dashjr
|
2546c0598d
Bugfix: Add missing includes of config.h, stdbool.h, and stdint.h
|
12 years ago |
Luke Dashjr
|
1c11680fdb
Intercept and use applog for perror calls
|
12 years ago |
Luke Dashjr
|
37201d79c6
Bugfix: Move serial_detect* and open_bitstream to DevAPI code so CPU/OpenCL can build properly without fpgautils
|
12 years ago |
Luke Dashjr
|
6b728213dc
Merge branch 'catalyst_13.4' into bfgminer
|
12 years ago |
Luke Dashjr
|
b9d755c2b2
opencl: Don't try to use BFI_INT patching with APP-SDK newer than 1084 (Catalyst 13.1), since it doesn't work
|
12 years ago |
Luke Dashjr
|
d65e37e052
Bugfix: opencl: Add missing include for fpgautils.h (needed for open_bitstream)
|
12 years ago |
Luke Dashjr
|
f6824582d3
Improve Makefile organization and fix "make install"
|
12 years ago |
Luke Dashjr
|
dd4904c75f
Merge commit 'b196d4f' into cg_merges_20130524b
|
13 years ago |
Luke Dashjr
|
ab177eb5ce
opencl: Disable using binary kernels on Apple by default
|
13 years ago |
Luke Dashjr
|
705dc889a8
Merge commit '57e5bfb' into cg_merges_20130524b
|
13 years ago |
Luke Dashjr
|
c53ea9c1a6
Merge commit '584fc01' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
6be226c78b
Merge commit 'd0f18e8' into cg_merges_20130513
|
13 years ago |
Luke Dashjr
|
2eaf6f3d53
Merge commit '3c3fbdc' into cg_merges_20130513
|
13 years ago |
ckolivas
|
d3301302d6
Convert error getting device IDs in ocl code to info log level only since multiple platforms may be installed and the error is harmless there.
|
13 years ago |
ckolivas
|
cdf095cfcd
Unnecessary extra array in ocl code.
|
13 years ago |
Con Kolivas
|
80787bb4f2
bufsize is an unsigned integer, make it so for debug.
|
13 years ago |
Con Kolivas
|
cdb812b08b
Cope with the highest opencl platform not having usable devices.
|
13 years ago |
Con Kolivas
|
b196d4fa0c
Support more shares to be returned for scrypt mining.
|
13 years ago |
Kano
|
54d5d26095
ocl correct applog typing
|
13 years ago |
Con Kolivas
|
2643ad1b22
Use only the one jump in ocl.c to bypass binary saves for osx opencl.
|
13 years ago |
Con Kolivas
|
0a8f584909
Initialise variables not set on OSX in ocl.c.
|
13 years ago |
Con Kolivas
|
9aae2256d3
Bypass attempting to read and save binary files on OSX to avoid crashes on >1 GPU.
|
13 years ago |