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
2014-10-08Ghost Context RefactorJason Wilkins
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-08-05Deduplicate CUDA and OpenCL wranglersSergey Sharybin
2014-06-14Follow up for previous commit: need to tweak args for scons as wellSergey Sharybin
2014-06-14Cycles: Add an AVX2 CPU kernel.Thomas Dinges
2014-05-15CMake/SCons: finish removing MSVC2012 referencesCampbell Barton
2014-05-03Comment out scons '-Werror=float-conversion' for Cycles for now.Bastien Montagne
2014-05-03Code cleanup: Add -Werror=float-conversion to CyclesCampbell Barton
2014-03-31Cycles: fix 3-5% performance regression in msvc builds caused by a typo in st...Sv. Lockal
2014-01-29Fix sconscript syntax error when using python 2.x instead of 3.x.Brecht Van Lommel
2014-01-29Scons: Some tweaks for f70d9660474c, we don't need SSE41 kernel for 32bit, no...Thomas Dinges
2014-01-29Scons: refactor cycles kernel code to avoid building the AVX kernel withBrecht Van Lommel
2014-01-27OSX/scons: fix gnu gcc compile by using clang assembler ( openMP builds)Jens Verwiebe
2014-01-27Revert recent OpenEXR cmake/linux fix and earlier OS X fix to use GCC for AVX.Brecht Van Lommel
2014-01-17OSX/Cycles: tentative fix for avx, try use the compiler that is default on de...Jens Verwiebe
2014-01-16Workaround for avx assembler not compiling with vanilla gcc ( with openMP case )Jens Verwiebe
2014-01-16Cycles: Add an AVX kernel for CPU rendering.Thomas Dinges
2014-01-15Cycles: Build SSE41 kernel per default, remove build option. This hopefully a...Thomas Dinges
2014-01-14Cycles: Skip the compilation of the dedicated SSE2 kernel on x86-64, we can a...Thomas Dinges
2014-01-07Added scons option to actually build the sse41 kernel. CMake already has itMartijn Berger
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-06-19Cycles: optimized SSE BVH traversal now also works with SSE2 CPUs, so all theBrecht Van Lommel
2013-06-18Cycles: attempt to fix internal compile error with some visual studio buildsBrecht Van Lommel
2013-06-18Cycles / BVH:Thomas Dinges
2013-05-09Cycles:Thomas Dinges
2013-02-11Fix scons win32 link error with OSL, also fix a GLEW linker warningBrecht Van Lommel
2013-02-04Fix cycles intersection issue with overlapping faces on windows 32 bit and CPUBrecht Van Lommel
2013-01-31Fix cycles windows link errors when building with OSL master branch.Brecht Van Lommel
2013-01-14Remove usage WITH_CYCLES_CUDA_BINARIES in code, use check forSergey Sharybin
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-11-26Fix: cycles light sampling crash, happens on rare occasions due to floatBrecht Van Lommel
2012-11-16OSX/scons/osl: initial osl compiling, todo: fix shader compile and copy to bu...Jens Verwiebe
2012-11-15OSL Scons rulesSergey Sharybin
2012-11-12Fix to allow several include dirs for python under scons build system (needed...Bastien Montagne
2012-11-03Cycles: use mikktspace now for computing tangents from UV maps. This avoids uglyBrecht Van Lommel
2012-06-25Fix for cycles building with assertions on scons/windows.Brecht Van Lommel
2012-05-28Scons / MSVC - Windows x64Thomas Dinges
2012-04-24Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with sligh...Antony Riakiotakis
2012-02-04Fix for Luxrender boost::thread conflict, workaround now is to just not use itBrecht Van Lommel
2011-12-02Cycles:Brecht Van Lommel
2011-12-01CyclesBrecht Van Lommel
2011-11-24Scons / Cycles:Thomas Dinges
2011-11-15Cycles: move clew into cycles namespace to avoid conflicts, and fix meshBrecht Van Lommel
2011-11-15Fix #29259: cycles issues on certain processors. Now two versions of the kernelBrecht Van Lommel
2011-11-10Cycles:Brecht Van Lommel
2011-11-10Cycles: attempted fix for error building with sse/mtune optimization flags.Brecht Van Lommel
2011-11-09No tabs in scons! Sorry for that..Antony Riakiotakis
2011-11-09Make scons work MinGW. This commit resolves several issues such as enable Ope...Antony Riakiotakis
2011-11-09Add compiles support for Cycles.Nathan Letwory