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
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-06GPU: remove 'GPU_SHADER_3D_IMAGE_MODULATE_ALPHA'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-08-17Fix T98462: Save Screenshot (glReadPixels) fails under WaylandCampbell Barton
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-06-27Cleanup: rename misleading/inconsistent GHOST typesCampbell Barton
2022-06-27MTLCommandBufferState for coordinating GPU workload submission and render pas...Jason Fielder
2022-06-18GHOST/Wayland: support displaying custom software cursorsCampbell Barton
2022-06-18Fix T98793: Wayland clamps cursor movement fails with gnome-shellCampbell Barton
2022-06-15GHOST/Wayland: resolve glitch drawing the software cursorCampbell Barton
2022-06-09Fix software cursor being used with absolute events in WaylandCampbell Barton
2022-06-08GHOST/Wayland: draw a software-cursor when wrapping cursor motionCampbell Barton
2022-05-10DrawManager: Hide lock acquire behind experimental feature.Jeroen Bakker
2022-05-03Fix T97547: Stereo rendering crash.Jeroen Bakker
2022-04-28VSE: Add precise drag and drop and strip previewsSebastian Parborg
2022-04-15GPU: Make viewport not acquireable during renderingClément Foucault
2022-03-22Metal: Initial Implementation of Metal Backend for GPU Module.Jason Fielder
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-11-04Fix T92800: (UI) Radial control values get wrong color assignedJulian Eisel
2021-10-25UI Drag Drop: allow customizable drawingGermano Cavalcante
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-08-19Cleanup: reduce indentation in loops that check region visibilityCampbell Barton
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-07-16Fix T89782: Segfault populating popup menu with dimensions above the opengl l...Germano Cavalcante
2021-03-30Cleanup/Refactor: Unify functions that redraw the depth bufferGermano Cavalcante
2021-03-08Fix T86106: bpy.types.SpaceView3D.draw_handler_remove(...) causes Blender to ...Germano Cavalcante
2021-03-06Cleanup: rename wm_get_cursor_positionCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-17Cleanup: Miscellaneous improvements in wm directoryHans Goudey
2020-10-09GPU: Add more safeguard for BGL callsClément Foucault
2020-09-16GPU: Add debug groups inside wm_draw.cClément Foucault
2020-09-12Fix remaining GL calls/type preventing from building due to recent cleanupClément Foucault
2020-09-09Fix T80590: Popups clipped by status-bar and top-barJulian Eisel
2020-09-01Sequencer: Fix crash caused by stereo rendering fixClément Foucault
2020-09-01Cleanup: Use GPUBatch for icon and area drawingClément Foucault
2020-08-30GPUFrameBuffer: GL backend isolationClément Foucault
2020-08-23Cleanup: GPU: Use explicit clear value in GPU_clear* commandsClément Foucault
2020-08-21Cleanup: split `BKE_scene_get_depsgraph()` into two functionsSybren A. Stüvel
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: remove use of GPU_blend_set_funcClément Foucault
2020-08-18Cleanup: GPU: Move towards an explicit Blend stateClément Foucault
2020-08-18Fix T77564: VSE (and compositor background) lost stereoscopy previewClément Foucault
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-08-05Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-05Fix T77346: GPU Workaround Always Render Using Main ContextJeroen Bakker