Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-27Cycles / Standalone:Thomas Dinges
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
2013-08-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-07-21code cleanup: compiler warningsCampbell Barton
2013-07-21Code cleanup / Cycles:Thomas Dinges
2013-07-20Cycles / CPU Rendering:Thomas Dinges
2013-07-09Fix #36064: cycles direct/indirect light passes with materials that have zeroBrecht Van Lommel
2013-06-27Code cleanup / Cycles:Thomas Dinges
2013-06-27Code cleanup: cyclesBrecht Van Lommel
2013-06-27Cycles / SSE2:Thomas Dinges
2013-06-22Cycles: ensure any SSE data is allocated 16 byte aligned, happens automaticallyBrecht Van Lommel
2013-06-20Cycles: update build configurations to include CUDA sm_35 architecture. When ...Brecht Van Lommel
2013-06-19Cycles: optimized SSE BVH traversal now also works with SSE2 CPUs, so all theBrecht Van Lommel
2013-06-19Cycles: prepare to make CUDA 5.0 the official version we useBrecht Van Lommel
2013-06-18Fix cycles crash on some processors. We actually need S-SSE3 support for thisBrecht Van Lommel
2013-06-18Cycles: attempt to fix internal compile error with some visual studio buildsBrecht Van Lommel
2013-06-18Cycles BVH Build fix for MSVC 2012.Jürgen Herrmann
2013-06-18Cycles: optimization for BVH traveral on CPU's with SSE3, using code from Emb...Brecht Van Lommel
2013-06-14fix for own error in recent solitify refactor (r57402), face flip check was i...Campbell Barton
2013-06-11Cycles / Wavelength to RGB node:Thomas Dinges
2013-06-09Fix compilation of cycles for MinGW-w64 after recent commits. MinGW-w64 has c...Antony Riakiotakis
2013-06-07Cycles: experimental correlated multi-jittered sampling pattern that can be usedBrecht Van Lommel
2013-06-07Code cleanup: avoid some warnings due to implicit uint/int/float/double conve...Brecht Van Lommel
2013-06-04Cycles:Thomas Dinges
2013-06-04Fix build error on non-x86 architectures as pointed out by Jochen Schmitt.Brecht Van Lommel
2013-06-03Cycles / Math functions:Thomas Dinges
2013-05-31Cycles OpenCL: keep the opencl context and program around for quicker renderingBrecht Van Lommel
2013-05-27Cycles OpenCL: patch #35514 by Doug GaleBrecht Van Lommel
2013-05-20Math Node:Thomas Dinges
2013-05-18Code cleanup / Cycles:Thomas Dinges
2013-05-16code cleanup: double promotion warnings.Campbell Barton
2013-05-13Cycles:Thomas Dinges
2013-05-12Cycles / Math:Thomas Dinges
2013-05-09Cycles OpenCL: a few fixes to get things compiling after kernel changes,Brecht Van Lommel
2013-05-08Cycles / Hair rendering:Thomas Dinges
2013-04-10Fix 34764: cycles issue rendering instanced mesh with NaN coordinates.Brecht Van Lommel
2013-04-06Fix #34880: cycles motion blur render issue with some compilers. Actually is ...Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-02-21Cycles GPU Rendering:Thomas Dinges
2013-02-19patch [#34320] Cross compiling with mingw-w64 on ubuntuCampbell Barton
2013-02-15Fix cycles hair curves with NaN values not rendering with dynamic BVH. These NaNBrecht Van Lommel
2013-02-13Fix cycles issue with BVH cache created with 64 bits and used for 32 bits bin...Brecht Van Lommel
2013-02-04Fix cycles intersection issue with overlapping faces on windows 32 bit and CPUBrecht Van Lommel
2013-01-25Fix cycles crash that happened with mesh emission and diffuse/glossy rayBrecht Van Lommel
2013-01-14For non-windows systems, check for CUDA compiler during runtimeAntony Riakiotakis
2013-01-14Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check forSergey Sharybin
2013-01-10Cycles: multiple importance sampling for lamps, which helps reduce noise forBrecht Van Lommel
2013-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-28New featureStuart Broadfoot
2012-12-21Cycles: add some extra CUDA nvcc paths for runtime compile, might help for #3...Brecht Van Lommel