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
2017-03-06Merge branch 'master' into blender2.8Julian Eisel
2017-03-06Task scheduler: Cleanup, use BLI_assert() instead of assert()Sergey Sharybin
2017-03-06Surface Deform Modifier: Respect object transforms at bind timeLuca Rood
2017-03-06Edit Mode overlay: OptimisationClément Foucault
2017-03-06Edit Mode overlay: Update cache on selectionClément Foucault
2017-03-06Multi-View: Map cursor coordinates to visual coordinatesJulian Eisel
2017-03-05Clay Engine: Fix shader linking issueClément Foucault
2017-03-05Clay Engine: support draw callbacksClément Foucault
2017-03-05Edit Mode overlay: fix clear color, and possibly a crash.Clément Foucault
2017-03-05Clay Engine: More Lamp drawing workClément Foucault
2017-03-05Clay Engine: camera drawingClément Foucault
2017-03-05BMesh: Add 'cut' separate mode for intersect toolCampbell Barton
2017-03-05Fix T50855: Intersect (knife) w/o separate doesn't selectCampbell Barton
2017-03-05BLI_rect: add init from point functionsCampbell Barton
2017-03-04OpenGL: remove fdrawcheckerboardMike Erwin
2017-03-04Fix T50838: Surface Deform DM use after free issueLuca Rood
2017-03-04Cleanup: expose struct for ED_view3d_mats_rv3d_*Campbell Barton
2017-03-04OpenGL: remove old DrawPixels util functionsMike Erwin
2017-03-04OpenGL: remove glaDrawBorderCornersMike Erwin
2017-03-04OpenGL: draw image render info with new imm mode (part 1)Mike Erwin
2017-03-04OpenGL: remove stipple pattern definesMike Erwin
2017-03-04OpenGL: remove glutil_draw_*_arc (lined, filled)Mike Erwin
2017-03-04OpenGL: paint_draw_cursor with new imm modeMike Erwin
2017-03-03Gawain: fix for MSVC 2013Mike Erwin
2017-03-03OpenGL: remove fdrawbox, sdrawbox, sdrawlineMike Erwin
2017-03-03OpenGL: remove last uses of fdrawboxMike Erwin
2017-03-03OpenGL: remove last uses of sdrawline & sdrawboxMike Erwin
2017-03-03Fix own previous commit, sorry about that :(Bastien Montagne
2017-03-03Get rid of `BLI_task_pool_stop()`.Bastien Montagne
2017-03-03Fix ugly mistake in BLI_task - freeing while some tasks are still being proce...Bastien Montagne
2017-03-03Update comment which was remained in an old placeSergey Sharybin
2017-03-03Cleanup: IndentationSergey Sharybin
2017-03-03Edit Mesh overlay: remove one extra buffer.Clément Foucault
2017-03-03Fix T50842: NLA Influence Curve draws out of bounds when it exceeds the 0-1 r...Joshua Leung
2017-03-03Merge branch 'master' into blender2.8Julian Eisel
2017-03-03Cleanup: GPU_select never took NULL rectCampbell Barton
2017-03-03Cleanup: redundant header, use const, short -> boolCampbell Barton
2017-03-03When creating texture/image in Texture Paint mode, both datablocks should get...Bastien Montagne
2017-03-03Fix blenderplayer building (tm)Dalai Felinto
2017-03-03Fix T49655: Reloading library breaks proxies.Bastien Montagne
2017-03-03plug ShaderInterface into GPUShaderMike Erwin
2017-03-03OpenGL: draw PBVH bounding box with new imm modeMike Erwin
2017-03-03Gawain: add ShaderInterface for GLSL introspectionMike Erwin
2017-03-03Edit Mode overlay: backwire "ghost wireframe" with variable intensityClément Foucault
2017-03-03Draw Manager: Changed buffer uniform api.Clément Foucault
2017-03-03clean up clay vertex shaderMike Erwin
2017-03-02Gawain: move PRIM types to new file, classify by geometryMike Erwin
2017-03-02Merge branch 'master' into blender2.8Julian Eisel
2017-03-02Outliner: add hooks for (yet to be implemented) layer reordering routinesDalai Felinto
2017-03-02Fix own stupid mistake in recent mesh 'split_faces' rework.Bastien Montagne