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
path: root/intern
AgeCommit message (Expand)Author
2016-04-04Cycles: Make spatial split BVH multi-threadedSergey Sharybin
2016-04-04Cycles: Solve possible issues with running out of stack memory allocatorSergey Sharybin
2016-04-04Cycles: Log overall time spent on building object's BVHSergey Sharybin
2016-04-04Cycles: Log allocation slop factor for BVH arraysSergey Sharybin
2016-04-04Cycles: Tweak to stack allocator used by BVH builderSergey Sharybin
2016-04-03Cycles: Remove the Preetham Sky model.Thomas Dinges
2016-04-01Fix T47505: Cycles OpenCL rendering crash on Windows.Brecht Van Lommel
2016-04-01Cycles: Fix wrong camera-in-volume stack when camera ray hits volume domain t...Sergey Sharybin
2016-04-01Cycles: Temporarily revert index sort commit for spatial splitSergey Sharybin
2016-04-01Cycles: Report thread ID from worker thread to callbacksSergey Sharybin
2016-04-01Cycles: Fix for missing pthread's spin on OSXSergey Sharybin
2016-03-31Cycles: Fix wrong initialization order of mesh flags and object transformSergey Sharybin
2016-03-31Cycles: Fix too many objects being considered an instanceSergey Sharybin
2016-03-31Cycles: Fix compilation on Win32 after bitscan commitSergey Sharybin
2016-03-31Cycles: Name cleanup and some comments in BVH codeSergey Sharybin
2016-03-31Cycles: Add easy to use spin lock primitiveSergey Sharybin
2016-03-31Cycles: Expose array's capacity via getter functionSergey Sharybin
2016-03-31Cycles: Avoid per-split memory allocation for the new references listSergey Sharybin
2016-03-31Cycles: Pass BVH builder by const reference to spatial splittersSergey Sharybin
2016-03-31Cycles: Only sort indices when finding a best dimension to splitSergey Sharybin
2016-03-31Cycles: Wrap spatial split storage into own structureSergey Sharybin
2016-03-31Cycles: Use stack storage for temporary data on leaf creationSergey Sharybin
2016-03-31Cycles: Add STL allocator which uses stack memorySergey Sharybin
2016-03-31Cycles: Move non-vectorized bitscan() to utilSergey Sharybin
2016-03-31Cycles: Aligned vector was not covered by guarded statSergey Sharybin
2016-03-30Cycles: Resumable render implementation for CyclesSergey Sharybin
2016-03-30CMake cleanup target_link_libraries_decoupledMartijn Berger
2016-03-29Fix T47987: Blender Cycles standalone does not properly read UV coordinates f...Sergey Sharybin
2016-03-28Fix T47931: Missed world shader update when having object dependencySergey Sharybin
2016-03-27Fix T47668: Cycles OpenCL glass not rendering correctly on AMD.Brecht Van Lommel
2016-03-25Fix Cycles debug panel, being shown in BI as well.Thomas Dinges
2016-03-25Cycles: Add an option to build single kernel only which fits current CPUSergey Sharybin
2016-03-25Cycles: Cleanup, indent nested preprocessor directivesSergey Sharybin
2016-03-25Cycles: Use dedicated BVH for subsurface ray castingSergey Sharybin
2016-03-24Cycles: Minor optimization of equirectangular projectionSergey Sharybin
2016-03-23Revert "Fix T47869: OpenColorIO Error with unicode path to config file under ...Sergey Sharybin
2016-03-23Fix T47869: OpenColorIO Error with unicode path to config file under WindowsSergey Sharybin
2016-03-23Fix T47856: Cycles problem when running from multi-byte pathSergey Sharybin
2016-03-13Cleanup: warningCampbell Barton
2016-03-12Cycles: Some typo fixesSergey Sharybin
2016-03-12Cycles: Support parallel convergence mode for spherical stereoSergey Sharybin
2016-03-12Cycles: Optimize derivatives calculation by using pre-calculated dx/dySergey Sharybin
2016-03-12Cycles: Cleanup, spherical_stereo_direction will return normalized directionSergey Sharybin
2016-03-11Cycles: Do no limit viewport samples to USHRT_MAX when value is at 0.Thomas Dinges
2016-03-11Cycles: One more optimization fix, derivatives used to be calculated without ...Sergey Sharybin
2016-03-11Cycles: Fix bug calculating dP for perspective cameraSergey Sharybin
2016-03-11Cycles: Cleanup, redundant normalizationSergey Sharybin
2016-03-11Fix compilation of cycles standalone and network deviceMartijn Berger
2016-03-11Cycles: Fix border render after spherical stereo commitSergey Sharybin
2016-03-10Cycles: Optimize spherical stereo position when no spherical stereo is usedSergey Sharybin