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/source
AgeCommit message (Expand)Author
2016-06-02Fix invalid function signature when passing derivatives for types that don't ...Lukas Tönne
2016-06-02Fix for GLSL uniform being update from inside glBegin/glEndSergey Sharybin
2016-06-02Fix leak using UI_BTYPE_TEXT button w/o a callbackJulian Eisel
2016-06-02Cleanup: warnings in previous commitCampbell Barton
2016-06-02Minor edits to last commitCampbell Barton
2016-06-02BLI_array_store: Move writing many chunks into a functionCampbell Barton
2016-06-02BLI_array_store: store max size in BArrayInfoCampbell Barton
2016-06-02Add extra validation checks to array-storeCampbell Barton
2016-06-02Minor changes to help textCampbell Barton
2016-06-02ShapeKey was missing lattice-flagCampbell Barton
2016-06-02Fix T48566: Render-border minor offset issueCampbell Barton
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne
2016-06-01Revert "BLI_ghash: Fix initial over-allocation of mempool chunks."Bastien Montagne
2016-06-01Fix T48466: Multiple passes starting with 'Diffuse' in EXR file breaks its lo...Bastien Montagne
2016-06-01Unify code generation through the llvm API.Lukas Tönne
2016-06-01Optimize mempool iterationCampbell Barton
2016-06-01Fix T48415: Segfault on opening .blend in which a 'surface' force object was ...Bastien Montagne
2016-06-01Revert "Correct invalid pointer-pair compare check"Campbell Barton
2016-06-01Fix bug where corner boundary was straight when it should curve.Howard Trickey
2016-06-01BLI_ghash: Fix initial over-allocation of mempool chunks.Bastien Montagne
2016-06-01Fix wrong vertex colors in edit modeSergey Sharybin
2016-06-01BI: fix counting of tangents, that was reset during recursion of init_render_...Alexander Romanov
2016-06-01GLSL: Attempt to fix errors in setting UV attributesSergey Sharybin
2016-06-01Depsgraph: Fix missing updates when modifying armatureSergey Sharybin
2016-06-01Fix/Workaround T48560: Color picker V fail w/ user defined RNACampbell Barton
2016-06-01Increase range of Font object textboxsDalai Felinto
2016-05-31BLI_mempool: Use an 'odd' FREEWORD for big/little endianCampbell Barton
2016-05-31Small API typo found while reading the APIDalai Felinto
2016-05-31Cleanup: unused definesCampbell Barton
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-31Fix T48554: Absolute grid snap fails w/ cursor pivotCampbell Barton
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-05-31Cycles GLSL: Make it work with software opengl modeSergey Sharybin
2016-05-31Removed the unused "simple" (without derivatives) compiler implementation.Lukas Tönne
2016-05-31Removed the WITH_IRMODULES option, used previously for loading IR code from t...Lukas Tönne
2016-05-31Fix T48553: Cycles GLSL Box projection produces strong artifactsSergey Sharybin
2016-05-31Fix T48552: Ctrl-D to add drivers shows disabled menu itemsCampbell Barton
2016-05-31Fix T48547: Shrinkwrap fails w/ auxiliary targetCampbell Barton
2016-05-30Shrinkwrap: OMP->BLI_task.Bastien Montagne
2016-05-30Depsgraph: Small optimization to update flushingSergey Sharybin
2016-05-30Merge branch 'master' into object_nodesLukas Tönne
2016-05-30Depsgraph: Fix compilation with new depsgraph disabledSergey Sharybin
2016-05-30Fix: Add a hard upper limit for fontsize of Text Strip's textJoshua Leung
2016-05-30GLSL: Fix voronoi texture giving different results form renderedSergey Sharybin
2016-05-30Depsgraph: Fix wrong layers flush form children to parentSergey Sharybin
2016-05-30Support all Cycles image texture projections in the GLSL viewportRalf Hölzemer
2016-05-30GLSL: Fix magic colors being offSergey Sharybin
2016-05-30GLSL: Brick texture uses bit operations, which seems to be a failure on some ...Sergey Sharybin
2016-05-30Change the hash-table to be 3x total items to hashCampbell Barton
2016-05-30Remove accidental static varCampbell Barton