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-14 |
Brecht Van Lommel | Cycles: restore Particle Info Index for now, keep it... |
tree | commitdiff |
2018-02-14 |
Brecht Van Lommel | Cycles: change Index output of Hair and Particle Info... |
tree | commitdiff |
2018-02-13 |
Sergey Sharybin | Cycles: Implement index output for hair node |
tree | commitdiff |
2018-02-09 |
Brecht Van Lommel | Cycles: add random walk subsurface scattering to Princi... |
tree | commitdiff |
2018-02-09 |
Brecht Van Lommel | Cycles: random walk subsurface scattering. |
tree | commitdiff |
2018-02-05 |
Nathan Letwory | Fix typo in struct name obejct to object. |
tree | commitdiff |
2018-02-03 |
Ray Molenkamp | msvc: Use source folder structure for project file. |
tree | commitdiff |
2018-02-03 |
Brecht Van Lommel | Cycles: make displacement a supported feature. |
tree | commitdiff |
2018-02-03 |
Brecht Van Lommel | Cycles: add Vector Displacement node and extend Displac... |
tree | commitdiff |
2018-01-29 |
Brecht Van Lommel | Fix Cycles viewport render not updating when tweaking... |
tree | commitdiff |
2018-01-24 |
Brecht Van Lommel | Fix T53878: Cycles bug rendering multiple render layers... |
tree | commitdiff |
2018-01-23 |
Brecht Van Lommel | Cycles: change material output displacement to vector. |
tree | commitdiff |
2018-01-23 |
Brecht Van Lommel | Cycles: add Displacement node. |
tree | commitdiff |
2018-01-22 |
Sergey Sharybin | Cycles: Replace use_qbvh boolean flag with an enum... |
tree | commitdiff |
2018-01-19 |
Sergey Sharybin | Cycles: Remove unneeded include statements |
tree | commitdiff |
2018-01-19 |
Mai Lavelle | Fix T53833: Particle Info node and Displacement Crash |
tree | commitdiff |
2018-01-15 |
Sergey Sharybin | Cycles: CLeanup, remove unused function argument |
tree | commitdiff |
2018-01-12 |
Mai Lavelle | Cycles: adaptive subdivision support for panoramic... |
tree | commitdiff |
2018-01-12 |
Brecht Van Lommel | Code refactor: adjust camera update for easier code... |
tree | commitdiff |
2018-01-12 |
Brecht Van Lommel | Code cleanup: remove test code to disable motion blur... |
tree | commitdiff |
2018-01-12 |
Lukas Stockner | Cycles: option to make background visible through glass... |
tree | commitdiff |
2018-01-12 |
Mai Lavelle | Cycles: add offscreen dicing scale and dicing camera. |
tree | commitdiff |
2018-01-11 |
Stefan Werner | Cycles: support animated object scale in motion blur. |
tree | commitdiff |
2018-01-02 |
Brecht Van Lommel | Cycles: make CUDA code a bit more robust to host/device... |
tree | commitdiff |
2017-12-25 |
Brecht Van Lommel | Fix T53607: Cycles normal map baking problem when there... |
tree | commitdiff |
2017-11-23 |
Brecht Van Lommel | Fix T53357: harmless assert after recent addition of... |
tree | commitdiff |
2017-11-17 |
Lukas Stockner | Cycles: Add per-tile render time debug pass |
tree | commitdiff |
2017-11-17 |
Lukas Stockner | Cycles: Add Volume Direct and Volume Indirect passes... |
tree | commitdiff |
2017-11-17 |
Lukas Stockner | Cycles: Refactor PassType from bitflag to index in... |
tree | commitdiff |
2017-11-14 |
Lukas Stockner | Cycles: Make per-object random value output also work... |
tree | commitdiff |
2017-11-12 |
Brecht Van Lommel | Fix T53289: CUDA missing textures not showing pink... |
tree | commitdiff |
2017-11-09 |
Brecht Van Lommel | Fix (harmless) valgrind warning. |
tree | commitdiff |
2017-11-09 |
Dalai Felinto | Cycles: Silence warning when building without OSL |
tree | commitdiff |
2017-11-09 |
Mai Lavelle | Cycles: Replace __MAX_CLOSURE__ build option with runti... |
tree | commitdiff |
2017-11-07 |
Brecht Van Lommel | Cycles: add bevel shader, for raytrace based rounded... |
tree | commitdiff |
2017-11-07 |
Brecht Van Lommel | Code refactor: rename subsurface to local traversal... |
tree | commitdiff |
2017-11-07 |
Brecht Van Lommel | Cycles: antialias normal baking if the mesh has a bump... |
tree | commitdiff |
2017-11-07 |
Brecht Van Lommel | Fix incorrect MIS weights in Cycles with multiple lights. |
tree | commitdiff |
2017-11-07 |
Sergey Sharybin | Cycles: Cleanup, style |
tree | commitdiff |
2017-11-05 |
Brecht Van Lommel | Code refactor: remove emission and background closures... |
tree | commitdiff |
2017-11-05 |
Brecht Van Lommel | Cycles: fix inefficient attribute map storage, saves... |
tree | commitdiff |
2017-11-05 |
Brecht Van Lommel | Code refactor: device memory cleanups, preparing for... |
tree | commitdiff |
2017-11-03 |
Brecht Van Lommel | Fix T53247: mixed CPU + GPU render wrong texture limits. |
tree | commitdiff |
2017-10-25 |
Brecht Van Lommel | Cycles: use AO factor to let user adjust intensity... |
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 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: 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 | Code refactor: simplify image device memory allocation. |
tree | commitdiff |
2017-10-21 |
Brecht Van Lommel | Fix issue with resumable rendering in recent changes. |
tree | commitdiff |
2017-10-21 |
Brecht Van Lommel | Cycles: disable progressive refine if denoising or... |
tree | commitdiff |
2017-10-20 |
Brecht Van Lommel | Fix T53109: denoising variance debug passes not working... |
tree | commitdiff |
2017-10-18 |
Sergey Sharybin | Cycles: Fix wrong shading when some mesh triangle has... |
tree | commitdiff |
2017-10-11 |
Sergey Sharybin | Fix T53048: OSL Volume is broken in Blender 2.79 |
tree | commitdiff |
2017-10-11 |
Sergey Sharybin | Cycles: Add utility function to calculate triangle... |
tree | commitdiff |
2017-10-11 |
Sergey Sharybin | Cycles: Add utility function to remove given attribute |
tree | commitdiff |
2017-10-08 |
Brecht Van Lommel | Code refactor: use DeviceInfo to enable QBVH and decoup... |
tree | commitdiff |
2017-10-06 |
Sergey Sharybin | Cycles: Fix possible race condition when generating... |
tree | commitdiff |
2017-10-05 |
Brecht Van Lommel | Code refactor: split displace/background into separate... |
tree | commitdiff |
2017-10-04 |
Brecht Van Lommel | Code refactor: zero render buffers outside of kernel. |
tree | commitdiff |
2017-10-04 |
Brecht Van Lommel | Code refactor: remove rng_state buffer and compute... |
tree | commitdiff |
2017-09-28 |
Kim Christensen | Fix T52574: make Cycles rendered tile counter more... |
tree | commitdiff |
2017-09-04 |
Sergey Sharybin | Fix T52533: Blender shuts down when rendering duplicate... |
tree | commitdiff |
2017-08-23 |
Sergey Sharybin | Fix T51805: Overlapping volumes renders incorrect on... |
tree | commitdiff |
2017-08-20 |
Brecht Van Lommel | Code cleanup: deduplicate some bsdf node methods. |
tree | commitdiff |
2017-08-20 |
Brecht Van Lommel | Cycles: support baking normals plugged into BSDFs,... |
tree | commitdiff |
2017-08-20 |
Brecht Van Lommel | Code cleanup: remove copy of shader graph for bump... |
tree | commitdiff |
2017-08-17 |
Stefan Werner | Improved triangle sampling for mesh lights |
tree | commitdiff |
2017-08-17 |
Lukas Stockner | Cycles: Calculate correct remaining time when using... |
tree | commitdiff |
2017-08-14 |
Lukas Stockner | Cycles/BI: Add a pixel size option for speeding up... |
tree | commitdiff |
2017-08-10 |
Sergey Sharybin | Cycles: De-duplicate trace-time object visibility calcu... |
tree | commitdiff |
2017-08-09 |
Mai Lavelle | Revert "Cycles: Fix crash changing image after recent... |
tree | commitdiff |
2017-08-08 |
Sergey Sharybin | Cycles: Fix crash changing image after recent OpenCL... |
tree | commitdiff |
2017-08-08 |
Mai Lavelle | Cycles: Pack kernel textures into buffers for OpenCL |
tree | commitdiff |
2017-08-07 |
Brecht Van Lommel | Fix Cycles shadow catcher objects influencing each... |
tree | commitdiff |
2017-08-07 |
Sergey Sharybin | Cycles: Cleanup, space after keyword |
tree | commitdiff |
2017-08-07 |
Brecht Van Lommel | Cycles: remove option to disable transparent shadows... |
tree | commitdiff |
2017-08-04 |
Brecht Van Lommel | Cycles: remove min bounces, modify RR to terminate... |
tree | commitdiff |
2017-07-24 |
Jeff Knox | Fix T51450: viewport render time keeps increasing after... |
tree | commitdiff |
2017-07-22 |
Brecht Van Lommel | Fix use of uninitialized value in Cycles, probably... |
tree | commitdiff |
2017-07-20 |
Brecht Van Lommel | Fix T52135: Cycles should not keep generated/packed... |
tree | commitdiff |
2017-07-20 |
Stefan Werner | Fix T52107: Color management difference when using... |
tree | commitdiff |
2017-07-12 |
Mai Lavelle | Cycles: Enable SSS from Principled BSDF only when actua... |
tree | commitdiff |
2017-07-08 |
Brecht Van Lommel | Fix T51967: OSL crash after rendering finished (mainly... |
tree | commitdiff |
2017-07-03 |
Luca Rood | Fix missing return error introduced by last commit |
tree | commitdiff |
2017-07-03 |
Brecht Van Lommel | Fi T51023: MixRGB constant folding not effective with... |
tree | commitdiff |
2017-07-03 |
Brecht Van Lommel | Fix T51855: Cycles emssive objects with NaN transform... |
tree | commitdiff |
2017-06-21 |
Brecht Van Lommel | Fix T51849: change Cycles clearcoat gloss to roughness. |
tree | commitdiff |
2017-06-13 |
Hristo Gueorguiev | Fix T51791: Point Density doesn't work on GPU |
tree | commitdiff |
2017-06-10 |
Sergey Sharybin | Cycles: Selectively include denoising in kernel |
tree | commitdiff |
2017-05-30 |
Lukas Stockner | Fix T51652: Cycles - Persistant Images not storing... |
tree | commitdiff |
2017-05-20 |
Sergey Sharybin | Cycles: Cleanup, style and unused arguments |
tree | commitdiff |
2017-05-19 |
Mai Lavelle | Cycles: Reload kernels from Session when requested... |
tree | commitdiff |
2017-05-19 |
Lukas Stockner | Fix T51553: Cycles Volume Emission turns black when... |
tree | commitdiff |
2017-05-19 |
Lukas Stockner | Fix T51555: Cycles tile count is incorrect when denoisi... |
tree | commitdiff |
2017-05-18 |
Sergey Sharybin | Cycles: Fix crash loading single channel texture |
tree | commitdiff |
next |