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
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-25Merge branch 'master' into blender2.8Bastien Montagne
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-11Merge branch 'master' into blender2.8Bastien Montagne
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-17Fix menu navigation and modal tools affecting the active region.Brecht Van Lommel
2018-05-08Cleanup: whitespace, duplicate includesCampbell Barton
2018-04-30Fix Eevee shadows not working in certain cases, after recent WM changes.Brecht Van Lommel
2018-04-29UI: better support for dynamically sized regions in topbar.Brecht Van Lommel
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-21Fix active region flickering in some cases, now always update before draw.Brecht Van Lommel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-08UI: Perf: Use GWN_draw_primitive for drawing triple buffers texture.Clément Foucault
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-02-17Code cleanup: remove WM subwindows.Brecht Van Lommel
2018-02-14Code cleanup: simplify subwindow code.Brecht Van Lommel
2018-02-13Code cleanup: stop using rectangle textures in window draw, simplify code.Brecht Van Lommel
2018-01-23Cleanup: sync w/ blender2.8 branchCampbell Barton
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19WM: window draw callbacks and split preview snapmano-wii
2017-10-26Move background images into the cameraCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-09-25DRW : Add new view_update mechanism.Clément Foucault
2017-09-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-09-18Fix T52800: fix UI flickering with Mesa on Linux.Brecht Van Lommel
2017-06-26Merge branch 'master' into blender2.8Campbell Barton
2017-06-24Fix T50856: crash when minimizing window on AMD / Windows.Brecht Van Lommel
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-08Cleanup: style & header guardsCampbell Barton
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-02-28clean up GL / GPU #includesMike Erwin
2017-01-09Fix T49861: Interlace stereo drawingDalai Felinto
2017-01-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-01-02Fix T49861: Interlace stereo is broken in 2.78Dalai Felinto
2016-10-24OpenGL: triple buffer tweaksMike Erwin
2016-10-18OpenGL: tweak image shaders & code that uses themMike Erwin
2016-09-28Fix animation transition in region overlay not working since 4a1feaa5Dalai Felinto
2016-09-22immediate mode: Triple Buffer and two new shaders for TEXTURE_2D and TEXTURE_...Dalai Felinto
2016-08-19OpenGL: don't poll for errors, rely on KHR_debugMike Erwin