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
2015-02-11Cleanup: Remove unused Cycles cpuid code.Thomas Dinges
2015-02-10Cycles: Control CPU capabilities via environment variablesSergey Sharybin
2015-02-10Cycles: Fallback to bottom-top tile order when rendering from the command lineSergey Sharybin
2015-02-10Cycles: Add print functions for sse3f, sse3i and sse3bSergey Sharybin
2015-02-10Cycles: Add utility functions to print ssef, ssei and ssebSergey Sharybin
2015-02-10Cycles: Move mesh attribute creation into separate functionsSergey Sharybin
2015-02-10Cycles: optimize one normalization out from the previous commitSergey Sharybin
2015-02-10Cycles: implement pointiness geometry attributeSergey Sharybin
2015-02-10Cycles: Bring back distance check in re-intersectionSergey Sharybin
2015-02-10Cycles: Correction to glossy shaders not handling total internal reflectionSergey Sharybin
2015-02-10Fix T43596: Refraction BSDF crashes blender on pre-sse4 CPUSergey Sharybin
2015-02-09Cycles: Another attempt to solve 32bit CUDA kernelSergey Sharybin
2015-02-08ndof: detect new 3Dx devices on LinuxMike Erwin
2015-02-08GHOST: fewer virtual functionsMike Erwin
2015-02-08CMake: only quiet warnings for generated rna filesCampbell Barton
2015-02-06Fix T43515: Initial velocity for fire bugMiika Hamalainen
2015-02-06Cycles: Some more constants fixes for fast mathSergey Sharybin
2015-02-06Cycles: Use proper constant name for 1/pi in fast mathSergey Sharybin
2015-02-05Change movie cache to use vectors instead of lists.Antony Riakiotakis
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-02-05Fix T43562: Cycles gets stuck with camera in volume in certain setupSergey Sharybin
2015-02-05Fix T43561: Wrong include path to standard OSL headersSergey Sharybin
2015-02-04Cycles: Use pre-aligned triangle vertex coordinates for subsurface intersectionSergey Sharybin
2015-02-03Fix copypaste error in x11 tablet initCampbell Barton
2015-02-02Cycles: OSL kernel now also ignores maybe-uninitializedSergey Sharybin
2015-02-02Cycles: Further tweaks to T43511 to solve compilation error on 32bit platformsSergey Sharybin
2015-02-02Cycles: Solve dependency between camera and object synchronizationSergey Sharybin
2015-02-02Cycles: Ignore -Wmaybe-uninitialized from the kernel in release buildsSergey Sharybin
2015-02-02Cycles: Remove redundant calculation of w in recent cubic commitSergey Sharybin
2015-02-02Fix T43511: Major slow down with many instanced objects in cycles GPUSergey Sharybin
2015-02-02Cycles: Fix inconsistent command line used for runtime kernel compilationSergey Sharybin
2015-02-02Cycles: Indentation fix for the previous commitSergey Sharybin
2015-02-02Cycles: Implement cubit image interpolation on CPUSergey Sharybin
2015-02-02Cycles: Allow paths customization via environment variablesSergey Sharybin
2015-01-31Fix T43496: Infinite loop in kernel when using surface attribute for volumeSergey Sharybin
2015-01-30Cycles: Don't perform re-intersection if ray distance is zeroSergey Sharybin
2015-01-30Cycles: Use bool for is_lead arraySergey Sharybin
2015-01-30Cycles: Use fast math functions in hair BSDFSergey Sharybin
2015-01-30Cycles: Add fast math function moduleSergey Sharybin
2015-01-30Cycles: Remove confusing labels usage in hair BSDFSergey Sharybin
2015-01-30Fix T43458: Crashes with hair transmission BSDFSergey Sharybin
2015-01-29Cycles: Fix for bump node not working with object texture mappingSergey Sharybin
2015-01-29cleanup: pep8Campbell Barton
2015-01-29Audaspace: Fix typo in speed of sound initialization value by lordloki (Jorge...Jörg Müller
2015-01-28OSL: Updates for OSL 1.5 API changes.Thomas Dinges
2015-01-27Fix T43388 Cycles Baking gives different results than Cycles RenderDalai Felinto
2015-01-27Fix T43346: Window mapping is wrong in preview renderSergey Sharybin
2015-01-27Fix T43367: Non-wacom tablets broken on Blender in linux?Bastien Montagne
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2015-01-23Cycles: Don't re-generate blackbody/beckmann tables on every shaders updateSergey Sharybin