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
2018-03-29Fix T54455: OpenCL build error after recent changes.Brecht Van Lommel
2018-03-29Cycles: take into account diffuse roughness for roughness baking.Matt Heimlich
2018-03-28Cycles: don't require pthreads as dependency on Windows.Jeff Witthuhn
2018-03-28Fix missing confirm quit dialog on macOS, after recent changes.Brecht Van Lommel
2018-03-28Cycles: Fix bad register cast in ssebSergey Sharybin
2018-03-27Merge branch 'master' into blender2.8Campbell Barton
2018-03-27Fix T54420: too much volume render noise with multiple volume objects.Brecht Van Lommel
2018-03-26Fix bad merge resolution from previous commitSergey Sharybin
2018-03-26Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-26GHOST: Solve compilation error of test programsSergey Sharybin
2018-03-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-23Libmv: Fix compilation error on WindowsSergey Sharybin
2018-03-23Glog/gflags: Reduce amount of local modificationsSergey Sharybin
2018-03-22PyDocs: Fix link syntaxAaron Carlisle
2018-03-21GHOST CONTEXTWGL: Remove unused memberGermano
2018-03-21Merge branch 'master' into blender2.8Campbell Barton
2018-03-21UI: Optional prompt to quit for non win32 systemsCampbell Barton
2018-03-21Fix: GWN Indexbuf creation was replacing the index buff bound to the last VAOGermano
2018-03-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-20Fix build error on Windows 32 bit.Brecht Van Lommel
2018-03-20Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-20Memory allocator: Clarify consistency check functionSergey Sharybin
2018-03-20Merge branch 'master' into blender2.8Joshua Leung
2018-03-19Fix T54317: overlapping volume render bug after recent changes.Brecht Van Lommel
2018-03-19Fix T54356: volume rendering bug using just color attribute.Brecht Van Lommel
2018-03-19GWN: Vertex Buffer: Remove the use of glMapBufferRangeClément Foucault
2018-03-19GWN: Perf: Use unsync glMapBufferRange to prevent sync time.Clément Foucault
2018-03-19GWN: Context: Use <unordered_set> instead of <forward_list>Clément Foucault
2018-03-17GWN: Element Buffer: Refactor / Optimisation.Clément Foucault
2018-03-17GWN: Vertex Buffer refactor.Clément Foucault
2018-03-16GWN: Uncomment a (now) usefull assertClément Foucault
2018-03-16Merge branch 'master' into blender2.8Brecht Van Lommel
2018-03-16Code refactor: move OIIO image buffer writing outside session, into callback.Guillaume Chereau
2018-03-16GHOST: Support Unity taskbar progress APILukas Stockner
2018-03-15UV/Image Editor: Optimize UV DrawingGermano
2018-03-15GWN: Fix compilation error without VRAM_USAGE flag.Clément Foucault
2018-03-15GHOST: Fix wrong usage of wglCreatePbufferARB.Clément Foucault
2018-03-15GWN: Batch: Perf: Comment out glBindVertexArray(0)Clément Foucault
2018-03-15GWN: Batch: Only revert to default Vao when needed.Clément Foucault
2018-03-15GWN: Add primitive restart in element/index buffers.Clément Foucault
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-12Fix T54299: crash rendering objects with motion blur disabled, after recent c...Brecht Van Lommel
2018-03-12Cycles: add constant folding to displacement nodes.Brecht Van Lommel
2018-03-10Merge branch 'master' into blender2.8Brecht Van Lommel
2018-03-10Cycles: add roughness baking support, using squared roughness convention.Brecht Van Lommel
2018-03-10Cycles: switch to squared roughness convention for all nodes.Brecht Van Lommel
2018-03-10Merge branch 'master' into blender2.8Brecht Van Lommel
2018-03-10Code cleanup: fix compiler warning.Brecht Van Lommel
2018-03-10Fix T54279: viewport update bug with volume meshes.Brecht Van Lommel
2018-03-10Code refactor: reduce number of loops over meshes.Brecht Van Lommel