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
2015-03-13Initial compilation support with C++11 featureset enabledSergey Sharybin
2014-12-25Cleanup: Fix Cycles Apache header.Thomas Dinges
2014-12-25Cycles: Add some utility functions and structuresSergey Sharybin
2014-11-15Cycles: Revert changes to inline flags enabled for release onlySergey Sharybin
2014-09-26Cycles: Keep ccl_always_inline always inlining the stuffSergey Sharybin
2014-09-25Cycles: Accidentally inverted the logic of NDEBUG macroSergey Sharybin
2014-09-25Cycles: Don't inline functions for debug CPU kernelSergey Sharybin
2014-08-02Make CHECK_TYPE_NONCONST macro portableCampbell Barton
2014-06-13Cycles Refactor: Add SSE Utility code from Embree for cleaner SSE code.Thomas Dinges
2014-05-19Move ShadingSystem enum to shader.hNathan Letwory
2014-05-19Move BVHType and shadingsystem enums to top-level of Cycles namespace.Nathan Letwory
2014-05-11Code cleanup: comment typosCampbell Barton
2014-05-05Add check for LIKELY/UNLIKELY is CPU onlyCampbell Barton
2014-05-04Cycles: use LIKELY/UNLIKELY macrosCampbell Barton
2014-05-04Style cleanup: indentation, bracesCampbell Barton
2014-03-08Add support for multiple interpolation modes on cycles image texturesMartijn Berger
2014-03-02Cycles: remove ccl_align macro for GPU as unused and unsupported in OpenCLSv. Lockal
2014-02-27Cycles: fix crash in SSE hair and half-floats on x86+vc2008Sv. Lockal
2014-02-04Cycles: bvh_cardinal_curve_intersect intro SSE optimizationSv. Lockal
2014-02-04Fix cycles crash with float image textures on CPU without AVX support.Brecht Van Lommel
2014-01-15Code cleanup: move half float functions to separate header file.Brecht Van Lommel
2014-01-15Code cleanup: some reshuffling of SIMD defines moving more code to util_optim...Brecht Van Lommel
2014-01-11Fix T38129: cycles viewport render display with very bright colors turning bl...Brecht Van Lommel
2013-12-28Cycles: Move SIMD utility functions into its own file.Thomas Dinges
2013-11-23Fix cycles build error with visual studio, apparently the windows ABI does notBrecht Van Lommel
2013-11-22Cycles: test code for sse 4.1 kernel and alignment for some vector types.Martijn Berger
2013-11-18Cycles: change __device and similar qualifiers to ccl_device in kernel code.Brecht Van Lommel
2013-10-02Fix cycles OpenCL compile error on AMD, and fix assert in debug builds.Brecht Van Lommel
2013-08-31Cycles: viewport render now takes scene color management settings into account,Brecht Van Lommel
2013-08-18Cycles: relicense GNU GPL source code to Apache version 2.0.Brecht Van Lommel
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-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-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-01-03Cycles Hair: refactoring to support generic attributes for hair curves. ThereBrecht Van Lommel
2012-12-21Fix cycles aliasing warnings caused by motion blur transforms.Brecht Van Lommel
2012-12-03get rid of annoying redefinition warning on cycles compilation for mingw64Antony Riakiotakis
2012-11-06Cycles: 4 new nodes.Brecht Van Lommel
2012-10-10Cycles: Anisotropic BSDF enabled, with tangents now computed from the active ...Brecht Van Lommel
2012-09-07Fix for Cycles (CUDA) compilation (again ...). Moved the AttributeStandard en...Lukas Toenne
2012-04-29mingw32 compiles againJoshua Leung
2012-04-28Cycles: merging features from tomato branch.Brecht Van Lommel