2018-02-17 |
Brecht Van Lommel | Cycles: tweak CUDA messages and avoid build errors... |
tree | commitdiff |
2018-02-17 |
Brecht Van Lommel | Code cleanup: remove some more unused code after recent... |
tree | commitdiff |
2018-02-17 |
Thomas Dinges | Cycles: Remove Fermi texture code. |
tree | commitdiff |
2018-02-17 |
Thomas Dinges | Cycles: Remove Fermi support from CMake and update... |
tree | commitdiff |
2018-02-07 |
Brecht Van Lommel | Update CUEW to latest version |
tree | commitdiff |
2018-02-05 |
Brecht Van Lommel | Fix T54001: AMD OpenCL fails with certain resolutions... |
tree | commitdiff |
2018-02-03 |
Ray Molenkamp | msvc: Use source folder structure for project file. |
tree | commitdiff |
2018-02-03 |
Ray Molenkamp | cycles: Add an nvrtc based cubin cli compiler. |
tree | commitdiff |
2018-01-29 |
Brecht Van Lommel | Fix Cycles allocating too much device memory, after... |
tree | commitdiff |
2018-01-23 |
Brecht Van Lommel | Fix Cycles assert when resizing rendererd viewport. |
tree | commitdiff |
2018-01-22 |
Sergey Sharybin | Cycles: Replace use_qbvh boolean flag with an enum... |
tree | commitdiff |
2018-01-19 |
Sergey Sharybin | Cycles: Make it more proper check on vectorization... |
tree | commitdiff |
2018-01-19 |
Sergey Sharybin | Cycles: Cleanup, stop using debug flags in system utilities |
tree | commitdiff |
2018-01-19 |
Sergey Sharybin | Cycles: Remove unneeded include statements |
tree | commitdiff |
2018-01-19 |
Brecht Van Lommel | Fix T53830: Cycles OpenCL debug assert on macOS, |
tree | commitdiff |
2018-01-10 |
Brecht Van Lommel | Fix issue with moving CUDA memory to host and multiple... |
tree | commitdiff |
2018-01-10 |
Brecht Van Lommel | Fix T53692: OpenCL multi GPU rendering not using all... |
tree | commitdiff |
2018-01-02 |
Brecht Van Lommel | Cycles: CUDA support for rendering scenes that don... |
tree | commitdiff |
2018-01-02 |
Brecht Van Lommel | Cycles: make CUDA code a bit more robust to host/device... |
tree | commitdiff |
2017-12-20 |
Sergey Sharybin | Cycles: Cleanup, indentation |
tree | commitdiff |
2017-12-05 |
Lukas Stockner | Cycles: Fix constness for load_kernels in device_cpu.cpp |
tree | commitdiff |
2017-11-30 |
Lukas Stockner | Cycles: Improve denoising speed on GPUs with small... |
tree | commitdiff |
2017-11-17 |
Lukas Stockner | Cycles: Add per-tile render time debug pass |
tree | commitdiff |
2017-11-12 |
Brecht Van Lommel | Fix T53289: CUDA missing textures not showing pink... |
tree | commitdiff |
2017-11-11 |
Mai Lavelle | Cycles: Set error if a split kernel fails to load |
tree | commitdiff |
2017-11-09 |
Brecht Van Lommel | Cycles: avoid reallocating tile denoising memory many... |
tree | commitdiff |
2017-11-09 |
Mai Lavelle | Cycles: Replace __MAX_CLOSURE__ build option with runti... |
tree | commitdiff |
2017-11-07 |
Brecht Van Lommel | Code refactor: rename subsurface to local traversal... |
tree | commitdiff |
2017-11-07 |
Brecht Van Lommel | Cycles: add an extra CUDA synchronize before rendering. |
tree | commitdiff |
2017-11-05 |
Brecht Van Lommel | Code refactor: device memory cleanups, preparing for... |
tree | commitdiff |
2017-11-05 |
Brecht Van Lommel | Cycles: reserve CUDA local memory ahead of time. |
tree | commitdiff |
2017-11-04 |
Brecht Van Lommel | Code refactor: replace CUDA array with linear memory... |
tree | commitdiff |
2017-11-03 |
Brecht Van Lommel | Fix T53247: mixed CPU + GPU render wrong texture limits. |
tree | commitdiff |
2017-11-02 |
Mai Lavelle | Cycles: Add another limit to OpenCL memory usage |
tree | commitdiff |
2017-10-24 |
Brecht Van Lommel | Fix one more assert being triggered due to recent changes. |
tree | commitdiff |
2017-10-24 |
Brecht Van Lommel | Code refactor: remove MEM_WRITE_ONLY, always use MEM_RE... |
tree | commitdiff |
2017-10-24 |
Brecht Van Lommel | Fix T53146: incomplete multi GPU and CPU + GPU memory... |
tree | commitdiff |
2017-10-24 |
Sergey Sharybin | Cycles: Fix compilation in debug mode |
tree | commitdiff |
2017-10-24 |
Sergey Sharybin | Cycles: Fix compilation error without C++11 |
tree | commitdiff |
2017-10-24 |
Brecht Van Lommel | Fix T53134: denoising with CPU + GPU render leaves... |
tree | commitdiff |
2017-10-23 |
Brecht Van Lommel | Code refactor: move more memory allocation logic into... |
tree | commitdiff |
2017-10-23 |
Brecht Van Lommel | Code refactor: use device_only_memory and device_vector... |
tree | commitdiff |
2017-10-23 |
Brecht Van Lommel | Code refactor: store device/interp/extension/type in... |
tree | commitdiff |
2017-10-23 |
Brecht Van Lommel | Code refactor: pass device to scene, check OSL with... |
tree | commitdiff |
2017-10-21 |
Brecht Van Lommel | Code refactor: avoid some unnecessary device memory... |
tree | commitdiff |
2017-10-21 |
Brecht Van Lommel | Cycles: combined CPU + GPU rendering support. |
tree | commitdiff |
2017-10-19 |
Sergey Sharybin | Cycles: Add extra logging in CUDA device detection... |
tree | commitdiff |
2017-10-18 |
Brecht Van Lommel | Fix T53098, T53079: OpenCL world texture errors after... |
tree | commitdiff |
2017-10-11 |
Sergey Sharybin | Cycles: Fix possible race condition when initializing... |
tree | commitdiff |
2017-10-08 |
Brecht Van Lommel | Cycles: schedule more work for non-display and compute... |
tree | commitdiff |
2017-10-08 |
Mathieu Menuet | Fix T53017: Cycles not detecting AMD GPU when there... |
tree | commitdiff |
2017-10-08 |
Brecht Van Lommel | Code refactor: use DeviceInfo to enable QBVH and decoup... |
tree | commitdiff |
2017-10-07 |
Brecht Van Lommel | Code refactor: make texture code more consistent betwee... |
tree | commitdiff |
2017-10-05 |
Brecht Van Lommel | Code refactor: split displace/background into separate... |
tree | commitdiff |
2017-10-04 |
Brecht Van Lommel | Fix incorrect CUDA remaining time estimate after previo... |
tree | commitdiff |
2017-10-04 |
Brecht Van Lommel | Cycles: CUDA faster rendering of small tiles, using... |
tree | commitdiff |
2017-10-04 |
Brecht Van Lommel | Code refactor: use split variance calculation for mega... |
tree | commitdiff |
2017-10-04 |
Brecht Van Lommel | Code refactor: remove rng_state buffer and compute... |
tree | commitdiff |
2017-10-04 |
Brecht Van Lommel | Code refactor: add WorkTile struct for passing work... |
tree | commitdiff |
2017-09-27 |
Brecht Van Lommel | Code refactor: simplify CUDA context push/pop. |
tree | commitdiff |
2017-08-30 |
Mai Lavelle | Cycles: Fix build with networking enabled |
tree | commitdiff |
2017-08-25 |
Sergey Sharybin | Cycles: Correct logging of sued CPU intrisics |
tree | commitdiff |
2017-08-20 |
Brecht Van Lommel | Cycles: attempt to recover from crashing CUDA/OpenCL... |
tree | commitdiff |
2017-08-12 |
Brecht Van Lommel | Code cleanup: fix warning and improve terminology. |
tree | commitdiff |
2017-08-09 |
Sergey Sharybin | Cycles: Remove ulong usage |
tree | commitdiff |
2017-08-09 |
Mai Lavelle | Cycles: Proper fix for recent OpenCL image crash |
tree | commitdiff |
2017-08-08 |
Sergey Sharybin | Cycles: More fixes for Windows 32 bit |
tree | commitdiff |
2017-08-08 |
Sergey Sharybin | Cycles: Fix compilation error without C++11 |
tree | commitdiff |
2017-08-08 |
Mai Lavelle | Cycles: Pack kernel textures into buffers for OpenCL |
tree | commitdiff |
2017-08-07 |
Sergey Sharybin | Cycles: Cleanup, space after keyword |
tree | commitdiff |
2017-08-07 |
Brecht Van Lommel | Code refactor: split defines into separate header,... |
tree | commitdiff |
2017-08-05 |
Brecht Van Lommel | Cycles: CUDA split performance tweaks, still far from... |
tree | commitdiff |
2017-07-11 |
Sergey Sharybin | Cycles: Disable OpenCL clFlush workarounds |
tree | commitdiff |
2017-07-07 |
Sergey Sharybin | Cycles: Fix ambiguity in call of min() function |
tree | commitdiff |
2017-07-06 |
Mai Lavelle | Cycles: Add artificial memory limit debug option for... |
tree | commitdiff |
2017-07-06 |
Mai Lavelle | Cycles: Dont allow global size to fall to zero |
tree | commitdiff |
2017-07-06 |
Mai Lavelle | Cycles: Detect out of memory before buffer allocation... |
tree | commitdiff |
2017-07-05 |
Sergey Sharybin | Cycles: Pass string by const reference rather than... |
tree | commitdiff |
2017-07-03 |
Lukas Stockner | Cycles: Add missing split kernel to CPUDevice |
tree | commitdiff |
2017-06-30 |
Mai Lavelle | Cycles: Disable baking in mega kernel when not in use... |
tree | commitdiff |
2017-06-11 |
Hristo Gueorguiev | Cycles: adjust supported driver version for AMD GPUs |
tree | commitdiff |
2017-06-10 |
Sergey Sharybin | Cycles: Selectively include denoising in kernel |
tree | commitdiff |
2017-06-10 |
Mai Lavelle | Cycles: Pass all buffers to each kernel call for OpenCL |
tree | commitdiff |
2017-06-10 |
Mai Lavelle | Cycles: Faster split branched path tracing by sharing... |
tree | commitdiff |
2017-06-10 |
Mai Lavelle | Cycles: Add kernel to enqueue inactive rays |
tree | commitdiff |
2017-06-10 |
Hristo Gueorguiev | Cycles: Blacklist unsupported OpenCL devices |
tree | commitdiff |
2017-06-09 |
Lukas Stockner | Cycles Denoising: Merge outlier heuristic and confidenc... |
tree | commitdiff |
2017-06-08 |
Sergey Sharybin | Cycles: Display optional board name in system info |
tree | commitdiff |
2017-06-08 |
Sergey Sharybin | Cycles: Cleanup, indentation |
tree | commitdiff |
2017-05-22 |
Sergey Sharybin | Fix T51568: CUDA error in viewport render after fix... |
tree | commitdiff |
2017-05-20 |
Sergey Sharybin | Cycles: Cleanup, style and unused arguments |
tree | commitdiff |
2017-05-19 |
Lukas Stockner | Fix T51502: Cycles denoising not using correctly aligne... |
tree | commitdiff |
2017-05-18 |
Lukas Stockner | Cycles Denoising: Add more robust outlier heuristic... |
tree | commitdiff |
2017-05-18 |
Lukas Stockner | Cycles Denoising: Fix wrong order of denoising feature... |
tree | commitdiff |
2017-05-09 |
Sergey Sharybin | Cycles: Properly free memory used by KernelGlobals |
tree | commitdiff |
2017-05-07 |
Lukas Stockner | Cycles: Implement denoising option for reducing noise... |
tree | commitdiff |
2017-05-05 |
Hristo Gueorguiev | Cycles: Show samples progress for OpenCL split kernel |
tree | commitdiff |
2017-05-04 |
Lukas Stockner | Cycles: Fix crash when assigning KernelGlobals |
tree | commitdiff |
2017-05-03 |
Hristo Gueorguiev | Cycles: Split kernel - sort shaders |
tree | commitdiff |
2017-05-02 |
Mai Lavelle | Cycles: Remove extra clFinish from driver workaround |
tree | commitdiff |
next |