Brecht Van Lommel
7902fa57b6
Code cleanup: cycles
...
* Reshuffle SSE #ifdefs to try to avoid compilation errors enabling SSE on 32 bit.
* Remove CUDA kernel launch size exception on Mac, is not needed.
* Make OSL file compilation quiet like c/cpp files.
2013-06-26 23:29:33 +00:00
Thomas Dinges
372c4f80f4
* Comment out change from r57790 to fix compilation for now.
2013-06-26 23:15:52 +00:00
Thomas Dinges
15f5da4cd4
Cycles / SSE2:
...
* kernel_sse2 was built without actual SSE2 intrinsics on x86 systems.
2013-06-26 22:12:23 +00:00
Thomas Dinges
11707119de
Cycles:
...
* Code cleanup, remove unused "resolution" variable from the DeviceTask class, was never used.
2013-05-14 21:18:20 +00:00
Thomas Dinges
13499c6240
Cycles UI Code:
...
* Some more variable cleanup for old texture output.
2013-02-04 18:50:09 +00:00
Brecht Van Lommel
7c9d993347
Fix cycles intersection issue with overlapping faces on windows 32 bit and CPU
...
without SSE3 support, due to 80 bit precision float register being used for one
bounding box but not the one next to it.
2013-02-04 16:12:37 +00:00