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-02-26Revert "Cleanup: Simplify camera sample motion blur code."Thomas Dinges
2015-02-26Cleanup: Simplify camera sample motion blur code.Thomas Dinges
2015-02-24Fix T43783: Cycles clipping doesn't match viewport when camera is inside volumeSergey Sharybin
2015-02-23Disable Bake Jitter code (recently added)Dalai Felinto
2015-02-23Cleanup: Simplify brick texture code a bit.Thomas Dinges
2015-02-21Cycles: Add note about autodiff in OSL wireframe shaderSergey Sharybin
2015-02-21Fix T43755: Wireframe attribute doesn't work with displaceSergey Sharybin
2015-02-21Cycles: Workaround for NVidia OpenCL compilationSergey Sharybin
2015-02-20Fix T43550: Bug in Cycles Bake TextureSergey Sharybin
2015-02-20Fix T43651: New pointiness attribute doesn't work with displacementSergey Sharybin
2015-02-19Cycles: Make sphere and tube image mapping friendly with OpenCLSergey Sharybin
2015-02-18Cleanup: Remove unused SD_PHASE_HAS_EVAL flag.Thomas Dinges
2015-02-18Cleanup for Cycles hair shader ifdefs.Thomas Dinges
2015-02-18Cycles: Avoid over-allocation in decouple ray marchingSergey Sharybin
2015-02-17Cleanup: Add comment about light_p being modified in one case.Thomas Dinges
2015-02-17Cycles: Cleanup after recent changesSergey Sharybin
2015-02-17Some tweaks to last commit, this is better.Thomas Dinges
2015-02-17Cycles: Fix for hair transmission BSDF not returning proper labelSergey Sharybin
2015-02-17Cleanup: Deduplicate area light sampling code.Thomas Dinges
2015-02-17Cycles: Small tweaks for Henyey Greenstein closure code.Thomas Dinges
2015-02-17Cycles: Remove empty closure blur code and the corresponding entries in the s...Thomas Dinges
2015-02-16Cleanup: Remove unused code from hair BSDF.Thomas Dinges
2015-02-16Cycles: Use some more bools in microfacet code.Thomas Dinges
2015-02-14Cycles: Small improvement for volume render (decoupled)Thomas Dinges
2015-02-12cleanupCampbell Barton
2015-02-10Cycles: Add print functions for sse3f, sse3i and sse3bSergey 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-05Fix T43562: Cycles gets stuck with camera in volume in certain setupSergey Sharybin
2015-02-04Cycles: Use pre-aligned triangle vertex coordinates for subsurface intersectionSergey Sharybin
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: 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: Indentation fix for the previous commitSergey Sharybin
2015-02-02Cycles: Implement cubit image interpolation on CPUSergey 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 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-27Fix T43388 Cycles Baking gives different results than Cycles RenderDalai Felinto
2015-01-27Cycles: Support texture coordinate from another objectSergey Sharybin
2015-01-21Cycles: Support tube projection for imagesSergey Sharybin