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-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09install_deps.sh: fix (hopefully) broken OSL building on modern RPM-like distro.Bastien Montagne
2015-12-09install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on RPM-bas...Bastien Montagne
2015-12-09install_deps.sh: print correct set of sources tested when a wget fails...Bastien Montagne
2015-12-09Cycles: Comment out unused argumentsSergey Sharybin
2015-12-09install_deps.sh: raise default py version to 3.5.1 (due to some obscure bugs ...Bastien Montagne
2015-12-09install_deps.sh: add '-U' update commands to onle-liner CMake-based build com...Bastien Montagne
2015-12-09CMake: include eigen as a system headerCampbell Barton
2015-12-09BMesh: move BM_face_split_edgenet to its own fileCampbell Barton
2015-12-09Math Lib: add axis_dominant_v3_ortho_singleCampbell Barton
2015-12-09remove a debug printfMike Erwin
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel
2015-12-08OpenGL: remove non-power-of-two texture check, where even ES 2.0 does not nee...Brecht Van Lommel
2015-12-08Correct recent OpenGL cleanupCampbell Barton
2015-12-08OpenGL: use extension form of FBOsMike Erwin
2015-12-08OpenGL: use sized texture internal formatsMike Erwin
2015-12-08disable old Mac OpenGL workaroundMike Erwin
2015-12-08OpenGL: simple cleanupMike Erwin
2015-12-08BGE code cleanup: Removing RAS_GLExtensionManager.Mitchell Stokes
2015-12-08OpenGL/BGE: Remove RAS_StorageIM (glBegin/glEnd rendering of mesh data)Mitchell Stokes
2015-12-08BGE: Remove RAS_IRasterizer::IndexPrimitivesMulti()Mitchell Stokes
2015-12-08Python: remove support for Python 3.4Campbell Barton
2015-12-07Usual UI messages fixes.Bastien Montagne
2015-12-07Add support for compiling the cuda kernel on the Nvidia Jetson TX1Martijn Berger
2015-12-07Added a comment to our use of the term 'adjoint' in BLI_math.Lukas Tönne
2015-12-07BLI_linklist: add alloca append macroCampbell Barton
2015-12-07Minor changes needed for standalone mathutilsCampbell Barton
2015-12-07OpenSubdiv: refine OpenGL version & extension checksMike Erwin
2015-12-07OpenGL: remove old version checkMike Erwin
2015-12-07OpenGL: new GPU_legacy_support() functionMike Erwin
2015-12-07OpenGL: request version 2.1 when creating context on WindowsMike Erwin
2015-12-07OpenSubdiv: disable TF on lower GL versions. Fixes T46794Mike Erwin
2015-12-07Cycles: Fold Value and RGB node as well.Thomas Dinges
2015-12-07Fix Scons after GLSL changes.Thomas Dinges
2015-12-06Fix (unreported) Ocean modifier assuming all its faces are quads.Bastien Montagne
2015-12-06Cleanup in main Ocean modifier code.Bastien Montagne
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for armatures.Brecht Van Lommel
2015-12-06OpenGL: move two sided lighting check into GPU material code.Brecht Van Lommel
2015-12-06OpenGL: pass flag to indicate of drawMappedFaces needs to use normals.Brecht Van Lommel
2015-12-06Switch Ocean modifier's geometry generation from OMP to BLI_task.Bastien Montagne
2015-12-06Fix T46929: error exporting Key configuration.Bastien Montagne
2015-12-06Switch from OMP to BLI_task in BKE's part of Ocean simulation.Bastien Montagne
2015-12-06install_deps.sh: Fix typos in scons instructions.Bastien Montagne
2015-12-06PyAPI: add optional filter argument to KDTree.findCampbell Barton
2015-12-06BKI_kdtree: add a find that takes filter callbackCampbell Barton
2015-12-06Cleanup: formatting (PyArg_ParseTuple)Campbell Barton
2015-12-06Cleanup: kdtree, redundant root node handlingCampbell Barton