Commit Graph

32 Commits

Author SHA1 Message Date
Sheepit Renderfarm
d137dc924b Feat: Renderbucket size is now sent by the server 2021-12-03 23:38:57 +00:00
Mathis Waldmann
d90a689f27 fixed build warnings 2021-09-10 00:34:09 +00:00
DaCool
a68639ff51 * Add OSHI lib for hardware and os detection
* Raised Windows minimum support to 8.1
* Raised OSX minimum support to 10.13
2021-09-10 00:23:57 +00:00
harlekin
6ca2067cbe set the minimum core amount to 2 (1 on single core cpus) 2021-07-07 16:18:45 +00:00
Luis Uguina
36c14b6ee1 Fix: -renderbucket-size value not applied to GPU render (#256)
* Fix: -renderbucket-size option not applied if configuration file doesn't exist
2020-06-21 11:21:23 +02:00
Laurent Clouet
44cf85739c Code formator (#236)
* Re-import code formator
2020-05-28 13:28:42 +02:00
Luis Uguina
bd88b2e3dd Allow the user to configure the GPU render bucket size (#220)
* Feature: user defined render bucket size when using GPUs
2020-05-16 10:20:38 +02:00
Andy Li
d529da172a Cleanup dependencies (#201)
* We don't need to shadow in `lombok` itself. Gradle must be upgraded to at least 4.6 to support `annotationProcessor`, which is a version that still supports Java 7.
* `args4j-maven-plugin` is intended to use as a maven plugin.
* The requirement for `jaxb-api` was removed in 81cba7d58c0ce8a334204700dca669f2ad8e16ff
* We are only using `simple-xml`, don't need the whole `retrofit`+`okhttp`+`okio` chain.
* Resolve deprecation warnings in JNA code.
2020-04-26 15:29:48 +02:00
FluxTape
83ce5b6f6c Fix: opencl gpu id 2020-01-02 13:41:01 +01:00
Laurent Clouet
2ceecb5830 Bugfix: GPU could be on the same bus (and having the same pci bus id) 2019-11-06 14:04:59 +01:00
Laurent Clouet
9065a1aef6 2.80's tile size recomandation is 32x32 2019-09-04 21:01:44 +02:00
Laurent Clouet
3413301609 Moving to Intellij IDEA 2019-08-11 22:25:26 +02:00
Laurent Clouet
3230807a7d Migrate from ant to gradle 2019-08-10 22:09:32 +02:00
Laurent Clouet
9f1f509bb6 Use lombok annotation instead of get/set 2019-08-07 22:17:59 +02:00
Laurent Clouet
a09f1ab016 Fix: do not use gpu order to set its id, instead use the same method as blender 2019-07-09 17:55:00 +02:00
Laurent Clouet
f81d3b67b3 Add openCL support 2018-08-24 19:46:03 +02:00
Laurent Clouet
5e1759d302 Bugfix 2018-05-03 18:21:11 +02:00
Laurent Clouet
47da749efc Bugfix: wrong order on gpu 2018-05-03 13:35:57 +02:00
intrigus
ddac792ab7 Bugfix: detection of GPU vram over 4GB 2017-02-28 12:55:12 +01:00
Laurent Clouet
2f00d7816d Code formating 2017-01-05 09:35:59 +01:00
Laurent Clouet
d33d820f9d GPU::generate generate an empty list instead of null 2016-10-12 01:40:59 +02:00
Jackson
55b909c98b Allow user to set tile size 2016-09-21 23:26:44 +02:00
Laurent Clouet
242ef644e2 Cleanup: use IntByReference instead of creating by hand an array of one value 2016-07-20 16:29:17 +02:00
Laurent Clouet
be4b8969ba Add help text in case of error 2015-06-25 00:42:46 +01:00
Mathis Chenuet
c3064de5e9 use switch instead of ifs 2015-03-04 18:53:40 +00:00
Laurent Clouet
8252102708 Better log 2015-02-06 21:04:27 +00:00
Laurent Clouet
dce52320c9 Bugfix: if two gpus have the same name/model, the actual gpu used was the first in the list 2015-01-24 17:49:27 +00:00
Laurent Clouet
da5fbabb91 Cleanup: indentation 2015-01-20 22:06:05 +01:00
Mathis Chenuet
c174e574f1 ide reformat 2015-01-06 12:13:24 +00:00
Laurent Clouet
ea7997c625 Improvement: check if the OS and the GPU are supported by the application 2014-12-17 21:47:31 +00:00
Laurent Clouet
ac2d2227cb Bugfix: a NativeLong is 32bits on windows and might be 64bits on unix. A 'JavaLong' is always 64bits. 2014-12-10 15:27:12 +00:00
Laurent Clouet
422a9e74c8 Initial commit
Version 3.3 of the client
2014-11-20 13:21:19 +00:00