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
2017-04-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-04Cycles: Tag shaders for update after the threading part is overSergey Sharybin
2017-04-04Cycles: Fix uninitialized memory access when comparing curve mapping nodesSergey Sharybin
2017-04-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-03Fix T51115: Bump node is broken when the displacement socket is usedSergey Sharybin
2017-03-31Cycles: Solve threading conflict in shader synchronizationSergey Sharybin
2017-03-31Merge branch 'master' into blender2.8Campbell Barton
2017-03-31Cycles: More fixes after include changesMai Lavelle
2017-03-30Cycles: Fix missing kernel re-compilation after recent changesSergey Sharybin
2017-03-30Fix T51051: Incorrect render on 32bit LinuxSergey Sharybin
2017-03-30Cycles: Cleanup, rename RegularBVH to BinaryBVHSergey Sharybin
2017-03-30Merge branch 'master' into blender2.8Julian Eisel
2017-03-29Cycles: Fix compilation error of app after the include directories changeSergey Sharybin
2017-03-29Cycles: Attempt to work around compilation errors of CUDA on sm_2xSergey Sharybin
2017-03-29Cycles: Cleanup, indentationSergey Sharybin
2017-03-29Cycles: Remove toolkit-specific workaround from kernelSergey Sharybin
2017-03-29Cycles: Only use CUDA 8.0 as officially supported oneSergey Sharybin
2017-03-29Cycles: Cleanup, don't use m_ prefix for public propertiesSergey Sharybin
2017-03-29Cycles: Fix compilation error with visibility flag disabledSergey Sharybin
2017-03-29Cycles: Make all #include statements relative to cycles source directorySergey Sharybin
2017-03-29Cycles: Attempt to workaround compilation error on new CUDA toolkit and sm_2xSergey Sharybin
2017-03-29Merge branch 'master' into blender2.8Campbell Barton
2017-03-29Cycles: Bring back preview AA samples when using BPTSergey Sharybin
2017-03-29Merge branch 'master' into blender2.8Julian Eisel
2017-03-28Fix T51068: Place props in their own rowAaron Carlisle
2017-03-28Cycles: Switch to reformulated Pluecker ray/triangle intersectionSergey Sharybin
2017-03-28Add GL_LINE_STRIP_ADJACENCY support to GawainAntonio Vazquez
2017-03-28Cycles: Pass m128 vectors by const referenceSergey Sharybin
2017-03-28Merge branch 'master' into blender2.8Bastien Montagne
2017-03-27Cleanup: Use upper case consistently in adaptive feature compile logging.Thomas Dinges
2017-03-27Cleanup: Resolve todo in CUDA voxel image code.Thomas Dinges
2017-03-27Cycles UI: Avoid abreviation for Hair Extension.Thomas Dinges
2017-03-27Cycles: Move Shadow Catcher UI option next to Ray Visibility.Thomas Dinges
2017-03-27Cycles: Correct ifdef around float3 intrinsicsSergey Sharybin
2017-03-27Cycles: Make shadow catcher an optional feature for OpenCLSergey Sharybin
2017-03-27Cycles: Add OpenCL support for shadow catcher featureHristo Gueorguiev
2017-03-27Cycles: Remove ccl_addr_space from RNG passed to functionsHristo Gueorguiev
2017-03-27Cycles: First implementation of shadow catcherSergey Sharybin
2017-03-27Cycles: Optimize shaders earlier to skip unneccessary attributes for noninter...Lukas Stockner
2017-03-25Fix GHOST crash on X11 with recent DPI changes on some systems.Brecht Van Lommel
2017-03-25Automatic DPI for all platforms, per monitor DPI for Windows.Wouter
2017-03-25Merge branch 'master' into blender2.8Campbell Barton
2017-03-24Cycles: Remove obsolete variable from the TileManagerLukas Stockner
2017-03-24Cycles: Correct isfinite check used in integratorSergey Sharybin
2017-03-24Cycles: Workaround incorrect SSS with CUDA toolkit 8.0.61Sergey Sharybin
2017-03-23Cycles: Remove old non-optimized triangle intersection functionSergey Sharybin
2017-03-23Cycles: Remove unused macroSergey Sharybin
2017-03-23Cycles: Use SSE-optimized version of triangle intersection for motion trianglesSergey Sharybin
2017-03-23Cycles: Fix speed regression on GPUSergey Sharybin
2017-03-23Cycles: Use utility function for SSS triangle intersectionSergey Sharybin