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
2019-09-06Fix T68796: stereo side-by-side and pageflip not drawing correctlyBrecht Van Lommel
2019-07-30Fix crash clicking in the 3D view on startupCampbell Barton
2019-07-01Fix T60289: changing gizmo properties causes excessive redrawsBrecht Van Lommel
2019-06-02Fix T65185: Cycles viewport render no refreshing overlays properlyBrecht Van Lommel
2019-05-21Fix T64421: crash using redraw timer benchmarkBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-03-25GPU: State: Replace GL_BLEND by GPU_blendClément Foucault
2019-03-22Fix: VSE preview not showing stereo drawing (unreported)Dalai Felinto
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2019-01-11WM: Use draw manager to draw UV image editor spacesClément Foucault
2018-12-01WM: Optimization: Don't clear the window color bufferClément Foucault
2018-11-28Fix assert opening file selectorCampbell Barton
2018-11-28Fix tool not being initialized switching windowsCampbell Barton
2018-11-09UI: Make Region overlap slide instead of fadeClément Foucault
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-08-15Fix T56012: brush stencil overlay draws in the wrong location.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
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