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-11-25Fix T46782: Updating Shaders very slow with complex nodegraphSergey Sharybin
2015-11-25Cycles: Ensure order of shader nodes in the dependnecies setSergey Sharybin
2015-11-25Cycles: Fix wrong volume stack update with SSS object intersecting the volumeSergey Sharybin
2015-11-25Cycles: Trace indirect subsurface rays by restarting the integrator loopSergey Sharybin
2015-11-25Cycles: Delay shooting SSS indirect raysSergey Sharybin
2015-11-25Cysles: Avoid having ShaderData on the stackSergey Sharybin
2015-11-25OpenGL: set geometry shader input length implicitlyMike Erwin
2015-11-24Fix previous own fix - second message was actually OK, first one had bad comm...Bastien Montagne
2015-11-24Fix broken windows 'MessageBox' calls (UI messages).Bastien Montagne
2015-11-24Cycles: Support per-render layer world AO settingsSergey Sharybin
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-23Fix T46848: OpenNL crash on Windows due to uninintialized variables.Brecht Van Lommel
2015-11-23Fix T46842: Removing World is missing AO update in viewport renderSergey Sharybin
2015-11-23OpenSubdiv: support OpenGL 3.xMike Erwin
2015-11-23CMake: use -Wshadow warning for C sourceCampbell Barton
2015-11-23OpenNL: make the API thread safe by always passing context.Brecht Van Lommel
2015-11-23OpenNL: significantly simplify code using Eigen / STL.Brecht Van Lommel
2015-11-23OpenNL: replace SuperLU by Eigen SparseLU solver.Brecht Van Lommel
2015-11-23OpenNL: convert source file to C++, remove some unused functions.Brecht Van Lommel
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-11-22Add check for OpenGL version 2.1 on linux.Antony Riakiotakis
2015-11-22Cycles: Make branched path tracer covered with requested featuresSergey Sharybin
2015-11-22Cycles: Save one transform inversion in the camera syncLukas Stockner
2015-11-21Cycles: Make requested features struct aware of subsurface BSDFSergey Sharybin
2015-11-21Cycles: Quick experiment with using feature-adaptive kernels for CUDASergey Sharybin
2015-11-21Cycles: add utility function to calculate MD5 hash of a given stringSergey Sharybin
2015-11-21Cycles: Make CUDA device internally operate with requested featuresSergey Sharybin
2015-11-21Cycles: Move build options constructions to DeviceRequestedFeaturesSergey Sharybin
2015-11-21Cycles: Avoid multiple spaces in OpenCL build optionsSergey Sharybin
2015-11-20Cycles: Fix filter glossy being broken after recent changesSergey Sharybin
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-11-19Fix T46818, crash with Glossy node on Windows.Thomas Dinges
2015-11-18Cycles: Add Blackman-Harris filter, fix Gaussian filterLukas Stockner
2015-11-18Cycles / Shader graph: Fallback to Sharp closures for very small roughness.Thomas Dinges
2015-11-18Cleanup: Add some notes in code for upcoming graph simplification process.Thomas Dinges
2015-11-18Cycles: Add utility functions to get a ShaderInput / ShaderOutput by name.Thomas Dinges
2015-11-16GHOST: rename suffix X11 to Unix for non X11 filesCampbell Barton
2015-11-16check compute shader support for OpenSubdivMike Erwin
2015-11-14minor cleanup: spelling/wordingMike Erwin
2015-11-14tweak GL extension check for OpenSubdiv drawingMike Erwin
2015-11-14enable OpenSubdiv Transform Feedback on IntelMike Erwin
2015-11-14enable OpenSubdiv on Intel graphicsMike Erwin
2015-11-10OpenSubdiv: Enable GLSL Compute for AMD devicesSergey Sharybin
2015-11-09Revert "Increase CMake minimum version to 3.0"Campbell Barton
2015-11-09Increase CMake minimum version to 3.0Campbell Barton
2015-11-03Fix T46683: High pitch sound artifact on import of 48k audioJörg Müller
2015-11-03Fix T46671: Cycles assert with CMJ sample functionSergey Sharybin
2015-11-01Cycles: Partially revert previous commitSergey Sharybin
2015-11-01Cycles: Remove unused argument from the split kernel functionsSergey Sharybin