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
2017-04-29Cleanup: rename struct for private engine dataCampbell Barton
2017-04-29Merge branch 'master' into blender2.8Campbell Barton
2017-04-29Cleanup: unused includesCampbell Barton
2017-04-29Cleanup: menu exampleCampbell Barton
2017-04-29blenderplayer: fix warnings in stubsDalai Felinto
2017-04-29Cycles: Fix crashes after recent image changesMai Lavelle
2017-04-29Draw manager: Style cleanupsDalai Felinto
2017-04-29Implementation of custom python entries in all right click menusThomas Beck
2017-04-28Disable custom armature colorsCampbell Barton
2017-04-28Merge branch 'master' into blender2.8Campbell Barton
2017-04-28Cycles support for preview on viewport with core profileDalai Felinto
2017-04-28Getting rid of setlinestyle: Clip drawing code.Bastien Montagne
2017-04-28Getting rid of setlinestyle: markers' dashed line in VSE.Bastien Montagne
2017-04-28Merge branch 'master' into blender2.8Campbell Barton
2017-04-28Fix T51324: Auto-Depth fails rotating out of cameraCampbell Barton
2017-04-28Cycles: Use relative path for #line directivesSergey Sharybin
2017-04-28Libmv: Make ERROR a default printing severitySergey Sharybin
2017-04-28Cycles: Correct comment after previous commitSergey Sharybin
2017-04-28Cycles: Lower default severity level to ERRORSergey Sharybin
2017-04-28Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-28Hide object center and other info when drawing setsCampbell Barton
2017-04-28Alembic: use object-oriented approach in ABC_read_mesh()Sybren A. Stüvel
2017-04-28Alembic: Construct ISampleSelector once and pass alongSybren A. Stüvel
2017-04-28Fix T51331: fixes for Alembic unit tests on WindowsSybren A. Stüvel
2017-04-28Cycles: De-duplicate bit magic for decoding image options in OpenCL kernelSergey Sharybin
2017-04-28Cycles: Simplify code around maximum OpenCL info size allocationSergey Sharybin
2017-04-28Cycles: Cleanup, de-duplicate image packing of various typesSergey Sharybin
2017-04-28Correct comment, we need wire_outline data in this caseCampbell Barton
2017-04-28Cycles: Quick (real) fix for broken textures on OpenCLSergey Sharybin
2017-04-28Revert "Cycles: Fix image textures were completely broken since recent unlimi...Sergey Sharybin
2017-04-28Draw Manager: pose-mode custom bone displayCampbell Barton
2017-04-28Cycles: Cleanup, spelling and bracesSergey Sharybin
2017-04-28Cycles: Fix image textures were completely broken since recent unlimited text...Sergey Sharybin
2017-04-28Cycles: Cleanup, always use braces for blocksSergey Sharybin
2017-04-28Cycles: Cleanup, indentation in preprocessorSergey Sharybin
2017-04-28Cycles: Cleanup, use ccl::vector instead of std::vectorSergey Sharybin
2017-04-28Cycles: Cleanup, indentaiton and trailing whitespace and wrappingSergey Sharybin
2017-04-28Recent commit state broke lattice vertex drawingCampbell Barton
2017-04-27Fix draw manager draw-modes interfering with eachotherCampbell Barton
2017-04-27Draw Manager: basic text overlay supportCampbell Barton
2017-04-27OpenGL: manage legacy state only when WITH_LEGACY_OPENGL=ONMike Erwin
2017-04-27OpenGL: don't set texture LoD bias via glTexEnvfMike Erwin
2017-04-27OpenGL: early exit from functions that don't mix with core profile Mike Erwin
2017-04-27OpenGL: fix color logic opMike Erwin
2017-04-27Add back text color for legacy drawingCampbell Barton
2017-04-27Gawain: safely orphan immediate mode's VBOMike Erwin
2017-04-27OpenGL: don't glGet(GL_RED_BITS) in core profileMike Erwin
2017-04-27OpenGL: stop enabling GL_TEXTUREMike Erwin
2017-04-27OpenGL: stop using GL_NORMALIZEMike Erwin
2017-04-27Gawain: fix pointer arithmetic warningMike Erwin