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-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-11-23Cleanup: shadowing (bmesh)Campbell Barton
2015-11-23Cleanup: shadowing (render)Campbell Barton
2015-11-23Cleanup: shadowing (blenkernel)Campbell Barton
2015-11-23Cleanup: shadowing (blenlib, gpu, imbuf)Campbell Barton
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-23Cleanup: use single struct for freestyle globalsCampbell Barton
2015-11-23Cleanup: redundant string escapeCampbell Barton
2015-11-23Cleanup: warningCampbell Barton
2015-11-23OpenGL: fix hq viewport dof on Mac / GL 2.1Mike Erwin
2015-11-23OpenGL: codegen formattingMike Erwin
2015-11-23OpenGL: update geometry shaders, fixes T46838Mike Erwin
2015-11-23OpenGL: choose compatible GLSL versionMike Erwin
2015-11-23revert file mode to 644Mike Erwin
2015-11-23OpenGL: bump gpu_extensions to GL 2.1, prepare for 3.xMike Erwin
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-23OpenNL: removed unused softbody code.Brecht Van Lommel
2015-11-23CMake: check GNU compiler before using extensionCampbell Barton
2015-11-23C99 is now the C standard for all our C code.Brecht Van Lommel
2015-11-22Error out on Windows if driver does not support OpenGL 2.1 with an errorAntony Riakiotakis
2015-11-22Remove vertex array support from GPUBuffers. Remove USER_DISABLE_VBO. AllAntony Riakiotakis
2015-11-22Smoke drawing code cleanups (and little refactor)Kévin Dietrich
2015-11-22Add check for OpenGL version 2.1 on linux.Antony Riakiotakis
2015-11-22OpenGL: bump gpu_buffers to GL 2.1Mike Erwin
2015-11-22Fix T46678: Extending left handle of a VSE multicam effect strip with snap cr...Bastien Montagne
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-21Fix/Request T46798: Alt+I removes keyframes from all bones, not only selected...Joshua Leung
2015-11-21BMesh: improve face-path-picking w/ tri-fansCampbell Barton
2015-11-20Fix T46826: EXR Compression method set in UI does not always get passed corre...Bastien Montagne
2015-11-20Cycles: Fix filter glossy being broken after recent changesSergey Sharybin
2015-11-20Correct error in background job templateCampbell Barton
2015-11-20Fix switching scenes w/ background renderCampbell Barton
2015-11-20Cleanup: variable names, ascii diagramCampbell Barton
2015-11-20Recent change to bmesh_jekv caused assertCampbell Barton
2015-11-20Fix T46804: Crash using triangulate modifier on a specific mesh.Bastien Montagne
2015-11-19Recent edits to grid-fill removed edgeloop flipCampbell Barton
2015-11-19Fix related to T46804 - BMesh validate code would use invalid pointers after ...Bastien Montagne
2015-11-19Fix T48806: mesh.materials.clear() does not decrement users counts.Bastien Montagne
2015-11-19Fix new UI align code behavior with very small buttons.Bastien Montagne