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-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-27Fix T60908: crash in workbench render after DoF changes.Brecht Van Lommel
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-26Cleanup: redundant definesCampbell Barton
2019-01-26Cleanup: wrapper for built-in shader accessCampbell Barton
2019-01-26DRW: support clipping for empty objectCampbell Barton
2019-01-25Workbench: Depth Of Field: Add toggle option in shading popoverClément Foucault
2019-01-25Workbench: Depth Of Field: CleanupsClément Foucault
2019-01-25GP: Apply scale to particlesAntonioya
2019-01-25Workbench: Depth Of Field: OptimisationClément Foucault
2019-01-25Workbench: Depth Of Field: Initial CommitClément Foucault
2019-01-25GP: Use Fill color when drawing strokes for no stroke materialsAntonioya
2019-01-25Correct last commit, wire xray is supportedCampbell Barton
2019-01-25DRW: disable clipping background drawing w/ xray modeCampbell Barton
2019-01-25Cleanup: sort cmake file listsCampbell Barton
2019-01-25Cleanup: remove duplicated shaders that only added clipping checksCampbell Barton
2019-01-24DRW: support clipping for camera objectsCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-24Fix GPU linking Error.mano-wii
2019-01-24Fix T60810: crash editing mesh with subdivision modifierPhilipp Oeser
2019-01-24Fix T60805: Grease Pencil Rim Effect ProblemAntonioya
2019-01-24GP: Use matrix location instead of locAntonioya
2019-01-24DRW: support clipping for object outlines (unselected)Campbell Barton
2019-01-24DRW: support clipping for object outlinesCampbell Barton
2019-01-24Cleanup: fix compiler warnings.Brecht Van Lommel
2019-01-24DRW: use clipping for depth bufferCampbell Barton
2019-01-24Correct doxy fileCampbell Barton
2019-01-24DRW: API for own versions of builtin GPU shadersCampbell Barton
2019-01-24Fix theme color use for clipping regionCampbell Barton
2019-01-23Cleanup: comments above struct members, shader group assignmentsCampbell Barton
2019-01-233D View: draw clipping regionCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-23DRW: generalize selecting between regular/clipped shadersCampbell Barton
2019-01-23DRW: changes to object mode engine needed to support clippingCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-23License: add missing GPL headersCampbell Barton
2019-01-23DRW: only show hidden geometry when selection is usedCampbell Barton
2019-01-22Fix T60737: Crash workbench renderingCampbell Barton
2019-01-223D View: Support vert & weight paint mask clippingCampbell Barton
2019-01-223D View: Support edit-mesh clipping (only verts)Campbell Barton
2019-01-22Cleanp: use single global for draw managerCampbell Barton
2019-01-22Cleanup: use const argsCampbell Barton
2019-01-22Fix error in last commitCampbell Barton
2019-01-22Cleanup: use DRW_shader_create_from_arraysCampbell Barton
2019-01-22DRW: Add DRW_shader_create_from_arrays utilityCampbell Barton
2019-01-22Cleanup: remove redundant '_sh' suffix, add '_shgrp'Campbell Barton
2019-01-22Cleanup: rename shader containersCampbell Barton
2019-01-21DRW: Fix corner indices order in clipping plane setupClément Foucault