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-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-06-21Fix T65960 Crash on entering Edit Mode of BesierCurve with modifiersClément Foucault
2019-05-30DRW: Refactor to use object pointer for drawcall by defaultClément Foucault
2019-05-28Cleanup: DRW: Rename DRW_STATE_BLEND_* for API clarityClément Foucault
2019-05-27Cleanup: DRW: Move WorldClipPlanes to builtin uniformClément Foucault
2019-05-22DRW: Remove DRW_state_clip_planes_resetClément Foucault
2019-05-22DRW: Remove DRW_state_clip_planes_set_from_rv3dClément Foucault
2019-05-17Cleanup: DRW: Remove uneeded DRWState valuesClément Foucault
2019-05-14Cleanup: DRW: Remove uneeded _add suffix from DRW_shgroup_call_addClément Foucault
2019-05-14DRW: Make Instance count not a pointerClément Foucault
2019-05-10Overlays: Use common_view_lib.glslClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-20Fix T61326 "In Front" option not working on edit curvesClément Foucault
2019-03-16Cleanup: fix compiler warnings.Brecht Van Lommel
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-10Cleanup: move clipping shader lib & define into structCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-06DRW: Support edit-curve clippingCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-22Cleanp: use single global for draw managerCampbell Barton
2018-12-14Curve Batch Cache: Rework Implementation to use new batch requestClément Foucault
2018-11-26DRW: Cleanup: Fix missing uniform warning in curve edit modeClément Foucault
2018-09-26Cleanup: Edit Surface & Curve engines unused codeClément Foucault
2018-09-26Edit Surface: Use edit curve engine to display edit surfaceClément Foucault
2018-09-26Edit Curve: Fix "show handles" option hiding nurbs segmentsClément Foucault
2018-09-26Curve Edit: Fix handles glitch when MSAA is enableClément Foucault
2018-09-26Curve Edit: Cleanup/Improve/Fix handles drawingClément Foucault
2018-09-25Edit Curve: Fix cannot hide handlesClément Foucault
2018-09-25Curves: Move draw options to overlaysClément Foucault
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-08-22Cleanup: styleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-05-29Object Modes: only use selection for mode switchCampbell Barton
2018-05-20DRW: Rename some DRW_STATE_* for more consistency.Clément Foucault
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-05-053D Viewport: move overlay settings from collections to 3D viewport.Brecht Van Lommel
2018-05-02DRW: Make use of new multisample resolve pass.Clément Foucault
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-16Multi-Object EditingCampbell Barton
2018-02-13Object Mode: remove Scene.obedit in draw managerCampbell Barton
2018-01-30DRW / Render: Add support for render pipeline in drawmanager.Clément Foucault
2018-01-17Revert "Fix use-after free in DRW_shader_create_with_lib"Campbell Barton
2018-01-17DRW: Codestyle refactor: Use macro to create shader libs.Clément Foucault
2018-01-10Draw Manager: Edit Mode: Curve: uniforms were not being settedGermano
2018-01-10Fix T53748: uniform `globalsBlock` was not being added was not being added to...Germano