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 (Collapse)Author
2019-05-22Fix T64499: edit mode display glitch on Intel HD 4x00 and Windows 7/8Brecht Van Lommel
There may well be more vertex shaders that need this, but I couldn't find them in my testing. Differential Revision: https://developer.blender.org/D4921
2019-05-14Cleanup: DRW: Move ModelMatrix declaration to common_view_libClément Foucault
2019-05-10Overlays: Use common_view_lib.glslClément Foucault
This removes ModelViewProjectionMatrix usage
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
2019-01-223D View: Support edit-mesh clipping (only verts)Campbell Barton
We'll need to replace built-in shaders to add support for clipping.
2018-09-06Fix T56706: Lattice crash when enter in edit modeClément Foucault
2018-09-05Edit Mesh: Add support for draw option parametersClément Foucault
The visuals was already implemented but we could not toggle them off.
2017-05-19OpenGL: cleanup edit overlay shadersMike Erwin
Mostly simple fixes to spacing & comments.
2017-04-20Use theme vertex size for lattice & curve verticesCampbell Barton
2017-04-13Draw Manager: lattice editmode drawingCampbell Barton